@charset "UTF-8";

/*****************************************************************************
 common 
 *****************************************************************************/

.inner {
max-width: 1300px;
box-sizing: border-box;
margin: 0 auto;
padding: 0 50px;
position: relative;
}
@media screen and (max-width: 500px) {
.inner {
padding: 0 15px;
}
}
.inner:after {
content: '';
display: block;
clear: both;
}


.visual {
position: relative;
}
.visual-inner {
width: 100%;
position: absolute;
top: 180px;
left: 0;
}
@media screen and (max-width: 500px) {
.visual-inner {
top: 100px;
}
}
.visual-block {
width: 100%;
max-width: 1460px;
box-sizing: border-box;
margin: 0 auto;
padding: 0 100px;
}
@media screen and (max-width: 900px) {
.visual-block {
padding: 0 50px;
}
}
@media screen and (max-width: 500px) {
.visual-block {
padding: 0 30px;
}
}
.visual-title {
font-weight: 500;
font-size: 4.0rem;
color: #ffffff
}
@media screen and (max-width: 900px) {
.visual-title {
font-size: 3.5rem;
}
}
@media screen and (max-width: 500px) {
.visual-title {
font-size: 3.0rem;
}
}
.visual-title small {
margin: 20px 0 0 5px;
font-weight: 400;
font-size: 1.5rem;
display: block;
}
@media screen and (max-width: 500px) {
.visual-title small {
margin: 0 0 0 5px;
}
}
.visual-img {
height: 400px;
}
@media screen and (max-width: 500px) {
.visual-img {
height: 250px;
}
}
.visual-img.bg-switch {
background-position: center center;
background-size: cover;
}


.bg-gray {
background: #f4f4f6;
}
.bg-beige {
background: #F5F0E3;
}


.headline01 {
padding: 80px 0 50px;
text-align: center;
font-weight: 500;
font-size: 4.0rem;
}
@media screen and (max-width: 900px) {
.headline01 {
font-size: 3.5rem;
}
}
@media screen and (max-width: 500px) {
.headline01 {
padding: 60px 0 30px;
font-size: 3.0rem;
}
}
.headline01 small {
margin-top: 30px;
font-weight: 400;
font-size: 1.5rem;
color: #96854e;
display: block;
}
@media screen and (max-width: 500px) {
.headline01 small {
margin-top: 15px;
}
}
.headline02 {
background: url(../img/common/headline-item01.png) no-repeat left 0.3em;
background-size: 48px auto;
margin-bottom: 30px;
padding-left: 56px;
font-weight: 500;
line-height: 2;
font-size: 3.5rem;
}
@media screen and (max-width: 500px) {
.headline02 {
background: url(../img/common/headline-item01.png) no-repeat left 0.15em;
background-size: 28px auto;
margin-bottom: 15px;
padding-left: 36px;
line-height: 1.5;
font-size: 2.4rem;
}
}
.headline02 small {
font-size: 1.6rem;
}
.headline03 {
font-size: 2.8rem;
font-weight: bold;
padding: 1rem 2.5rem;
color: #fff;
background: #006428;
-webkit-box-shadow: 5px 5px 0 #001809;
box-shadow: 5px 5px 0 #001809;
margin-top: 30px;
margin-bottom: 35px;
}
@media screen and (max-width: 500px) {
.headline03 {
font-size: 2.2rem;
}
}
.headline03 i {
padding-right:20px;
}
.bread-crumbs {
margin: 0 50px;
padding: 50px 0 100px;
}
@media screen and (max-width: 900px) {
.bread-crumbs {
margin: 0 15px;
}
}
@media screen and (max-width: 500px) {
.bread-crumbs {
padding: 25px 0 50px;
}
}
.bread-crumbs ol {
display: flex;
flex-wrap: wrap;
}
.bread-crumbs li {
font-size: 1.4rem;
}
.bread-crumbs li a {
margin-right: 10px;
padding-right: 18px;
color: #333333;
position: relative;
}
.bread-crumbs li a:after {
content: '>';
position: absolute;
top: 50%;
right: 0;
transform: translate(0,-50%);
}

/*****************************************************************************
 business 
 *****************************************************************************/

.business-headline {
width: 100%;
box-sizing: border-box;
padding: 0 15px;
text-align: center;
font-weight: 600;
letter-spacing: 2px;
font-size: 3.0rem;
}
@media screen and (max-width: 640px) {
.business-headline {
font-size: 2.4rem;
}
}
.business-headline small {
margin-top: 25px;
font-weight: 500;
letter-spacing: 2px;
font-size: 1.5rem;
display: block;
position: relative;
}
@media screen and (max-width: 640px) {
.business-headline small {
font-size: 1.4rem;
}
}
.business-headline small:after {
content: '';
width: 150px;
height: 1px;
background: #000000;
position: absolute;
top: -10px;
left: 50%;
transform: translate(-50%,0);
}


