﻿@charset "utf-8";
@import "default.css";
@import "base.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){


/* Ｈ１ */
 h1 {
    width: 30%;
    height: 13px;  
    font-size: 10px;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
}

#catch {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-bottom: 60px;
}
#catch h2 {
	margin-left: 50px;
	padding-top: 14px;
}
#catch p {
	font-size: 18px;
	width: 580px;
	line-height: 180%;
}
#price {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#price .box {
	margin-bottom: 60px;
	color: rgba(0,0,0,1.00);
}
#price .box h3 {
	font-size: 36px;
	color: rgba(198,88,72,1.00);
	margin-bottom: 25px;
	font-weight: bold;
}
#price .box h3+p {
	font-size: 18px;
	margin-left: 40px;
	margin-bottom: 50px;
}
#price .box div {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#price .box div h4 {
	background-color: rgba(197,83,71,1.00);
	color: rgba(255,255,255,1.00);
	font-size: 24px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 8px;
}
#price .box div h5 {
	background-color: rgba(226,169,164,1.00);
	color: rgba(0,0,0,1.00);
	font-size: 24px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
#price .box div table {
	margin-bottom: 8px;
}
#price .box div table tbody tr th {
	height: 50px;
	line-height: 50px;
	background-color: rgba(247,248,248,1.00);
	border-left: 1px solid #DCDDDD;
	border-bottom: 1px solid #dcdddd;
	font-size: 24px;
	padding-left: 40px;
	width: 50%;
	font-weight: bold;
}
#price .box div table tbody tr td {
	height: 50px;
	line-height: 50px;
	background-color: rgba(247,248,248,1.00);
	border-right: 1px solid #DCDDDD;
	border-bottom: 1px solid #dcdddd;
	font-size: 24px;
	padding-right: 40px;
	width: 50%;
	text-align: right;
	font-weight: bold;
}
.tax {
	font-size: 14px;
	text-align: right;
}
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
	text-align: left;
	padding-bottom: 30px;
}
#formWrap .fillin {
	font-size: larger;
	padding-bottom: 20px;
}
table.formTable {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td, table.formTable th {
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th {
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
.require{
	color:#F00;	
}


.submit-button {
  display: inline-block;
  background-color: #fff;
  border: solid 2px rgba(197,82,71,1.00);
  color: rgba(197,82,71,1.00);
  border-radius: 10px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;     
  transition: all .3s ease 0s;
  margin-top: 20px;
  margin-bottom: 30px;
} 
.submit-button:hover {
  color: rgba(197,82,71,1.00);
  background-color: #fff;
  transform: scale(1.2);
}
.notice {
	font-size: small;
	color: rgba(197,82,71,1.00);

}

.submit-button {
  display: inline-block;
  background-color: #fff;
  border: solid 2px rgba(197,82,71,1.00);
  color: rgba(197,82,71,1.00);
  border-radius: 10px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;     
  transition: all .3s ease 0s;
  margin-top: 20px;
  margin-bottom: 30px;
} 
.submit-button:hover {
  color: rgba(197,82,71,1.00);
  background-color: #fff;
  transform: scale(1.2);
}
.notice {
	font-size: small;
	color: rgba(197,82,71,1.00);

}
}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){

/*===============================================
●sp
===============================================*/


/* Ｈ１ */
 h1 {
    height: 13px;  
    font-size: 8px;
    text-align: right;
    padding: 0px 0px 0px 0px;
    margin: 5px 10px 15px 10px;
}

#catch {
	background-color: rgba(197,82,71,1.00);
	padding-top: 3%;
	padding-bottom: 3%;
	margin-bottom: 10%;
}
#catch h2 {
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 5%;
}
#catch p {
	color: rgba(255,255,255,1.00);
	text-align: left;
	margin-left: 8%;
	margin-right: 8%;
}
#price {
	margin-right: 8%;
	margin-left: 8%;
	text-align: left;
}
#price .box {
	margin-bottom: 10%;
	color: rgba(0,0,0,1.00);
}
#price .box h3 {
	font-size: 30px;
	color: rgba(198,88,72,1.00);
	margin-bottom: 15px;
	font-weight: bold;
}
#price .box h3+p {
	font-size: 14px;
	margin-bottom: 5%;
}
#price .box div {
	margin-right: 5%;
	margin-left: 5%;
}
#price .box div h4 {
	background-color: rgba(197,83,71,1.00);
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 8px;
}
#price .box div h5 {
	background-color: rgba(226,169,164,1.00);
	color: rgba(0,0,0,1.00);
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
#price .box div table {
	margin-bottom: 8px;
}
#price .box div table tbody tr th {
	height: 50px;
	line-height: 50px;
	background-color: rgba(247,248,248,1.00);
	border-left: 1px solid #DCDDDD;
	border-bottom: 1px solid #dcdddd;
	font-size: 18px;
	padding-left: 20px;
	width: 50%;
	font-weight: bold;
}
#price .box div table tbody tr td {
	height: 50px;
	line-height: 50px;
	background-color: rgba(247,248,248,1.00);
	border-right: 1px solid #DCDDDD;
	border-bottom: 1px solid #dcdddd;
	font-size: 18px;
	padding-right: 20px;
	width: 50%;
	text-align: right;
	font-weight: bold;
}
#price+figure {
	margin-top: 10%;
	margin-bottom: 10%;
}

#formWrap {
	width:700px;
	margin: 0px;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;				
}
table.formTable td, table.formTable th {
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th {
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
.require{
	color:#F00;	
}


.submit-button {
  display: inline-block;
  background-color: #fff;
  border: solid 2px rgba(197,82,71,1.00);
  color: rgba(197,82,71,1.00);
  border-radius: 10px;
  padding: 10px 60px;
  text-decoration: none;
  font-size: 1em;     
  transition: all .3s ease 0s;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 50%;
} 
.submit-button:hover {
  color: rgba(197,82,71,1.00);
  background-color: #fff;
  transform: scale(1.2);
}
.notice {
	font-size: x-small;
	color: rgba(197,82,71,1.00);
	padding-bottom: 50px;
	padding-top: 30px;

}

}




/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/

#catch h2 {
	font-size: 30px;
}
#catch p {
	line-height: 110%;
}
#price {
	margin-right: 8%;
	margin-left: 8%;
	text-align: left;
}
#price .box {
	margin-bottom: 10%;
	color: rgba(0,0,0,1.00);
}
#price .box h3 {
	font-size: 24px;
}
#price .box h3+p {
	line-height: 140%;
}
#price .box div h4 {
	font-size: 18px;
}
#price .box div h5 {
	font-size: 18px;
}
#price .box div table {
	margin-bottom: 8px;
}
#price .box div table tbody tr th {
	font-size: 14px;
}
#price .box div table tbody tr td {
	font-size: 14px;
}

#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
