@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================

	1: BASE LAYOUT

==========================================================
*/
/*
===== 1: BASE LAYOUT =====================================
*/
main {
  background: #e2ded7;
}
header {
  border-top: solid 12px #552e31;
  background: #e2ded7;
  position: relative;
}
header #logo {
  padding: 12px;
}
header #logo img {
  height: 36px;
  width: auto;
}
header #smtContact {
  display: flex;
  width: 50px;
  align-items: center;
  position: absolute;
  right: 110px;
  top: 20px;
}
header #smtContact li {
  width: 50%;
}
header #smtContact li img {
  height: 12px;
  margin: 0 auto;
}
header #smtContact li:first-of-type img {
  height: 16px;
}
header #toggleBtn {
  font-family: "Times New Roman", Times, serif;
  width: 110px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/shared/nav_toggle_bg.svg")left center no-repeat;
  background-size: auto 100%;
  line-height: 60px;
  color: #fff;
  text-align: right;
  font-size: 12px;
  padding-right: 42px;
}
header #toggleBtn span {
  background: url("../img/shared/nav_toggle.svg")no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
header #toggleBtn.active span {
  background: url("../img/shared/nav_toggle_close.svg") no-repeat;
  width: 20px;
  height: 20px;
}
header #globalNav {
  display: none;
}
header nav {
  border-top: solid 1px #c0b473;
}
header nav #global {
  display: flex;
  flex-wrap: wrap;
}
header nav #global li {
  border-bottom: solid 1px #c0b473;
  width: 100%;
  position: relative;
}
header nav #global li br {
  display: none;
}
header nav #global li a {
  display: block;
  position: relative;
  background: rgb(223, 218, 213);
  background: linear-gradient(0deg, rgba(223, 218, 213, 1) 0%, rgba(234, 229, 228, 1) 100%);
  padding: 15px 15px 15px 150px;
  font-size: 14px;
  color: #b6a752;
}
header nav #global li a:after {
  content: "";
  background: url("../img/shared/smt_nav_arrow.svg") no-repeat;
  position: absolute;
  width: 12px;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
header nav #global li a span {
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  left: 30px;
}
header nav #global li:nth-of-type(8) {
  border-right: solid 1px #c0b473;
  width: 50%;
}
header nav #global li:nth-of-type(9):before, header nav #global li:nth-of-type(10):before {
  content: "";
  background: url("../img/shared/nav_line.svg")center top no-repeat;
  width: 20px;
  height: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
}
header nav #global li:nth-of-type(8):after, header nav #global li:nth-of-type(9):after {
  content: "";
  background: url("../img/shared/nav_line.svg")center top no-repeat;
  width: 20px;
  height: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 2;
}
header nav #global li:nth-of-type(8) a {
  padding: 50px 0 115px 0;
  font-size: 18px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}
header nav #global li:nth-of-type(8) a:after {
  content: "";
  background: url("../img/shared/smt_nav_campaign.svg")center center no-repeat;
  width: 50px;
  height: 50px;
  right: 50%;
  transform: translateX(50%);
  top: 85px;
}
header nav #global li:nth-of-type(9) {
  width: 50%;
}
header nav #global li:nth-of-type(9) a {
  padding: 50px 0 115px 0;
  font-size: 18px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}