.business__header {
margin: 80px 0 100px;
}
@media screen and (max-width: 640px) {
.business__header {
margin: 40px 0 50px;
}
}
.business__header-title {
margin-bottom: 40px;
text-align: center;
font-weight: 600;
letter-spacing: 2px;
font-size: 3.0rem;
}
@media screen and (max-width: 640px) {
.business__header-title {
margin-bottom: 20px;
font-size: 2.4rem;
}
}
.business__header-text {
margin-bottom: 60px;
text-align: center;
line-height: 1.8;
font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
.business__header-text {
text-align: left;
}
}
@media screen and (max-width: 640px) {
.business__header-text {
margin-bottom: 30px;
}
}
.business__header-img {
margin: 50px 120px 0;
}
@media screen and (max-width: 900px) {
.business__header-img {
margin: 50px 0 0;
}
}
@media screen and (max-width: 640px) {
.business__header-img {
margin: 30px 0 0;
}
}


.business__section {
margin-top: 130px;
position: relative;
}
@media screen and (max-width: 640px) {
.business__section {
margin-top: 60px;
}
}
.business__section .business-headline {
color: #ffffff;
position: absolute;
top: 200px;
z-index: 1;
}
@media screen and (max-width: 1024px) {
.business__section .business-headline {
top: 110px;
}
}
@media screen and (max-width: 640px) {
.business__section .business-headline {
top: 60px;
}
}
.business__section .business-headline small:after {
background: #ffffff;
}
.business__section-bg {
position: relative;
}
@media screen and (max-width: 1024px) {
.business__section-bg {
margin-bottom: 40px;
}
}
@media screen and (max-width: 900px) {
.business__section-bg {
margin-bottom: 0;
}
}
.business__section-bg:after {
content: '';
padding-top: 800px;
display: block;
}
@media screen and (max-width: 1024px) {
.business__section-bg:after {
padding-top: 300px;
}
}
@media screen and (max-width: 900px) {
.business__section-bg:after {
padding-top: 400px;
}
}
@media screen and (max-width: 640px) {
.business__section-bg:after {
padding-top: 300px;
}
}
.business__section-bg.bg-switch {
background-position: center center;
background-size: cover;
}
.business__section-wrapper {
margin: -290px -20px 0;
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
.business__section-wrapper {
margin: 0 -20px;
}
}
@media screen and (max-width: 900px) {
.business__section-wrapper {
margin: -100px 0 0;
display: block;
}
}
.business__section-img {
width: 50%;
box-sizing: border-box;
padding: 0 20px;
}
@media screen and (max-width: 900px) {
.business__section-img {
width: 100%;
margin-bottom: 40px;
padding: 0;
}
}
@media screen and (max-width: 640px) {
.business__section-img {
margin-bottom: 20px;
}
}
.business__section-block {
width: 50%;
box-sizing: border-box;
padding: 0 20px;
color: #ffffff;
position: relative;
}
@media screen and (max-width: 1024px) {
.business__section-block {
color: #333333;
}
}
@media screen and (max-width: 900px) {
.business__section-block {
width: 100%;
padding: 0;
}
}
.business__section-title {
margin-bottom: 20px;
font-weight: 500;
letter-spacing: 3px;
font-size: 2.5rem;
}
@media screen and (max-width: 640px) {
.business__section-title {
margin-bottom: 10px;
font-size: 2.2rem;
}
}
.business__section-text {
margin-bottom: 120px;
line-height: 1.8;
font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
.business__section-text {
margin-bottom: 40px;
}
}
@media screen and (max-width: 640px) {
.business__section-text {
margin-bottom: 20px;
}
}
.business__section-logo {
max-width: 450px;
}
.business__section-description {
margin: -290px 0 90px;
line-height: 1.8;
font-size: 1.5rem;
color: #ffffff;
}
@media screen and (max-width: 1024px) {
.business__section-description {
margin: 0 0 40px;
color: #333333;
}
}
@media screen and (max-width: 900px) {
.business__section-description {
background: #ffffff;
margin: -100px 0 40px;
padding: 30px;
color: #333333;
}
}
@media screen and (max-width: 640px) {
.business__section-description {
padding: 30px 15px 10px;
}
}
.business__section-list {
margin: 0 -3px 80px;
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
.business__section-list {
margin: 0 -3px 40px;
}
}
.business__section-list li {
width: 14.28571428%;
box-sizing: border-box;
margin-bottom: 6px;
padding: 0 3px;
}
@media screen and (max-width: 1024px) {
.business__section-list li {
width: 16.6666%;
}
}
@media screen and (max-width: 900px) {
.business__section-list li {
width: 20%;
}
}
@media screen and (max-width: 640px) {
.business__section-list li {
width: 25%;
}
}
.business__section-list li img {
box-shadow: 0px 0px 5px 1px #333333;
}
.business__section-btn {
width: 100%;
max-width: 300px;
text-align: center;
}
.business__section-btn a {
background: #ffffff;
border: 1px solid #96854e;
border-radius: 30px;
padding: 20px 0;
color: #96854e;
display: block;
}
@media screen and (max-width: 500px) {
.business__section-btn a {
padding: 15px 0;
}
}
.business__section.extra {
margin-top: 0;
}
.business__section.extra .business__section-wrapper {
margin-top: 0;
align-items: center;
}
.business__section.extra .business__section-block {
color: #333333;
}
.business__section.extra .business__section-text {
margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
.business__section.extra .business__section-text {
margin-bottom: 20px;
}
}


