/*---------------------------
*全体的なルール
*--------------------------*/
* {
	margin:0;
	padding:0;
}
html {
	font-size: 62.5%; /* 10px */
	min-height:100vh;
}

body {
	margin: 0 auto;
	font-size:1.3rem;
	line-height:1.9;
	color: #333;
	font-family:Verdana, Arial, Helvetica,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"MS P ゴシック","MS P Gothic",sans-serif;
	position: relative;
	height:100%;
	background: linear-gradient(whitesmoke 0,silver 1500px)no-repeat;
}

a {text-decoration:none;}
a:link {color:darkblue;}
a:visited {color:darkblue;}
a:hover {color:#c6c;}
a:active {color:#c6c;}

dd a {text-decoration: underline;}

h2 {
	font-size: 1.6rem;
	margin-bottom: 30px;
}
h2 img {
	vertical-align: middle;
	margin-right: 15px;
	padding-bottom: 10px;
}
h3 {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	line-height: 1.5;
}
h2, h3 {color: darkblue;}

a img {border:0;}
li {
	list-style-type: none;
}
figcaption {
	font-size: 1.2rem;
	text-align: left;
}
section {
	margin: 15px 0;
}
p {
	margin-bottom: 1rem;
}

/*---------------------------
*ページ共通
*--------------------------*/

#wrapper {
	display: flex;
	flex-direction: column;
	margin:0 auto;
	width: 780px;
	min-height: 100vh;
	background: #fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.content {
	padding: 15px 45px;
	margin-bottom: auto;
}
.content h2{
	margin: 15px 0;
}

 /*---header-----------------*/
#header {
	display: flex;
	padding:25px 0 10px;
	background: url(../images/common/header-line.png) right no-repeat;
}
#header h1 {
		margin-right: auto;
}
#logo {
	margin-left: 20px;
}
#twitter {
	margin-right: 20px;
}
/*-- footer ---*/
#copyright,#footer {
	text-align: center;
}
#copyright {
	height:5rem;
	font-style: normal;
	margin-top: 30px;
}
#footer a {
	margin: 0 5px;
}


/*---------------------------
*Menu
*--------------------------*/

.menu ul{
	margin: 0;
	padding: 0;
	list-style-type: : none;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:linear-gradient(#c6c,#939);
}
.menu a{
	display: block;
	color:white;
	font-size: 1.3rem;
	line-height: 1;
	font-weight: bold;
	text-shadow: 2px 2px 5px #666;
	padding: 23.5px 15px;
}
.menu a:hover {
	background: rgba(0, 0, 0, 0.1);
}
/*---------------------------
*Topページ
*--------------------------*/

.top_business h3{
	border-bottom: 1px dotted;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.top_business dt span{
	margin-left: 15px;
	color:#aaf;
}
.top_business dd {
	margin-bottom: 2rem;
}
.lbl-banner a{
	text-decoration: none;
	padding: 1rem 2rem;
	display: inline-block;
	margin: 1rem 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ed5e36;
	background-color: #353644;
}
.fa-guitar { color: #fff; }
.top figure {
	text-align: center;
}
.top figcaption {
	margin-left: 15px;
}
h3 img {
	margin-right: 1rem;
	vertical-align: top;
}
.contactUs {
	margin:10px 0 30px;
}
.contactUs a {
	text-decoration:underline;
	color:mediumblue;
}
.contactUs img {
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle;
	text-decoration: none;
}

/*---------------------------
*コラムページ関連
*--------------------------*/
.special-column {
	border-radius:12px;
	padding:20px;
	margin-top: 10px;
}
.special-column p{
	margin-bottom:1rem;
}
.cmn {
	display: flex;
}
.p02 {
	border-bottom: 1px dotted #000;
	padding-bottom: 1rem;
}
.tn-column {
	background: #fff799;
	border-radius: 15px;
}
.tn-column .p01 figure {
	text-align: center;
	margin-right: 15px;
}
.tn-column .p01 figure img{
	margin: 15px 0 0;
}
.tn-column .p01 figcaption {
	text-align: left;
}
.tn-column .p02 {
	flex-direction: column;
}
.ytmovie {
	margin:20px auto;
}
.akui-column {
	background: #c0c0ff;
	border-radius: 15px;
}
.akui-column h2 {
	margin: 15px 0;
}
.akui-column .p01 p {
	margin-right: 15px;
}
.akui-column .p01 img {
	margin-bottom: 15px;
}
.akui-column .p02 p {
	margin-left: 1rem;
}
.akui-column .p02 img {
	padding: 16px;
}
/*---------------------------
*Profileページ
*--------------------------*/

.tanaka {
	margin:0 20px;
	height:210px;
}
.profile-greetings {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}
.profile-list h3 {
	margin-bottom: 10px;
}
.profile-list li {
	border-bottom: 1px dotted #999;
	margin:0;
	padding:0;
}
.worklist {
	margin: 0px 0 30px;
}
.worklist h3 span{
	font-weight: normal;
}
.worklist ul,.profile-list ul{
	margin-bottom: 30px;
}
.worklist li{
	line-height: 2;
}
.profile-list figure {
	text-align: center;
}
/*---------------------------
*Studioページ
*--------------------------*/
.st-info {
	margin-right: auto;
}
.st-info figure {
	margin: 15px 0;
}
.studio-adress {
	width:370px;
	margin: 10px 0;
}
.studio-adress h4{
	margin-bottom: 6px;
	border-bottom: 1px solid black;
}
.gladone-info li{
	display: flex;
	margin-bottom: 15px;
}
.gladone-info li:nth-child(1) div {
	background-color: #a7d;
}
.gladone-info li:nth-child(2) div {
	background-color: #dd7;
}
.gladone-info li:nth-child(3) div {
	background-color: #77d;
}
.gladone-info div {
	width:50px;
	height:50px;
	border-radius: 50%;
	margin-right: 15px;
}
.gladone-info span{
	font-weight: bold;
	font-size: 1.5rem;
}

#geartitle span{
	font-size: 2.1rem;
	margin-bottom: 20px;
}
#gearlist {
	margin-top: 15px;
	width:100%;
}
#gearlist td{
	padding:5px;
	vertical-align: top;
	border-bottom: 1px dotted black;
}
#gearlist h4 {
	color: #609;
}
#category {
	width:25%;
}
#model {
	width:auto;
}