header nav #global li:nth-of-type(9) a:after {
  content: "";
  background: url("../img/shared/smt_nav_dress.svg")center center no-repeat;
  width: 60px;
  height: 60px;
  right: 50%;
  transform: translateX(50%);
  top: 80px;
}
header nav #contactBox p {
  display: none;
}
header nav #contactBox #headSns {
  display: flex;
  width: 100%;
  background: #fff;
  justify-content: center;
  padding: 20px 0;
}
header nav #contactBox #headSns li {
  width: 10%;
}
header nav #contactBox #headSns li img {
  height: 20px;
  margin: 0 auto;
}
#breadCrumbs{
overflow-x: scroll;
white-space: nowrap;
	display: flex;
	padding: 10px;
	position: relative;
	z-index: 2;
}
#breadCrumbs li{
	position: relative;
	margin-right: 10px;
	font-size: 14px;
}
#breadCrumbs li:after{
	content: "|";
	margin-left: 10px;
}
#breadCrumbs li:last-of-type:after{
	display: none;
}
#breadCrumbs li a{
	color: #552e31;
}
footer {
  background: #552e31;
}
footer #footIn {
  padding: 20px 30px;
}
footer #footIn .footNav{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px;
}
footer #footIn .footNav span{
	color: #fff;
	font-size: 14px;
	display: block;
	width: 100%;
	font-weight: bold;
}
footer #footIn .footNav li{
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	min-width: 50%;
}
footer #footIn .footNav li br{
	display: none;
}
footer #footIn .footNav li a{
	color: #fff !important;
	font-size: 14px;
}
footer #footIn .footNav li a:not(:first-of-type){
	margin-left: 20px;
}
footer #footIn address {
  color: #fff;
  font-style: normal;
  font-size: 12px;
}
footer #footIn address span {
  font-weight: bold;
  font-size: 14px;
}
footer #footIn address a {
  color: #fff;
  text-decoration: underline;
}
footer #footIn .copy {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}
footer #footIn .copy a{
	display: block;
	margin-bottom: 10px;
	color: #fff;
	text-decoration: underline;
}
.pagetop{
	position: fixed;
	right: 10px;
	bottom: -80px;
  font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	z-index: 20;
}
.pagetop a{
	background:rgba(85,46,49,1.00);
	display: block;
	padding: 30px 8px 10px 8px;
	color: #fff;
}
.pagetop a:before{
	content: "";
	background: url("../img/shared/pagetop.svg")no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 10px;
}
@media screen and (min-width: 990px) {
  header {
    border-top: solid 25px #552e31;
    height: 180px;
  }
  header #headerIn {
    width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  header #logo {
    background: url("../img/shared/header_logo.svg")center center no-repeat;
    width: 160px;
    height: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding: 12px 0;
  }
  header #logo img {
    display: none;
  }
  header #logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header #smtContact {
    display: none;
  }
  header #toggleBtn {
    display: none;
  }
  header #globalNav {
    display: block;
  }
  header nav {
    height: 180px;
    border-top: none;
    display: flex;
    align-items: center;
  }
  header nav #global {
    display: flex;
    flex-wrap: wrap;
	  width: 900px;
	  padding-left: 50px;
  }
  header nav #global li {
    border-bottom: none;
    width: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
	  margin-right: 10px;
  }
	header nav #global li:nth-of-type(7){
		margin-right: 0 !important;
	}
  header nav #global li:nth-of-type(4) {
    margin-right: 170px;
  }
  header nav #global li br {
    display: block;
  }
  header nav #global li a {
    width: 100%;
    background: none;
    padding: 0;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    color: #837444;
  }
  header nav #global li a:after {
    display: none;
  }
  header nav #global li a:hover {
    color: #552e31;
  }
  header nav #global li a span {
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
    position: static;
    display: block;
    border-top: solid 1px #837444;
    margin-top: 5px;
    padding-top: 5px;
  }
  header nav #global li:nth-of-type(8), header nav #global li:nth-of-type(9) {
    display: none;
  }
	header nav #contactBox{
		width: 180px;
	}
  header nav #contactBox p {
    display: block;
    text-align: right;
    line-height: 1.4;
    color: #552e31;
  }
  header nav #contactBox p.siteTit {
    font-size: 18px;
    font-weight: bold;
  }
  header nav #contactBox p.telNo {
    font-size: 20px;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
  }
  header nav #contactBox p.telNo a, header nav #contactBox p.mail a {
    color: #552e31;
  }
  header nav #contactBox p.telNo a:before {
    content: "";
    background: url("../img/shared/head_tel.svg")no-repeat;
    width: 16px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
  }
  header nav #contactBox p.faxNo {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 12px;
  }
  header nav #contactBox p.businessTime {
    font-weight: bold;
    font-size: 12px;
  }
  header nav #contactBox p.mail {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 12px;
  }
  header nav #contactBox #headSns {
    background: none;
    justify-content: flex-end;
    padding: 10px 0 0 0;
  }
  header nav #contactBox #headSns li {
    width: 23px;
    margin-left: 10px;
    height: 30px;
  }
  header nav #contactBox #headSns li:first-of-type a {
    background: url("../img/shared/head_facebook.svg") no-repeat;
    display: block;
    width: 100%;
    height: 23px;
  }
  header nav #contactBox #headSns li:nth-of-type(2) a {
    background: url("../img/shared/head_instagram.svg") no-repeat;
    display: block;
    width: 100%;
    height: 23px;
  }
  header nav #contactBox #headSns li:nth-of-type(3) a {
    background: url("../img/shared/head_twitter.svg") no-repeat;
    display: block;
    width: 100%;
    height: 23px;
  }
  header nav #contactBox #headSns li img {
    display: none;
  }
#breadCrumbs{
	width: 990px;
	margin: 0 auto;
	overflow-x: hidden;
}
  footer #footIn {
    width: 490px;
    margin: 0 auto;
    padding: 20px 0;
  }
  footer #footIn .footNav {
    display: flex;
    flex-wrap: wrap;
	  border-bottom: none;
	  padding-bottom: 0;
	  margin-bottom: 0;
  }
  footer #footIn .footNav li {
    width: 25%;
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
	  display: block;
	  min-width: 1px;
  }
	footer #footIn .footNav li br{
		display: block;
	}
  footer #footIn .footNav li a {
    color: #fff;
	  margin-left: 0 !important;
  }
  footer #footIn .footNav li a:hover {
    opacity: 0.7;
  }
  footer #footIn .footNav li span {
    font-weight: bold;
    display: block;
    font-size: 14px;
  }
  footer #footIn address .smt {
    display: none;
  }
  footer #footIn .copy {
    text-align: right;
  }
footer #footIn .copy a{
	float: left;
}
	.pagetop a:hover{
		opacity: 0.7;
	}
}