@charset "UTF-8";

/* ========BASIC======== */
* {
  box-sizing: border-box;
}
body {
	margin:0;
	padding: 0;
	font-family: sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin:10px 0 0 0;
	padding:0;
}

p {
	margin:6px 10px;
	padding:0;
}

br {
	letter-spacing:normal;
}

img {
	border:0;
}

img.topbanner {
	border:2px solid #f60;
}

.center {
	text-align: center;
}

a {
	color:#f40;
	text-decoration:none;
	opacity: 1;
}
a:hover {
	color:#f40;
	opacity: 0.6;
}

dl,ol,ul {
	margin:0 0 1em 0;
	padding:0;
}

li {
	margin:0 0 0 40px;
	padding:0;
}

/* ========TEMPLATE WIREFRAME======== */
#top {
  width: 100%;
  max-width: 960px;
	margin:0px auto;
}
#top .container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 1px 15px;
  box-sizing: border-box;
  position: relative;
}
#top .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;

  /* 両端に #c09b0f × 20% → 中央は透明 */
  background: linear-gradient(to right,
    rgba(192, 155, 15, 0.2) 0%,
    rgba(192, 155, 15, 0.2) 20%,
    rgba(255, 255, 255, 0) 50%,
    rgba(192, 155, 15, 0.2) 80%,
    rgba(192, 155, 15, 0.2) 100%
		  );

  border-radius: 20px;
}

header {
  position: relative;
  z-index: 0;
  background: rgba(192, 155, 15, 0.2); /* ← #c09b0f の20%透過 */
}

#navi {
	position:absolute;
	top:20px;
	right:0;
}

#headImage {
	width:960px;
 	height:320px;
  overflow:hidden;
  position:relative;
  list-style:none;
}
#headImage ul {
  list-style:none;
  margin:0;
  padding:0;
}
#headImage li {
	margin:0;
  position:absolute;
  background:#fff;
}

/* ========MENU CUSTOMIZE======== */
#menu {
	width: 100%;
	margin:0;
	padding: 0;
	background:#f60;
}

#menu ul {
  max-width: 960px; /* メニューの内容だけ中央に揃える */
	margin:0 auto;
	display: flex;
	list-style:none;
	padding:0;
}

#menu li {
	float: none;
	margin:0;
}

#menu li a {
	display:block;
	padding:8px 20px;
	color:#fff;
	font-size: 16px;
}

#menu li a:hover {
	color:#fff;
	background-color:#f90;
	border:none;
}

#menu .on {
	background-color:#f90;
	color:#fff;
}

#container {
	clear:both;
	padding:0 10px;
}

#pageTop {
	clear:both;
}

#footer {
	background:#f60;
}

/* ========HEADER CUSTOMIZE======== */
header{
  margin: 0;
  padding: 0;
}

header h1{
	margin: 0;
	padding: 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 63px;
}

header a:hover{
	color: #333;
}

header p{
	margin: 16px 0 0 0;
	font-size: 21px;
}

#subHeading{
	background-color: #f60;
	color: #fff;
	padding: 5px 0 5px 10px;
	width: auto;
	/*margin: 0 0 0 -20px;*/
}

header .containerParent {
  margin: 0 auto;
}

header .container {
  background-color: #fff;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 16px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
header .container::before {
	background: #fff !important;
  width: 100% !important;
  border-radius: 10px !important;
  display: block;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

header .container img{
	width: 159px;
	height: 160px;
}

header .container div:nth-child(1){
	margin-top: 16px;
	margin-left: 16px;
}

header .container div:nth-child(2){
	margin-top: 16px;
	margin-left: 16px;
}

header .container div:nth-child(3){
  margin-right: 10px;
	padding-top: 16px;
}

header ul{
	margin: 16px 0 0 0;
  list-style: none;
  text-align: center;
}

header ul li{
  margin-top: 4px;
}

.btn-primary {
  display: inline-block;
  background: #f58762;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
  margin: 10px;
}

.btn-primary:hover {
  opacity: 0.8;
}

#requestBtn{
  background: #e37e5b;
	color: #fff;
	border: none;
	padding: 12px 24px;
	font-size: 1.8em;
	border-radius: 6px;
	cursor: pointer;
}

#requestBtn:hover{
	opacity: 0.6;
}

#requestBtn a{
	display: block;
	border: none;
}

header ul li i{
	margin-right: 4px;
}

header li:nth-child(odd){
  font-size: 14px;
}

header li:nth-child(2){
  font-size: 20px;
}

/* テーブル全体 */
.contact-form-box table.inquiry {
	margin: 6px 1px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f60;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}

.contact-form-box table.inquiry th,
.contact-form-box table.inquiry td {
  padding: 12px 10px;
  vertical-align: top;
}

.contact-form-box table.inquiry th {
  background-color: #f90;
  color:#f00;
  width: 160px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #f60;
  border-right: 1px solid #f60;
}

.contact-form-box table.inquiry td {
  background-color: #fff;
  border-bottom: 1px solid #f60;
}

.contact-form-box table.inquiry th:first-child,
.contact-form-box table.inquiry td:first-child {
  border-left: none;
}

