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

img {
	max-width:100%;
	height: auto;/*高さ自動*/
	margin: 1rem 0 0 0;
}
a {
    display:block;
    color: #fff;
    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;
}
@media screen and (max-width: 768px){
	main {
    	margin: 0 0 0 0;
	}
}

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

/*見出し
-------------------------------------*/
/*h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

h2:before, h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: white;
}

h2:before {
  left:0;
}
h2:after {
  right: 0;
}*/

/*見出し new
-------------------------------------*/
.head-border {
    display: flex;
	justify-content: center;
    align-items: center;
	margin-bottom:50px;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 0.35;
    background-color: #666;
}

.head-border:before {
    margin-right: 3rem;
}

.head-border:after {
    margin-left: 3rem;
}
.moji .moji_caption {
	font-size: 14px;
}

/* 文字の大きさ
-------------------------------------*/
@media screen and (max-width: 767px){
	.moji h2{
		font-size:30px;
	}
	.moji p{
		font-size:14px;
		margin-bottom:0;
	}
	.moji .moji_caption {
		font-size: 12px;
	}
}
/*申し込みの流れ
-------------------------------------
.flow.row {
	margin-bottom: 3rem;
}*/

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

/*お問い合わせ
-------------------------------------
.contact-box {
	border: 1px solid #fff;
	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の設定（メイン部分）
-------------------------------------
.box29 {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    background: #8c8c8c;
	color: #FFF;
	text-align: center;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #4d4d4d;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}*/


/*boxの設定（メイン部分のの丸枠）
-------------------------------------*/
.box0 {
    padding: 0.5em 1em;
    margin: 0 auto;
    max-width: 1200px;
    color: #fff;/*文字色*/
    background: #222;
    border: solid 1px #fff;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box0 p {
    margin: 0 center; 
    padding: 0;
}
/*.box0 h2 {
	font-size:18px;
}*/
@media screen and (max-width: 768px){
	.box0{
		width: 90%;
	}
	.box0 h2 {
		font-size:16px;
	}
	.box0 p{
		font-size:12px;
	}
}
/*.silhouette {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -190px;
	width: 130px;
}*/
/*.silhouette-text {
  padding-left: 10px;
  background-image: url('../img/silhouette01.svg');
  background-repeat: no-repeat;
  background-position: right 400px center;
  background-size: auto 250px; 
}*/

.silhouette-container {
  display: flex; /* 子要素を横並びにする */
  justify-content: space-between; /* 子要素を両端に配置する */
  align-items: center; /* 垂直方向中央揃え（任意） */
  width: 100%; /* 必要に応じて幅を指定 */
}

.silhouette-text-content {
  /* テキストのスタイル */
  margin-right: 20px; /* 画像との間に余白 */
}

.silhouette-svg-icon {
	width: 5%;
  /* SVGのスタイル（サイズ調整など） */
}

/*boxの設定（商品概要の丸枠）
-------------------------------------*/
/*.box1 {
    padding: 0.5em 1em;
    margin: 3rem auto;
    max-width: 1000px;
    color: #fff;
    background: #222;
    border: solid 3px #fff;
    border-radius: 10px;
}
.box1 li {
    margin: 0 center; 
    padding: 0;
	border-bottom: 1px solid #fff;
	list-style-position: inside;
}*/


/*boxの設定（商品概要の四角枠）
-------------------------------------*/
.container_summary {
	display: flex;          /* 横並びにする */
	justify-content: center;
	gap: 100px;              /* 四角同士の間隔 */
}

.box_summary {
  width: 200px;
  height: 200px;
  border: 2px solid #fff;
  display: flex;          /* 中の文字を中央寄せ */
  align-items: center;    /* 縦中央 */
  justify-content: center;/* 横中央 */
}

.text_summary{
	margin:30px 0;
}

.text_summary p{
	margin:0.5em;
}

@media screen and (max-width: 768px){
	.container_summary {
		gap: 10px;
	}
	.box_summary {
  		width: 115px;
  		height: 115px;
	}
	.text_summary p{
		margin:0.5em 0.5em 1.0em 0.5em;
	}
}

/*boxの設定（商品構成の丸枠）
-------------------------------------*/
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 3px #fff;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 li {
    margin: 0 center; 
    padding: 0;
	font-size: 16px;
}


/*中央揃えで文字列を左寄せにする
-------------------------------------*/
.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;
}
.small{
	font-size:0.8em;
	margin:0.5em;
}

/*------------------------------------*/
@media screen and (max-width: 767px) {
	.txt1 ul li {
		font-size: 14px;
	}
}

/* pcとspで改行の位置を変える
-------------------------------------*/
/* PCでSP用の改行(br-sp)を隠す */
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

/* スマホでPC用の改行(br-pc)を隠す */
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}
	
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}*/
}