@charset "utf-8";

/* CSS Document */

/***共通項目***/
body { color:#333; }

@media (min-width: 769px) {
	a[href^="tel:"] { pointer-events: none; }
}

.w100 { width:100%; }

a, a:visited { color:#333; }
a:hover { text-decoration:underline; }

a img { transition:0.6s; }

/***タイトル***/
.header { background:url(../img/title_bg.png) repeat; }
.title { margin:10rem auto; }
.title p { text-align:center; font-size:0.80rem; }
.title p span { font-weight:500; font-size:1.00rem; }

/***モデル***/
.model { margin:0 auto; border-top:solid 1px #333; font-size:0;}
hr { border:none; border-bottom:solid 1px #333; margin-bottom:1.0rem; }

.caption { font-family:Georgia; font-style:italic; font-size:1.6rem; line-height:1.9rem; padding:1.0rem; } 
.caption span { font-weight:bold; font-size:3.0rem; font-style:normal; line-height:3.3rem; }
.logo_lg{
	margin: 3.0rem auto 4.0rem;
	width: 60%;
}
.btn {
	text-align:center;
	font-size:1.0rem;
	margin-top:2.0rem;
	margin-bottom: 3.0rem;
	position:relative;
}
.btn span {
    border: 2px solid #505050;
	border-radius: 7px;
    padding: 0.3rem 0.8rem 0.5rem;
    transition: 0.2s;
}
.btn a {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
}
.btn span:hover {
	border:solid 2px #F90;
	color:#F90;
}

.cols { padding:1.0rem 0; }
.cols ul { margin:0; padding:0; width:100; }
.cols ul li { display:inline-block; width:20%; padding:5px 0; }

.bg_gibson { background:url(../img/logo/gibson.svg) no-repeat right 75%; background-size:30% auto; }
.bg_gibson_old { background:url(../img/logo/gibson_old.svg) no-repeat right 75%; background-size:30% auto; }
.bg_deering { background:url(../img/logo/deering.svg) no-repeat right 88%; background-size:35% auto; }
.bg_ome { background:url(../img/logo/ome.svg) no-repeat right 80%; background-size:23% auto; }
.bg_epi { background:url(../img/logo/epiphone.svg) no-repeat right 75%; background-size:30% auto; }
.bg_rt { background:url(../img/logo/rich_and_taylor.svg) no-repeat right 75%; background-size:30% auto; }
.bg_ode { background:url(../img/logo/ode.svg) no-repeat right 75%; background-size:30% auto; }
.bg_hawthorn { background:url(../img/logo/hawthorn.svg) no-repeat right 75%; background-size:30% auto; }
.bg_hussdalton { background:url(../img/logo/huss_and_dalton.svg) no-repeat right 75%; background-size:30% auto; }
.bg_vega { background:url(../img/logo/vega.svg) no-repeat right 75%; background-size:25% auto; }
.bg_fender { background:url(../img/logo/fender.svg) no-repeat right 83%; background-size:30% auto; }
.bg_nechville { background:url(../img/logo/nechville.svg) no-repeat right 85%; background-size:30% auto; }
.bg_stelling { background:url(../img/logo/stelling.svg) no-repeat right 75%; background-size:30% auto; }
.bg_orpheum { background:url(../img/logo/orpheum.png) no-repeat right 75%; background-size:12% auto; }

.bg_sss { background:url("../img/logo/sss.svg") no-repeat right 75%; background-size:30% auto; }




/***フッター***/
.footer { background-color:#000; color:#FFF; font-size:0.7rem; text-align:center; line-height:1.0rem; }