.contact-form-box table.inquiry input[type="text"],
.contact-form-box table.inquiry select,
.contact-form-box table.inquiry textarea {
  width: 64%;
  max-width: 350px;
  padding: 8px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

/* 見出しセル（左側） */
.contact-form-box table.inquiry th {
  background-color: #f90;
  padding: 12px;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #f60;
}

/* 入力フィールド側 */
.contact-form-box table.inquiry td {
  background-color: #fff;
  padding: 12px;
  border-bottom: 1px solid #eee;
}

.contact-form-box table.inquiry input[type="text"],
.contact-form-box table.inquiry select,
.contact-form-box table.inquiry textarea {
  width: 90%;
  max-width: 323px;
  padding: 10px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

/* 問い合わせ - 住所1*/
.contact-form-box table.inquiry select[name="pref"] {
  width: 200px;
}
.contact-form-box table.inquiry input[name="address1"] {
  max-width: 450px;
}
/* 問合せ内容*/
.contact-form-box table.inquiry textarea {
  max-width: 550px;
}

/* ラジオボタンに余白 */
.contact-form-box table.inquiry input[type="radio"] {
  margin-right: 6px;
}

/* qcheck */
.container table.qcheck {
	margin: 29px auto;
	width:95%;
  border: 1px solid #f90;
  border-radius: 10px;
}
/* qcheck Table th*/
.container table.qcheck th,
.container table.qcheck td {
  padding: 10px 9px;
  vertical-align: top;
}
.container table.qcheck th {
  background-color: #fa4;
  color:white;
  /*width: 160px;*/
  width: 18%;
  max-width: 160px;

  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #f60;
  border-right: 1px solid #f60;
}
.container table.qcheck td {
  padding:12px;
  background-color: #fdc;
}

/* qcheck�y�[�W Table td buttons */
.container td.buttons {
 	text-align : center;
  background-color: lightgray !important;
}

/* ======== �l���ی� ======== */
#container table.privacy {
	width:70%;
}

/* �x���\�� */
.container .warn {
	color:#f00;
	font-weight:bold;
	display: inline-block;	/* ���s�h�~ */
	_display: inline;
}
.container .warn-block {
  color: red;
  font-weight: bold;
  margin: 6px 1px;
  padding: 10px;
  border: 1px solid red;
  background: #ffeaea;
  max-width: 600px;
  border-radius: 6px;
}

/* フォーム全体を囲うボックス */
.contact-form-box {
  background: #fffefb;
  padding: 17px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  max-width: 960px;
  margin: 16px auto;
}
/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
	padding:5px 0;
	text-align:right;
}

#pageTop a {
	padding:0 0 0 12px;
	background:url(../images/bg_pagetop.gif) 0 60% no-repeat;
}

/* ========FOOTER CUSTOMIZE======== */
.footer-company {
  background: #e37e5b;
  margin: 0 auto;
  padding: 20px;
  color: white;
  text-align: center;
}

.footer-company a {
  color: #fff;
  text-decoration: underline;
}

.footer-company a.bold-link {
  font-weight: bold;
  text-decoration: none;
}

/* ======== Responsive Adjustments ======== */
@media (max-width: 600px) {
  .store-links h2 {
    font-size: 1.2em;
  }

  .store-links p {
    font-size: 0.95em;
  }

  .store-links img {
    width: 100px !important;
  }
	
  .footer-company p {
    font-size: 0.95em;
  }

  .footer-company a {
    font-size: 0.95em;
  }
}

h1, h2, h3 {
	color: #e37e5b;
}

.features, .steps, .price, .faq, .faqs, .contact, .screenshots, .download, questions, qresult {
	background: #fff;
	margin-top: 1px;
	border-radius: 12px;
	padding: 22px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  width: 100%;
	margin: 15px auto;
  max-width: 960px;
}

.store-links {
  background: rgba(255, 171, 81, 0.15); /* オレンジ系の透過色 */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  margin: 15px auto;
  text-align: center;
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  header .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  header .container img {
    width: 120px;
    height: auto;
  }

  header .container div:nth-child(1),
  header .container div:nth-child(2),
  header .container div:nth-child(3) {
    margin: 8px 0;
  }

  #menu ul {
    flex-direction: column;
  }

  #menu li a {
    padding: 12px;
    font-size: 18px;
  }

	.contact-form-box table.inquiry th,
  .contact-form-box table.inquiry td {
    display: block;
    width: 100%;
  }

  .contact-form-box table.inquiry th {
    padding: 8px 0 0;
		background-color: #f90;
		font-weight: bold;
		text-align: left;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #f90;
	}

  .contact-form-box table.inquiry td {
    padding: 4px 0 16px;
  }

  .contact-form-box table.inquiry input[type="text"],
  .contact-form-box table.inquiry textarea,
  .contact-form-box table.inquiry select {
    width: 100%;
  }
}

/* 送信ボタン */
.container .btn-primary {
  background: #e37e5b;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 20px;
  transition: opacity 0.3s ease;
}

.container .btn-primary:hover {
  opacity: 0.8;
}

.form-intro, .qresult-sub{
  margin: 0 auto 10px auto;
  font-size: 1em;
  line-height: 1.8;
  color: #333;
}

.form-intro, .qresult-sub p {
  margin: 0.5em 0;
}