/*---------------------------
*Sampleページ
*--------------------------*/

.samples {
	margin: 30px 0;
}
.samples h3 {
	margin:30px 0 20px;
	border-bottom: 1px dashed black;
	padding-bottom: 5px;
}
.demo figure {
	display: flex;
}
.demo h4 {
	margin-right: 15px;
}
.demo figcaption {
	font-size: 1.3rem;
	margin:15px 0 30px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}
/*---------------------------
*コンテンツページ
*--------------------------*/

.programs h3{
margin:30px 0 20px;
border-bottom: 1px dashed black;
padding-bottom: 5px;
}

.lbl p {
	margin-bottom: 0;
}
.lbl .lbl-banner {
	margin-bottom: 1rem;
}

/*---------------------------
*partnerページ
*--------------------------*/
.partners {
	padding: 5px 20px;
	border-radius: 15px;
}
.ptnrList {
	margin: 30px 0;
}
.ptnrBox {
	display: flex;
	border: 10px solid lavender;
	border-radius: 15px;
	padding: 15px;
}
.ptnrBox section {
	width: 100%;
}
.ptnrBox h3 {
	border-bottom: 1px solid gray;
	padding-bottom: 5px;
}
.ptnrBox a:hover {
	color: mediumorchid;
}
.ptnrBox figure {
	position: relative;
	width:180px;
	height:180px;
	overflow: hidden;
	margin-right: 30px;
}
.ptnrBox img {
	position: absolute;
	top: 50%;
	left: 50%;
}
.ptnr01 img{
	width: 100%;
	transform: translate(-50%,-35%);
}
.ptnr02 img{
	width: 110%;
	transform: translate(-50%,-35%);
}
.ptnrBox section {
	display: flex;
	flex-direction: column;
}
.ptnrBox section div {
	display: flex;
	margin-top: auto;
	align-items:  baseline;
}

.pagelink-btn h4{
	border: 1px solid gray;
	padding: 10px;
	width: 75px;
	text-align: center;
	border-radius: 5px;
	margin-right: 15px;
}
/*個別パートナーページ--------------------------*/

.partner01{
	background: azure;
}
.partners h3 {
	color: #333;
	font-size: 1.8rem;
	margin: 30px 0 15px;
	text-align: center;
}
.partners h4 {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 1rem;
}
.partner p {
	margin-bottom: 1rem;
}
.ptn-header p {
	padding: 0 1rem;
}
.pertner-name {
	font-size: 1.8rem;
}
.partner-profile {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding-top: 1rem;
}
.comment {
	font-weight: bold;
	margin: 1rem 0;
}
.playlist {
	margin-right: 15px;
}
.playlist p.contactUs {
	font-size: 1.1rem;
}
.pertner-photos ul{
display: flex;
justify-content: center;
margin: 30px 0;
}
.pertner-photos img {
	margin:0 5px;
	height: 290px;
}
.pertner-photos figcaption {
	margin-left: 10px;
}
.biography {
	width: 360px;
	margin-left: 15px;
}
.ptnrLinkbox a {
	display: block;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #333;
}
/* 細川機材一覧ページ */
.hosokawa-gear {
	margin: 0 auto;
	padding: 20px;
	background-color: white;
}
.hosokawa-gear li {
	border-bottom: 1px dotted silver;
	font-size: 1.3rem;
}

/*---------------------------
*Contactページ
*--------------------------*/

fieldset {
	background: #d4d4ff url(../images/contact/game.png) no-repeat right 50px;
	padding:20px 40px;
	border: none;
	border-radius: 15px;
}
legend {
	display: none;
}
label {
	color: mediumblue;
}
dd select {
	width: 300px;
	height: 35px;
	text-indent: 5px;
	font-size: 1.4rem;
	background-color: lightgoldenrodyellow;
}
dd input{
	width:45%;
	height: 2rem;
	font-size: 1.2rem;
	padding: .5rem 1rem;
	font-size: 1.5rem;
}
textarea  {
	width:100%;
	min-height: 200px;
	font-size: 1.2rem;
	overflow: auto;
	font-size: 1.5rem;
	padding: 1rem;
}
input, textarea {
	border-radius: 5px;
	border: 1px solid darkgray;
	background-color: white;
}
dd {
	margin: 5px 0 15px;
}
.submit {
	display: flex;
	justify-content: center;
	flex-direction: row;
}
input[type="submit"] {
	border-style: none;
	margin: 10px;
	width: 120px;
	height: 30px;
	font-size: 1.3rem;
	font-weight: 500;
	border: 1px solid darkgray;
	border-radius: 5px;
	cursor: pointer;

}

/*---------------------------
*Linkページ
*--------------------------*/

.link-item {
	margin-bottom:20px;
	padding-left: 9px;
}

.link-item h3 {
	font-weight:bold;
	border-bottom: 1px dotted #080808;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-size: 14px;
}
.link-item span {
	font-weight: normal;
}
.link-url {
	margin-left:1em;
	color: #9393ff;
	text-align: right;
	font-weight:normal;
}
.link-item a:link {text-decoration: none;}