/*****************************************************************************
 company 
 *****************************************************************************/

.nav-item {
margin-top: -40px;
}
.nav-item ul {
background: #ffffff;
display: flex;
flex-wrap: wrap;
}
.nav-item li {
width: 20%;
text-align: center;
}
@media screen and (max-width: 900px) {
.nav-item li {
width: 33.3333%;
}
}
@media screen and (max-width: 500px) {
.nav-item li {
width: 50%;
}
}
.nav-item li a {
background: #ffffff;
padding: 28px 0;
color: #333333;
display: block;
transition: .6s;
}
@media screen and (max-width: 500px) {
.nav-item li a {
padding: 14px 0;
}
}
.nav-item li a:hover {
color: #a79357;
}
.nav-item li.cr a {
background: #004445;
color: #ffffff;
}


.message {
}
.message-img {
}
.message__wrapper {
background: #ffffff;
margin: -80px 50px 0;
padding: 80px calc(100vw * 110 / 1920);
position: relative;
}
@media screen and (max-width: 900px) {
.message__wrapper {
margin: -40px 15px 0;
}
}
@media screen and (max-width: 500px) {
.message__wrapper {
margin: -15px 15px 0;
padding: 40px calc(100vw * 110 / 1920);
}
}
.message__wrapper p {
margin-bottom: 2em;
line-height: 2;
}
.message__wrapper p:last-child {
margin-bottom: 0;
}
.message__wrapper-title {
margin-bottom: 40px;
font-weight: 500;
font-size: 3.5rem;
}
@media screen and (max-width: 900px) {
.message__wrapper-title {
font-size: 3.0rem;
}
}
@media screen and (max-width: 500px) {
.message__wrapper-title {
margin-bottom: 30px;
font-size: 2.4rem;
}
}
.message__wrapper-name {
text-align: right;
font-weight: 500;
line-height: 1.8!important;
font-size: 3.0rem;
}
@media screen and (max-width: 900px) {
.message__wrapper-name {
font-size: 2.6rem;
}
}
@media screen and (max-width: 500px) {
.message__wrapper-name {
font-size: 2.0rem;
}
}
.message__wrapper-name small {
font-weight: 400;
font-size: 1.6rem;
display: block;
}


.philosophy {
}
.philosophy__wrapper {
background: #ffffff;
margin: 76px 50px 0;
padding: 60px 30px;
position: relative;
}
@media screen and (max-width: 900px) {
.philosophy__wrapper {
margin: 76px 15px 0;
}
}
@media screen and (max-width: 500px) {
.philosophy__wrapper {
padding: 40px 30px;
}
}
.philosophy__wrapper-number {
width: 120px;
position: absolute;
top: -30px;
left: 50%;
transform: translate(-50%,0);
}
@media screen and (max-width: 500px) {
.philosophy__wrapper-number {
width: 80px;
top: -25px;
}
}
.philosophy__wrapper-text {
text-align: center;
font-size: 3.0rem;
}
@media screen and (max-width: 1024px) {
.philosophy__wrapper-text br {
display: none;
}
}
@media screen and (max-width: 900px) {
.philosophy__wrapper-text {
text-align: left;
font-size: 2.6rem;
}
}
@media screen and (max-width: 500px) {
.philosophy__wrapper-text {
font-size: 2.0rem;
}
}

