﻿/* ------------------------------------------------------------------------
    switch
------------------------------------------------------------------------  */
.switch {
	visibility: hidden;
}
.sw_p {
	text-align:center;
}
.sw_br {
	display:inline;
}
.sw_br2 {
	display:none;
}
@media screen and (max-width:1000px){
.sw_br {
	display:none;
}
}
@media screen and (max-width:768px){
.sw_p {
	text-align:left;
}
.sw_br1 {
	display:none;
}
}
@media screen and (max-width:480px){
.sw_br2 {
	display:inline;
}
}
@media screen and (max-width:320px){
}

/* ------------------------------------------------------------------------
    icon
------------------------------------------------------------------------  */


/* ------------------------------------------------------------------------
    MAIN
------------------------------------------------------------------------  */



/* ------------------------------------------------------------------------
    header
------------------------------------------------------------------------  */
header {
	padding:20px 0;
}

.icon_box {
	display:table;
	table-layout:fixed;
	position:absolute;
	top:0;
	right:0;
}
.icon_cell {
	width:65px;
	display:table-cell;
	padding:5px 5px 0;
	font-size:10px;
	font-family: 'Crimson Text', serif;
	text-align:center;
}
.icon_cell a {
	display:block;
	color:#505050;
}
.icon_cell img {
	width:40px;
	height:auto;
}
@media screen and (max-width:768px){
header .hdlogo {
	display:block;
	width:100%;
	text-align:center;
	padding:0 0 15px;
}
.icon_box {
	width:100%;
	display:table;
	table-layout:fixed;
	position:static;
}
.icon_cell {
	width:auto;
	font-size:9px;
	padding:5px 5px 0;
}
}
@media screen and (max-width:480px){
.icon_cell p {
	display:none;
}
.icon_cell img {
	width:34px;
	height:auto;
}
}

/* ------------------------------------------------------------------------
    nav
------------------------------------------------------------------------  */
nav {
	border-bottom:1px solid #505050;
	border-top:1px solid #505050;
	padding:15px 0;
	background:rgba(255,255,255,0.8);
}
nav ul {
	max-width:1000px;
	margin:0 auto;
	text-align:center;
	font-family: 'Crimson Text', serif;
}
nav ul > li.navmn {
	display:inline;
	border-left:1px solid #505050;
	position:relative;
}
nav ul > li.navmn:first-child {
	border:none;
}
.navmn a {
	color:#505050;
	padding:0 0.7em;
}
.navmn a:hover {
	color:#999;
}
nav ul > li.navmn img {
	vertical-align:middle;
	display:inline;
}
@media screen and (min-width:1000px){
/* submenu */
.subtriger {
	cursor: pointer;
	padding:0 0.7em;
}
nav ul > li.navmn:hover > ul > li {
	#overflow: visible;
	height: 38px;
}
ul.sublist {
	position: absolute;
	z-index: 100;
	top:100%;
	left:0;
	width:100%;
	margin:-7px 0 0;
}
ul.sublist > li {
	overflow: hidden;
	width:300%;
	margin-left:-100%;
	height:0;
	transition: .5s;	
	background:rgba(255,255,255,0.8);
}
ul.sublist > li a {
	display:block;
	padding:10px;
}
ul.sublist > li a:hover {
	background:rgba(150,150,150,0.5);
	color:#fff;
}
nav ul > li.navmn:hover > ul > li.space {
	background:none;
	height:15px;
}
}
@media screen and (max-width:1000px){
/* submenu */
.subtriger {
	cursor: pointer;
	padding:0 0.7em;
}
ul.sublist {
	top:100%;
	left:0;
	background:rgba(255,255,255,0.8);
	display:none;
}
ul.sublist > li {
}
ul.sublist > li a {
	display:block;
	background:rgba(230,230,230,0.8);
}
li.space {
	display:none;
}
}

/* christina */
.christina {
	max-height:11px;
	margin-top:-4px;
	padding:0 0 3px;
}

/* accordion */
.triger {
	display:none;
}
@media screen and (max-width:1000px){
.triger {
	display:block;
	text-align:center;
	color:#505050;
	font-family: 'Crimson Text', serif;
	font-size:1.5em;
	padding:5px 0;
}
.accordion {
	width:100%;
	display:block;
	font-size:1.1em;
}
.accordion a {
	display:block;
	padding:10px;
	color:#333;
}
.accordion span {
	padding:20px;
	color:#fff;
}
.accordion ul {
	display:none;
}
.accordion > ul > li {
	border:none;
}
.accordion > ul > li a {
	color:#505050;
}
.accordion > ul > li a:hover {
	background:rgba(150,150,150,0.5);
	color:#fff;
}
nav ul > li.navmn {
	border:none;
}
}





