@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
	margin: 1rem 0 0 0;
}
a {
    display:block;
    color: #ccc;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}

/*ヘッダー
-------------------------------------
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
	background-color: #000000;    
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid #999;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: #f7f7f7;    
}
nav a {
    padding: 0.5rem;
}*/

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.header {
	flex-direction: column;
    margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}
    
/*メイン画像
-------------------------------------*/
.mainimg img {
    display: block;
	max-width:100%;
	height: auto;/*高さ自動*/
	margin: 0rem auto 3rem auto;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 0 0;
}
section {
	padding: 3rem 0;
}
.gray-back {
	background-color: #4D4D4D;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid #f00;
    padding:0 1rem 0 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}

/*申し込みの流れ
-------------------------------------
.flow.row {
	margin-bottom: 3rem;
}*/

/*フッター
-------------------------------------*/
footer {
    background-color: #000;
    padding: 1rem 0;
}
/*footer h4 {
    border-bottom: 3px solid #ccc;
}-*/

/*お問い合わせ
-------------------------------------
.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}*/

/*コピーライト
-------------------------------------
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #000;
}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline;
}*/

/*ページトップへ戻るボタン
-------------------------------------
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #666;
}*/

/*販売価格（/bond-plus/campaign/layeredsound/から）
-------------------------------------*/
#install p.setName{
  font-size: 1.5em; /*20px;*/
  font-weight: bold;
  color: #ff0
}

#install p.price{
  font-size: 1.2em; /*18px;*/
  font-weight: bold;
  color: #ff0
}

#install .setName span{
  font-size: 1em; /*18px;*/
  font-weight: bold;
  color: #e51f1f;
}

#install .price span{
  font-size: 1.7em;/*28px;*/
  font-weight: bold;
  color: #e51f1f;
}

#install .price span.md{
  font-size: 1.3em;/*28px;*/
  font-weight: bold;
  color: #ff0;
}

#install p.small {
  font-size: .8em;
}


/*boxの設定（メイン部分）
-------------------------------------*/
.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}
.box4 p {
    margin: 0; 
    padding: 0;
}


/*boxの設定（メイン部分のの丸枠）
-------------------------------------*/
.box0 {
    padding: 0.5em 1em;
    margin: 0 auto;
    max-width: 800px;
    color: #ccc;/*文字色*/
    background: #222;
    border: solid 3px #ccc;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box0 p {
    margin: 0 center; 
    padding: 0;
}

/*boxの設定（左右に太線、上下に細線）
-------------------------------------*/
.box8 {
    padding: 0.5em 1em;
    margin: 2em auto;
    max-width: 800px;
    color: #ccc;
    background: #222;
    border-right: solid 10px #ccc;
    border-left: solid 10px #ccc;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.box8 p {
    margin: 0 center; 
    padding: 0;
}


/*中央揃えで文字列を左寄せにする
-------------------------------------*/
.txt1 {
	margin: 10px auto;
	text-align: center;
	display: block;
}
.txt1 ul {
	padding-left: 0;
	list-style: none;
	display: inline-block;
}
.txt1 ul li {
	text-align: left;
}
	



/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}*/
}