.motto{
	margin-top: 10px;
}
.motto-list {
max-width: 1140px;
	margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
@media screen and (max-width: 900px) {
.motto-list {
	display: block;
	padding: 0;
}
}
@media screen and (max-width: 500px) {
.motto-list {
	padding: 0 15px;
	margin-top: 0;
}
}
.motto-item {
	width: calc(50% - 40px);
	padding: 40px 30px 50px;
	margin: 0 20px;
	border: 20px solid #e6eae3;
	box-sizing: border-box;
	background: #ffffff;
}
@media screen and (max-width: 900px) {
.motto-item {
	width: 100%;
	margin: 0;
	border-width: 15px;
}
}
@media screen and (max-width: 500px) {
.motto-item {
	padding: 25px 15px 30px;
}
}
@media screen and (max-width: 900px) {
.motto-item:last-of-type {
	margin-top: 20px;
}
}
.motto-item h3{
	font-size: 3.2rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 44px;
	font-weight: 500;
}
@media screen and (max-width: 500px) {
.motto-item h3{
	font-size: 2.3rem;
	margin-bottom: 16px;
}
}
.motto-content{
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.motto-item ul{
	display: inline-block;
	width: auto;
	text-align: left;
}
.motto-item ul li{
	font-size: 2.2rem;
	line-height: 1.77;
	margin-bottom: 17px;
}
@media screen and (max-width: 500px) {
.motto-item ul li{
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 8px;
}
}
.motto-item:last-of-type ul li{
	padding-left: 2em;
	position: relative;
}
.motto-item:last-of-type ul li .ichi{
	position: absolute;
	left: 0;
	top: 0;
}
.motto-item ul li dl{
	display: flex;
}
.motto-item ul li dt{
	width: 6.5em;
}
.motto-item ul li dd{
	flex:1 0 0;
}
@media screen and (min-width:900px) and (max-width:1100px) {
.motto-item ul li dl{
	display: block;
}
.motto-item ul li dt{
	width: 100%;
}
.motto-item ul li dd{
	flex:none;
	margin-left: 1em;
}
}
.motto-content,
.motto-list {
	display: flex;
	justify-content: center;
}

.guest{
	margin-top: 5px;
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
.guest{
	margin-bottom: 30px;
}
}
@media screen and (max-width: 500px) {
.guest{
	padding: 0 15px;
}
}
.guest-box{
	max-width: 1100px;
	padding: 45px 80px 55px;
	margin: 0 auto;
	border: 20px solid #e6eae3;
	box-sizing: border-box;
	background: #ffffff;
}
@media screen and (max-width: 900px) {
.guest-box{
	border-width: 15px;
}
}
@media screen and (max-width: 767px) {
.guest-box{
	padding: 30px 35px;
}
}
.guest-box p{
	line-height: 2;
}



.about {
}
.about-img {
}
.about__wrapper {
background: #ffffff;
margin: -80px 50px 0;
padding: 80px calc(100vw * 110 / 1920);
position: relative;
}
@media screen and (max-width: 900px) {
.about__wrapper {
margin: -40px 15px 0;
}
}
@media screen and (max-width: 500px) {
.about__wrapper {
margin: -15px 15px 0;
padding: 40px calc(100vw * 110 / 1920);
}
}
.about__wrapper-table {
}
.about__wrapper-table table {
width: 100%;
border-top: 1px solid #f4f4f6;
line-height: 1.8;
}
.about__wrapper-table th {
width: 200px;
box-sizing: border-box;
background: #f4f4f6;
border-bottom: 1px solid #ffffff;
padding: 20px 30px;
}
@media screen and (max-width: 1024px) {
.about__wrapper-table th {
width: 100%;
border-bottom: none;
display: block;
}
}
@media screen and (max-width: 500px) {
.about__wrapper-table th {
padding: 10px 15px;
}
}
.about__wrapper-table td {
border-bottom: 1px solid #f4f4f6;
padding: 20px 30px;
}
@media screen and (max-width: 1024px) {
.about__wrapper-table td {
border-bottom: none;
display: block;
}
}
@media screen and (max-width: 500px) {
.about__wrapper-table td {
padding: 10px 15px;
}
}
.about__wrapper-list01 {
}
.about__wrapper-list01 li {
margin-left: 1.5em;
list-style: disc;
}
.about__wrapper-list02 {
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
.about__wrapper-list02 {
display: block;
}
}
.about__wrapper-list02 li {
margin: 0 0.5em 0 1.5em;
list-style: disc;
}


.history {
}
.history__section {
padding: 0 0 100px 90px;
position: relative;
}
@media screen and (max-width: 1024px) {
.history__section {
padding: 0 0 100px 50px;
}
}
@media screen and (max-width: 500px) {
.history__section {
padding: 0 0 50px 30px;
}
}
.history__section:last-child {
padding-bottom: 0;
}
.history__section:before {
content: '';
width: 3px;
background: #bbbbbb;
position: absolute;
top: 30px;
left: 14px;
bottom: 0;
}
@media screen and (max-width: 500px) {
.history__section:before {
content: '';
width: 1px;
top: 20px;
left: 10px;
}
}
.history__section:after {
content: '';
width: 30px;
height: 30px;
box-sizing: border-box;
border: 5px solid #a79357;
border-radius: 100px;
position: absolute;
top: 0;
left: 0;
}
@media screen and (max-width: 500px) {
.history__section:after {
width: 20px;
height: 20px;
border: 5px solid #a79357;
}
}
.history__section-year {
margin-bottom: 80px;
font-weight: 600;
line-height: 0.6;
font-size: 6.0rem;
position: relative;
}
@media screen and (max-width: 500px) {
.history__section-year {
margin-bottom: 40px;
font-size: 3.0rem;
}
}
.history__section-year:after {
content: '';
width: 70px;
height: 3px;
background: #a79357;
position: absolute;
left: 0;
bottom: -40px;
}
@media screen and (max-width: 500px) {
.history__section-year:after {
width: 30px;
height: 2px;
bottom: -20px;
}
}
.history__section-year span {
margin-left: 10px;
font-size: 2.5rem;
}
@media screen and (max-width: 500px) {
.history__section-year span {
font-size: 1.8rem;
}
}
.history__section-wrapper {
display: flex;
justify-content: space-between;
}
@media screen and (max-width: 900px) {
.history__section-wrapper {
display: block;
}
}
.history__section-img {
max-width: 500px;
margin-right: 40px;
}
@media screen and (max-width: 900px) {
.history__section-img {
max-width: inherit;
margin: 0 0 40px 0;
}
}
@media screen and (max-width: 500px) {
.history__section-img {
margin: 0 0 20px 0;
}
}
.history__section-img li {
margin-bottom: 38px;
}
@media screen and (max-width: 500px) {
.history__section-img li {
margin-bottom: 19px;
}
}
.history__section-img li:last-child {
margin-bottom: 0;
}
.history__section-block {
width: 49.019607%;
}
@media screen and (max-width: 900px) {
.history__section-block {
width: 100%;
}
}
.history__section-title {
margin-bottom: 30px;
font-weight: 600;
font-size: 3.2rem;
}
@media screen and (max-width: 500px) {
.history__section-title {
margin-bottom: 10px;
font-size: 2.2rem;
}
}
.history__section-text {
margin-bottom: 30px;
line-height: 2;
}
.history__section-subtitle {
margin-bottom: 10px;
padding-left: 30px;
font-weight: 600;
font-size: 1.8rem;
position: relative;
}
.history__section-subtitle:after {
content: '';
width: 20px;
height: 20px;
box-sizing: border-box;
border: 4px solid #a79357;
border-radius: 100px;
position: absolute;
top: 0.25em;
left: 0;
}
.history__section-list {
border-top: 1px solid #dddddd;
}
.history__section-list dt {
float: left;
padding: 15px 0;
}
@media screen and (max-width: 500px) {
.history__section-list dt {
float: none;
padding: 15px 0 0;
font-size: 1.2rem;
}
}
.history__section-list dd {
border-bottom: 1px solid #dddddd;
padding: 15px 0 15px 7em;
}
@media screen and (max-width: 500px) {
.history__section-list dd {
padding: 0 0 15px;
}
}
.history__section.extra {
}
.history__section.extra .history__section-wrapper {
display: block;
}
.history__section.extra .history__section-img {
max-width: inherit;
margin: 0 0 40px 0;
}
@media screen and (max-width: 500px) {
.history__section.extra .history__section-img {
margin: 0 0 20px 0;
}
}
.history__section.extra .history__section-block {
width: 100%;
}
.history__section.none:before  {
display: none;
}


.group {
}
.group__wrapper {
background: #ffffff;
margin: 0 50px 50px;
padding: 80px calc(100vw * 110 / 1920);
position: relative;
}
@media screen and (max-width: 900px) {
.group__wrapper {
margin: 0 15px 50px;
}
}
@media screen and (max-width: 500px) {
.group__wrapper {
margin: 0 15px 50px;
padding: 40px calc(100vw * 110 / 1920);
}
}
.group__wrapper:last-child {
margin-bottom: 0;
}
.group__wrapper-header {
margin-bottom: 40px;
display: flex;
justify-content: space-between;
}
@media screen and (max-width: 900px) {
.group__wrapper-header {
display: block;
}
}
.group__wrapper-img {
width: 220px;
}
@media screen and (max-width: 900px) {
.group__wrapper-img {
margin: 0 auto;
}
}
.group__wrapper-block {
max-width: 520px;
}
@media screen and (max-width: 900px) {
.group__wrapper-block {
margin-bottom: 40px;
}
}
@media screen and (max-width: 500px) {
.group__wrapper-block {
margin-bottom: 20px;
}
}
.group__wrapper-logo {
}
.group__wrapper-ruby {
margin-top: 10px;
line-height: 2;
font-size: 1.4rem;
}
.group__wrapper-text {
margin-top: 40px;
line-height: 2;
}
@media screen and (max-width: 500px) {
.group__wrapper-text {
margin-top: 20px;
}
}
.group__wrapper-table {
}
.group__wrapper-table table {
width: 100%;
border-top: 1px solid #f4f4f6;
line-height: 1.8;
}
.group__wrapper-table th {
width: 200px;
box-sizing: border-box;
background: #f4f4f6;
border-bottom: 1px solid #ffffff;
padding: 20px 30px;
}
@media screen and (max-width: 1024px) {
.group__wrapper-table th {
width: 100%;
border-bottom: none;
display: block;
}
}
@media screen and (max-width: 500px) {
.group__wrapper-table th {
padding: 10px 15px;
}
}
.group__wrapper-table td {
border-bottom: 1px solid #f4f4f6;
padding: 20px 30px;
}
@media screen and (max-width: 1024px) {
.group__wrapper-table td {
border-bottom: none;
display: block;
}
}
@media screen and (max-width: 500px) {
.group__wrapper-table td {
padding: 10px 15px;
}
}

/*****************************************************************************
 brand 
 *****************************************************************************/

.nav-sort {
background: #ffffff;
margin: -40px 150px 80px;
padding: 15px 50px;
display: flex;
align-items: center;
}
@media screen and (max-width: 1024px) {
.nav-sort {
margin: -40px 50px 80px;
}
}
@media screen and (max-width: 900px) {
.nav-sort {
margin: -40px 0 80px;
display: block;
}
}
@media screen and (max-width: 900px) {
.nav-sort {
margin: -40px 0 80px;
display: block;
}
}
@media screen and (max-width: 500px) {
.nav-sort {
margin: -40px 0 40px;
padding: 15px 30px;
}
}
.nav-sort label {
width: 100%;
max-width: 230px;
box-sizing: border-box;
border-right: 1px solid #b9a978;
margin-right: 38px;
display: block;
}
@media screen and (max-width: 900px) {
.nav-sort label {
max-width: inherit;
border-right: none;
margin-right: 0;
text-align: center;
}
}
.nav-sort select {
width: 100%;
background: #ffffff url(../img/brand/arrow-select.png) no-repeat right center;
background-size: 12px auto;
border: none;
padding: 12px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.6rem;
cursor: pointer;
}
.nav-sort select::-ms-expand {
display: none;
}



.brand__list {
margin: 0 50px 80px;
}
@media screen and (max-width: 900px) {
.brand__list {
margin: 0 0 80px;
}
}
@media screen and (max-width: 500px) {
.brand__list {
margin: 0 0 40px;
}
}
.brand__list-wrapper {
margin: 0 -1px;
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
.brand__list-wrapper {
margin: 0;
display: block;
}
}
.brand__list-box {
width: 33.3333%;
box-sizing: border-box;
margin-bottom: 2px;
padding: 0 1px;
}
@media screen and (max-width: 900px) {
.brand__list-box {
width: 50%;
}
}
@media screen and (max-width: 500px) {
.brand__list-box {
width: 100%;
padding: 0;
}
}
.brand__list-box a {
background: #ffffff;
display: block;
}
.brand__list-img {
overflow: hidden;
}
.brand__list-img img {
transform: scale(1);
transition: 6s;
}
a:hover .brand__list-img img {
transform: scale(1.1);
}


.brand__details {
padding: 70px 50px;
}
@media screen and (max-width: 900px) {
.brand__details {
padding: 70px 0;
}
}
@media screen and (max-width: 640px) {
.brand__details {
padding: 35px 0;
}
}
.brand__details-wrapper {
background: #ffffff;
padding: 90px 70px;
}
@media screen and (max-width: 900px) {
.brand__details-wrapper {
padding: 45px 35px;
}
}
@media screen and (max-width: 640px) {
.brand__details-wrapper {
padding: 30px 15px;
}
}

.brand__details-header {
margin-bottom: 30px;
display: flex;
justify-content: space-between;
}
@media screen and (max-width: 900px) {
.brand__details-header {
display: block;
}
}
.brand__details-header-img {
width: 46.875%;
order: 2;
}
@media screen and (max-width: 900px) {
.brand__details-header-img {
width: 100%;
margin-bottom: 40px;
}
}
.brand__details-header-block {
width: 46.875%;
order: 1;
}
@media screen and (max-width: 900px) {
.brand__details-header-block {
width: 100%;
}
}
.brand__details-header-logo {
margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
.brand__details-header-logo {
margin-bottom: 30px;
}
}
.brand__details-header-text {
line-height: 1.8;
}

.brand__details-about {
background: #f4f4f6;
margin-bottom: 50px;
padding: 30px;
display: flex;
justify-content: space-between;
align-items: center;
}
@media screen and (max-width: 1024px) {
.brand__details-about {
padding: 30px 30px 40px;
display: block;
}
}
@media screen and (max-width: 640px) {
.brand__details-about {
padding: 30px 15px 40px;
}
}
.brand__details-about-list {
width: 55%;
}
@media screen and (max-width: 1024px) {
.brand__details-about-list {
width: 100%;
margin-bottom: 50px;
}
}
.brand__details-about-list table {
width: 100%;
line-height: 1.5;
}
.brand__details-about-list th {
width: 100px;
font-weight: 500;
padding: 6px 0;
}
@media screen and (max-width: 1024px) {
.brand__details-about-list th {
width: auto;
}
}
@media screen and (max-width: 900px) {
.brand__details-about-list th {
display: block;
padding: 10px 0 0;
}
}
.brand__details-about-list td {
padding: 6px 0;
}
@media screen and (max-width: 900px) {
.brand__details-about-list td {
display: block;
padding: 0 0 10px;
font-size: 1.5rem;
}
}
.brand__details-about-list td a {
background: #a79357;
border-radius: 50px;
margin-left: 10px;
padding: 4px 15px 6px;
line-height: 1;
font-size: 1.4rem;
color: #ffffff;
display: inline-block;
transition: all .4s cubic-bezier(0.3,0.4,0.1,1);
}
@media screen and (max-width: 640px) {
.brand__details-about-list td a {
margin: 5px 0 0 0;
}
}
.brand__details-about-list td a:hover {
background: #8d7a40;
}
.brand__details-about-list td dl {
}
.brand__details-about-list td dt {
float: left;
}
@media screen and (max-width: 640px) {
.brand__details-about-list td dt {
float: none;
}
}
.brand__details-about-list td dd {
padding-left: 8em;
}
@media screen and (max-width: 640px) {
.brand__details-about-list td dd {
padding-left: 0;
}
}
.brand__details-about-contact {
width: 40.625%;
text-align: center;
}
@media screen and (max-width: 1024px) {
.brand__details-about-contact {
width: 100%;
}
}
.brand__details-about-title {
}
@media screen and (max-width: 640px) {
.brand__details-about-title {
font-size: 1.5rem;
}
}
.brand__details-about-tel {
font-weight: 600;
font-size: 4.8rem;
}
@media screen and (max-width: 640px) {
.brand__details-about-tel {
font-size: 3.6rem;
}
}
.brand__details-about-tel a {
color: #333333;
}
.brand__details-about-time {
margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
.brand__details-about-time {
font-size: 1.5rem;
}
}
.brand__details-about-btn {
max-width: 310px;
margin: 0 auto 30px;
font-size: 1.8rem;
}
.brand__details-about-btn a {
background: #a79357;
padding: 15px 15px 17px;
color: #ffffff;
display: block;
transition: all .4s cubic-bezier(0.3,0.4,0.1,1);
}
.brand__details-about-btn a:hover {
background: #8d7a40;
}
.brand__details-about-sns {
margin: 0 -7px;
display: flex;
justify-content: center;
}
.brand__details-about-sns li {
padding: 0 7px;
}

.brand__details-photo {
margin-bottom: 30px;
display: flex;
justify-content: space-between;
}
@media screen and (max-width: 1024px) {
.brand__details-photo {
display: block;
}
}
.brand__details-slider {
width: 83.3333%;
}
@media screen and (max-width: 1024px) {
.brand__details-slider {
width: auto;
margin-bottom: 4px;
}
}
.brand__details-thumb {
width: 15.625%;
}
@media screen and (max-width: 1024px) {
.brand__details-thumb {
width: auto;
}
}
.brand__details-thumb .slick-slide {
width: 100%!important;
float: none;
margin-bottom: 8px;
cursor: pointer;
}
@media screen and (max-width: 1024px) {
.brand__details-thumb .slick-track {
width: auto!important;
margin: 0 -2px;
}
.brand__details-thumb .slick-slide {
width: 20%!important;
box-sizing: border-box;
float: left;
margin-bottom: 0;
padding: 0 2px;
}
}
.brand__details-thumb .slick-slide:last-child {
margin-bottom: 0;
}
.brand__details-menu {
background: #f4f4f6;
margin-bottom: 50px;
padding: 30px 30px 20px;
}
@media screen and (max-width: 640px) {
.brand__details-menu {
padding: 30px 15px 20px;
}
}
.brand__details-menu-title {
margin-bottom: 15px;
font-size: 2.0rem;
}
.brand__details-menu-list {
margin: 0 -10px;
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
.brand__details-menu-list {
margin: 0;
display: block;
}
}
.brand__details-menu-list li {
width: 25%;
box-sizing: border-box;
margin-bottom: 10px;
padding: 0 10px;
text-align: center;
}
@media screen and (max-width: 1024px) {
.brand__details-menu-list li {
width: 50%;
}
}
@media screen and (max-width: 1024px) {
.brand__details-menu-list li {
width: 100%;
padding: 0;
}
}
.brand__details-menu-list li a {
background: #ffffff;
border: 1px solid #96854e;
border-radius: 30px;
padding: 10px 0;
color: #96854e;
display: block;
}
.brand__details-menu-list li span {
background: url(../img/common/icon-pdf.png) no-repeat right 0.2em;
background-size: 17px auto;
padding-right: 26px;
}

.brand__details-news {
margin-bottom: 50px;
}
.brand__details-news-item {
border-bottom: 1px solid #dddddd;
padding: 20px 0;
display: flex;
}
@media screen and (max-width: 640px) {
.brand__details-news-item {
display: block;
}
}
.brand__details-news-date {
margin-right: 40px;
}
@media screen and (max-width: 640px) {
.brand__details-news-date {
margin: 0 0 5px 0;
}
}
.brand__details-news-title a {
color: #000000;
}
.brand__details-news-title a:hover {
text-decoration: underline;
}
.brand__details-news-btn {
margin-top: 30px;
text-align: right;
}
.brand__details-news-btn a {
color: #96854e;
}

#anchor {
margin-top: -100px;
padding-top: 100px;
}
.brand__details-map {
width: 100%;
padding-top: 52.65%;
position: relative;
}
.brand__details-map iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}


