@charset "utf-8";

.pc {
	display: none !important;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Playfair Display", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 13px;
	font-size: 1.3em;
	color: #666;
	letter-spacing: .15em;
}

a {
	text-decoration: none;
	color: #666;
}


header h1 {
	text-align: center;
	/* padding: 50px 0 0; */
	margin: 20px 0;
}

header h1 img {
	height: 42px;
}

#hum {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  height: 23px;
  width: 40px;
  display: inline-block;
  box-sizing: border-box;
  margin: 10px;
}

#hum div {
  position: absolute;
  left: 0;
  height: 2px;
  width: 30px;
  background-color: #c6c6c6;
  display: inline-block;
  box-sizing: border-box;
}
#hum div:nth-of-type(1) {
  top: 0;
}
#hum div:nth-of-type(2) {
  top: 10px;
}
#hum div:nth-of-type(3) {
  bottom: 0;
}

.open #hum div:nth-of-type(1) {
	transform: rotate(45deg);
	bottom: 0;
	top: auto;
}
.open #hum div:nth-of-type(2) {
	display: none;
}
.open #hum div:nth-of-type(3) {
	transform: rotate(-45deg);
}


#slide_menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 60px 30px 0;
    box-sizing: border-box;
    z-index: 100;
}

#slide_menu > ul > li {
	line-height: 4;
}

#slide_menu > ul > ul {
	display: none;
}

#slide_menu > ul > ul > li {
	line-height: 2.5;
	padding-left: 20px;
}



#l-wrapper {
	max-width: 90%;
	margin: 50px auto;
}

#l-wrapper aside {
	display: none;
}


#l-wrapper main {
	width: 100%;
}


/*----------------------------------------------------
    main
----------------------------------------------------*/

main.home .slide > div {
	box-shadow: none !important;
	border: none !important;
	margin-bottom: 0;
}

main.home .slide img {
	width: 100%;
	height: auto;
}

main h1 {
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

main h2 {
	/*background: #666;*/
	color: #787878;
	text-align: center;
	font-size: 1.4rem;
	padding: 10px 0;
	margin: 10px 0;
}
main h4 {
	background: #e1e1e1;
	color: #737373;
	text-align: center;
	font-size: 1.4rem;
	padding: 10px 0;
	margin: 10px 0;
}

main.page p {
	text-align: center;
	line-height: 2.5;
	margin: 10px 0;
}
main.page p.director-name {
	line-height: 5;
}
main.page p.concept-text {
    font-size: 0.8em;
}
main.stl table {
	width: 100%;
	margin-bottom: 30px;
}

main.stl table tr {
	border-bottom: 1px solid #dcdcdc;
	display: block;
	padding-bottom: 15px;
	width: 100%;
	box-sizing: border-box;
}

main.stl table th,
main.stl table td {
	padding-top: 15px;
	text-align: left;
	width: 100%;
	display: block;
	box-sizing: border-box;
}

main.stl table td {
	line-height: 1.5;
}

main.stl table td a {
	text-decoration: underline;
	word-break: break-all;
	line-height: 1.5;
}

main.stl table td a:hover {
	text-decoration: none;
} 

main.contact dl {
}

main.contact dl dt {
	background: #666;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	padding: 10px 0;
	margin: 30px 0 10px;
}

main.contact dl dd input[type="text"],
main.contact dl dd textarea {
	border: 1px solid #c6c6c6;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}

main.contact dl dd textarea {
	min-height: 185px;
}

main.contact .radio-input{
  display: none;
}

main.contact .radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}

main.contact .radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

main.contact .radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #666666;
  border-radius: 50%;
}

main.contact .btn {
	text-align: center;
	padding-top: 15px;
}

main.contact .btn button {
	background: #666;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .15em;
	padding: 20px 40px;
	border-radius: 8px;
}

main.contact .btn button:after {
	content: '\f105';
	font-family: FontAwesome;
	padding-left: 5px;
}

main.col .products {
	display: flex;
	flex-wrap: wrap;
}

main.col .products li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dcdcdc;
	padding: 20px 0;
}

main.col .products li a {
	display: block;
	width: 30%;
	padding-bottom: 10px;
}

main.col .products li div {
	width: 65%;
}

main.col .products li table {
	font-size: 1.0rem;
	letter-spacing: 0;
	line-height: 1.6;
	margin: 10px 0 0;
}

main.col .products li table th {
	padding-right: 10px;
}

main.col .bx-wrapper {
	box-shadow: none !important;
	border: none !important;
	margin-bottom: 20px;
}

main.col img {
	width: 100%;
	height: auto;
}

/**/
i.fa {
    font-family: "Font Awesome 5 Brands";
    font-size: 6vw;
    padding-right: 10px;
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-facebook-official:before {
    content: "\f082";
}
ul#sns_navi {
    padding: 0 !important;
    display: flex;
    margin-top: 0px;
}
ul#sns_navi li.insta,
ul#sns_navi li.fb {
    padding: 0 !important;
}
li.insta {
    padding-top: 0px !important;
}

/**/

main.stl table {
	width: 100%;
/*	margin-bottom: 30px;*/
/*    display: none;  /* デフォルトで非表示 */*/
    padding: 0;
}

main.stl table tr {
	border-bottom: 1px solid #dcdcdc;
}

main.stl table th,
main.stl table td {
	/*padding: 20px 0;*/
	text-align: left;
	line-height: 1.3;
}


main.stl table td a {
	text-decoration: underline;
}

main.stl table td a:hover {
	text-decoration: none;
} 
.area__item {
    border-bottom: 1px solid #dcdcdc;
    line-height: 2.5;
    padding: 5px 0;
}
.area_title h4 {
    text-align: center;
    margin: 30px 0 0;
    font-size: 1.5rem;
    background: #e1e1e1 url(../img/plus.gif) no-repeat center right 10px;
    cursor: pointer;
}
.active h4 {
    background: #e1e1e1 url(../img/minus.gif) no-repeat center right 10px;

}
.area_title h2 {
    background: none !important;
}

/*----------------------------------------------------
    footer
----------------------------------------------------*/

footer {
	border-top: 1px solid #e4e4e4;
	padding: 20px 0;
	margin-top: 50px;
	margin-left: -5%;
	width: 110%;
	text-align: center;
	font-size: 0.8rem;
}