@charset "utf-8";
/* CSS Document */
body{
	margin:0 auto;
}

.japanese{
	font-family:"小塚ゴシック Pro M";}

img{
	border:none;
	padding:0;
	margin:0;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

p.resizeimage {
   max-width: 800px; /* 最大幅 */
   min-width: 200px; /* 最小幅 */
}
p.resizeimage img { width: 80%; }
p.resizeimage2 {
   max-width: 800px; /* 最大幅 */
   min-width: 200px; /* 最小幅 */
}
p.resizeimage2 img { width: 100%; }





#main-visual p.resizeimage2 {
   max-width: 800px; /* 最大幅 */
   min-width: 100px; /* 最小幅 */
}
#main-visual p.resizeimage2 img { width: 100%; }


.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
@media screen and (max-width: 980px) {
.inner {
    width: auto;
}
}
  
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
		font-family: 'Josefin Sans', sans-serif;

}
#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
	font-weight:600;
		font-family: 'Josefin Sans', sans-serif;

}

#top-head a:hover{
	text-decoration:none;
	border-bottom:3px black solid;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
	font-size:150%;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 88%;
		font-family: 'Josefin Sans', sans-serif;

}
#global-nav ul li {
    float: left;
	
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
		font-family: 'Josefin Sans', sans-serif;

}
#top-head.fixed .logo {
    font-size: 150%;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


@media screen and (max-width: 640px) {

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
			font-family: 'Josefin Sans', sans-serif;

    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 150%;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
		opacity:0.8;
        width: 100%;
        text-align: right;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
			font-family: 'Josefin Sans', sans-serif;

    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 88%;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

#footer{
	width:100%;
	margin:0 auto;
	font-size:75%;
		font-family: 'Josefin Sans', sans-serif;


	}
	
/* contact form */
#formWrap {
	width:100%;
	margin:0 auto;
	color:#000;
	line-height:120%;
	font-size:80%;
		font-family: 'Josefin Sans', sans-serif;

}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  	font-family: 'Josefin Sans', sans-serif;

	
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#000;
	text-align:left;
	color:#FFFFFF;
}
p.error_messe{
	margin:5px 0;
	color:red;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
	
.shopleft{
	padding:5%;
	width:40%;
	float:left;
}

.shopleft img{
	max-width:100%;
	float:left;}

.shopright{
	font-size:100%;
	font-weight:400;	
	padding:5%;
	width:40%;
	float:right;

}

.shop{
	display: table-cell;
    vertical-align: middle;
	font-size:100%;
	font-weight:400;	
	padding:;
		font-family: 'Josefin Sans', sans-serif;


}


.staff{
	width:100%;
	font-size:100%;
	font-weight:600;
	line-height:120%;
	text-align:left;
	text-decoration:none;
	border-bottom:3px black solid;
		font-family: 'Josefin Sans', sans-serif;

	
}
.staff_non{
	width:100%;
	font-size:100%;
	font-weight:400;
	line-height:120%;
	text-align:left;
		font-family: 'Josefin Sans', sans-serif;

}
.staff_non a{
	text-decoration:none;
	color:#000000;
}
.staff_non a:hover{
	text-decoration:none;
	color:#999;
}


.staff2{
	width:100%;
	font-size:100%;
	font-weight:400;
	line-height:120%;
	text-align:left;
	text-decoration:none;
	border-bottom:3px black solid;
		font-family: 'Josefin Sans', sans-serif;

}

.staffjp0{
	width:100%;
	font-size:100%;
	font-weight:400;
	line-height:120%;
	text-align:left;
	text-decoration:none;
	border-bottom:3px black solid;

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



.staffjp{
	width:100%;
	font-size:80%;
	font-weight:400;
	line-height:120%;
	text-align:left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.staff3{
	width:100%;
	font-size:120%;
	font-weight:600;
	line-height:140%;
	text-align:center;
	font-family: 'Josefin Sans', sans-serif;
}

.staff4{
	width:100%;
	font-size:120%;
	font-weight:400;
	line-height:140%;
	text-align:right;
	font-family: 'Josefin Sans', sans-serif;
}
.staff4 a{
	text-decoration:none;
	color:#000000;
}
.staff4 a:hover{
	color:#999999;
}

.staffjp2{
	width:100%;
	font-size:120%;
	font-weight:400;
	line-height:140%;
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.credit{
	font-family: 'Josefin Sans', sans-serif;
	font-size:80%;
	text-align:right;
	color:#000000;
	text-decoration:none;
	z-index:100000;
	display:block;
	position:fixed;
	bottom:2%;
	right:5%;
	
	
}

.credit a:hover{
	color:#ccc;
	text-decoration:none;
}

.fb{
	position:fixed;
	bottom:10px;
	right:130px;
	z-index:1000;
	margin:0;
}
.ig{
	position:fixed;
	bottom:10px;
	right:80px;
	z-index:1000;
	margin:0;
}

/*SUZUKI*/

.bdt{
    margin:0 0 90px 0;
}

.bdt:last-child{
    margin:0 0 0 0;
}

.newsbox{
	padding: 0 10%;
    position: absolute;
    font-size: 12px;
    left: 0;
    bottom: 0px;
    width: 80%;
    text-align: center;
	color:#666;
}

.newsbox span{
	font-weight:bold;
}


.newsbox p{
	margin:0.5em 0 1em 0;
}

/*
.lnks{
	line-height:1;
	text-align:center;
	width:200px;
}
.lnks a{
	display:block;
	padding:10px;
	border-radius:6px;
	-ms-border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font-size:14px;
	background:#000000;
	color:#ffffff;
	text-decoration:none;
}
*/
.pld{
	line-height:1;
	text-align:center;
	width:100px;
}
.pld a{
	display:block;
	padding:5px 10px;
	border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:14px;
	background:#f7f7f7;
	color:#7b7b7b;
	text-decoration:none;
}
.pld a:hover{
	background:#7b7b7b;
	color:#f7f7f7;
}
.pld a span{
	padding:0 5px 0 0;
}

.pldbox{
	display:none;
}

.top_img{
	padding:10%;
	line-height:1;
	text-align:center;
}

.top_img img{
	max-width:80%;
	width:100%;
}

.imgbox{
 	padding:0 0 0 20px;
}

@media screen and (max-width: 640px) {

.top_img{
	padding:5% 10%;
}

.top_img img{
	max-width:795px;
	width:100%;
}

.imgbox{
 	padding:0 0 0 0;
}

.imgbox .ttl{
	font-size: 12px;
}

}