.brand-btn {
width: 100%;
max-width: 300px;
margin: 0 auto;
text-align: center;
}
.brand-btn a {
background: #ffffff;
border: 1px solid #96854e;
border-radius: 30px;
padding: 20px 0;
color: #96854e;
display: block;
}
@media screen and (max-width: 500px) {
.brand-btn a {
padding: 15px 0;
}
}

.anchor {
display: block;
padding-top: 70px;
margin-top: -70px;
}

/*****************************************************************************
 header.php更新 20210517 
 *****************************************************************************/
.header__nav-list li {
    padding: 0 40px 0 0;
}
.header__nav-list li a.recruit {
    padding: 0 25px;
}
.header__nav-list li a.recruit i {
    margin-right: 8px;
}
@media screen and (max-width: 1440px) {
  .header__nav-list li {
    font-size: 15px;
    padding: 0 30px 0 0;
}
  .header__nav-list li a.recruit {
    font-size: 15px;
}
}
@media screen and (max-width: 1300px) {
  .header-logo {
    width: 200px;
}
  .header-logo a:after {
    background: url(/assets/img/common/header-logo-white.png) no-repeat left top;
    background-size: 200px auto;
    width: 200px;
}
  .header__nav-list li {
    font-size: 14px;
    padding: 0 20px 0 0;
}
  .header__nav-list li a.recruit {
    font-size: 14px;
}
}
@media screen and (max-width: 500px) {
  .header-logo {
    width: 160px;
}
  .header-logo a:after {
    background-size: 160px auto;
    width: 160px;
    height: 43px;
}
}
@media screen and (max-width: 1100px) {
  .header__nav {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background: #ffffff;
    margin: 0;
    padding: 30px 15px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(30px);
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
  }
  .state-nav-open .header__nav {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    display: block;
  }
}
@media screen and (min-width: 1101px) {
  .header__nav {
    display: block !important;
  }
}
@media screen and (max-width: 1100px) {
  .header__nav-list {
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 900px) {
  .header__nav-list {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .header__nav-list {
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1100px) {
  .header__nav-list li {
    height: auto;
    margin: 30px 40px;
    padding: 0;
  }
  .header__nav-list li a:after {
    display: none;
  }
  .header__nav-list li:last-child {
    margin: 15px 40px;
}
}
@media screen and (max-width: 1100px) {
  .header__nav-list li a {
    color: #333333;
  }
    .header__nav-list li a.recruit {
    padding:8px 30PX;
}  
}     
@media screen and (max-width: 1101px) {
  .sp-button {
    display: block;
}
}
@media screen and (max-width: 1101px) {
  .sp-button {
    display: block;
  }
  .state-nav-open .sp-button span:nth-of-type(1) {
    background: #333333;
    transform: rotateZ(45deg) translate(6.5px, 6.5px);
  }
  .state-nav-open .sp-button span:nth-of-type(2) {
    opacity: 0;
  }
  .state-nav-open .sp-button span:nth-of-type(3) {
    background: #333333;
    transform: rotateZ(-45deg) translate(6.5px, -6.5px);
  }
}