/* fixed */
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

nav.ex {
	border-bottom:1px solid #505050;
	border-top:none;
	padding:0;
	background:rgba(255,255,255,0.8);
}

/* ------------------------------------------------------------------------
    footer
------------------------------------------------------------------------  */
footer {
	background:#787878;
	padding:30px 0;
	text-align:center;
	color:#fff;
}
.ft_area {
	display:table;
	width:1000px;
	margin:0 auto;
	table-layout:fixed;
}
.ft_info , .ft_contact {
	display:table-cell;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	text-align:center;
	line-height:1.5em;
}
.ft_info {
	color:#fff;
}
.ft_name {
	color:#b4b4b4;
	font-family: 'Crimson Text', serif;
	padding:0 0 5px;
	font-size:1.3em;
}
.ft_contact {
	border-left:1px solid #d2d2d2;
	font-family: 'Crimson Text', serif;
}
.ft_tel , .ft_mail {
	display:inline;
}
.ft_tel a , .ft_mail a {
	color:#fff;
	font-size:1.1em;
	line-height:30px;
}
.ft_tel a:hover , .ft_mail a:hover {
	color:#999;
}
.ft_tel {
	padding:12px 20px 12px 45px;
	margin:0 20px 0 0;
	border-right:1px solid #d2d2d2;
	background:url(../images/icon_fttel.png) no-repeat;
	background-position:0 50%;
	background-size:40px;
}
.ft_mail {
	padding:12px 20px 12px 45px;
	background:url(../images/icon_ftmail.png) no-repeat;
	background-position:0 50%;
	background-size:40px;
}
.ft_contact img {
	width:40px;
	vertical-align:middle;
	margin-right:10px;
}
@media screen and (max-width:1000px){
.ft_area {
	width:100%;
}
.ft_info , .ft_contact {
	padding:0 10px;
	display:block;
	border:none;
}
.ft_contact {
	padding:20px 0 0;
	margin:20px 0 0;
	border-top:1px solid #d2d2d2;
}
}
@media screen and (max-width:480px){
.ft_tel a , .ft_mail a {
	font-size:1em;
}
}

.copy {
	margin:20px 0 0;
	padding:20px 0 0;
	border-top:1px solid #d2d2d2;
}

/* ------------------------------------------------------------------------
    bottom link
------------------------------------------------------------------------  */
ul#BTM_LINK {
	width:100%;
	display:table;
	table-layout:fixed;
}
ul#BTM_LINK > li {
	height:200px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.btm_ttl a {
	display:block;
	font-size:2em;
	line-height:200px;
	text-shadow:0 0 5px #000000;
	font-family: 'Crimson Text', serif;
	color:#FFF;
}
.btm_ttl a span {
	border:2px solid #fff;
	padding:10px 2em;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.btm_ttl a:hover {
	background:rgba(0,0,0,0.3);
}
.btm_product {
	background:url(../images/contents_btm_product.jpg) no-repeat;
	background-size:cover;
	background-position:0 50%;
}
.btm_contact {
	background:url(../images/contents_btm_contact.jpg) no-repeat;
	background-size:cover;
	background-position:0 50%;
}
@media screen and (max-width:600px){
ul#BTM_LINK {
	width:100%;
	display:block;
}
ul#BTM_LINK > li {
	width:100%;
	height:160px;
	display:block;
	text-align:center;
	vertical-align:middle;
}
.btm_ttl a {
	display:block;
	font-size:2em;
	line-height:160px;
	text-shadow:0 0 5px #000000;
	font-family: 'Crimson Text', serif;
	color:#FFF;
}
}

/* ------------------------------------------------------------------------
    area
------------------------------------------------------------------------  */
.e6area {
	background:#e6e6e6;
	border-bottom:1px solid #b4b4b4;
	border-top:1px solid #b4b4b4;
	padding:30px 0;
}

/* comingsoon */
.coming {
	max-width:500px;
	border:2px solid #505050;
	padding:10px 0;
	margin:0 auto 30px auto;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size:1.5em;
	text-align:center;
}
@media screen and (max-width:768px){
.coming {
	font-size:1.3em;
}
}


