@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap');
html {
	overflow: auto;
	font-family: 'BIZ UDGothic', sans-serif;
}


img{
max-width: 100%;
height: auto;
width /***/:auto;
margin: 0;
padding: 0;
vertical-align:bottom;
}
.spIn {
	display:none;	
}
@media screen and (max-width:900px){
.pcIn {
	display:none;	
}
.spIn {
	display:inline;	
}

	
}



/*	header -------------------------------------- */
header {
	position: relative;
	margin:20px auto 40px;
}
header div {
	max-width: 900px;
	margin: 0 auto;
}
header h1 {
	max-width:300px;
}

main {
	max-width: 900px;
	margin:0 auto 30px;
}
@media screen and (max-width:900px){
header div {
	margin: 0 5%;
}
header h1 {
	max-width:250px;
}
main {
	margin:0 5% 30px;
}
}



/* form ----------------------------- */


#form .top-com {
 	 margin: 0 0 50px
}
#form .top-com h2 {
	margin:0 0 20px;
	padding:10px 10px;
	font-size: 1.5em;
	color:#FFF;
	font-weight: 500;
	background-color: #263a91;
	border-radius: 3px;
}
#form .top-com p {
	margin-bottom: 25px;
	line-height: 1.6;
	font-size: 18px;
}
@media screen and (max-width:900px){
#form .top-com {
 	 margin: 0 0 30px;
}
#form .top-com h2 {

	margin: 0 0 30px;
	font-size: 1.3em;
}

#form .top-com p {
	line-height: 1.6;
	font-size: 14px;
}
}

#form h3 {
  position: relative;
	margin:0 0 20px;
	padding-bottom: 5px;
	font-size: 1.2em;
  border-bottom: 2px solid #ccc;
}
#form h3::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 2px;
  background-color: #263a91;
}
#form h4 {
	margin:0 0 15px;
	padding:1px 0 1px 10px;
	font-weight: bold;
	font-size:1.2em;
	border-left: 3px solid #000;
}
#form p.txt {
	margin:0 0 25px;
	line-height:160%;
}
#form .privacy {
	margin: 0 0 40px;
	padding:20px ;
	border: 1px solid #CCC;
	border-radius: 5px;
}
#form .privacy p {
	font-size:0.9rem;
	line-height: 1.6;
}



#form table  {
	width:100%;
	margin-bottom:50px;
	border-top: 1px solid #CCC;
}
#form table th  {
	position: relative;
	width:240px;
	margin:0 0 5px;
	padding:10px 10px;
	color:#333;
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCC;
	text-align:center;
	font-weight: 700;
	background-clip: padding-box;
}
th.attention:after {
	position: absolute;
	top:50%;
	right: 10px;
    transform: translateY(-50%);
	padding:2px 7px;
	border-radius: 3px;
	font-size:0.75rem;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	background-color:#e11720;
	color:#FFF;
	content:"必須";
	color:#FFF;
}


#form table td  {
	padding:10px 15px;
	line-height:160%;
	border-bottom: 1px solid #CCC;
}
#form table td input {
	margin:3px 5px 3px 0;
	padding:7px;
	border:1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}
#form table td select {
  padding: 10px 5px;
  font-size: 14px;
  border: 1px solid #CCC;
  background-color: #FFF;
  border-radius: 3px;
}
#form table td input:focus {
	border:2px solid #b5d1e5;
	
}
input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}	
#form table td textarea  {
	width:100%;
	padding:5px;
	border:1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}
#form table td textarea:focus {
	border:2px solid #b5d1e5;

}
#form table td input.il  {
	width:400px;
}
#form ul.enq {
	margin:0 0 5px;
}
#form table td ul li,#form ul.enq li {
	display: inline-block;
	margin: 0 15px 0 0;
}
#form table td ul li:last-child {
	border:none;
}
#form table td textarea  {
	height:80px;
	padding:2px;
}
	
@media screen and (max-width:640px){

#form table  {
	margin-bottom: 0;
	border: none;
}
#form table tr{
	display: block;
}
#form th,#form td{
	display:list-item;
	list-style:none;
	border: none;
}
#form table th  {
	width:auto;
	padding:5px 10px;
	text-align:left;
	line-height:180%;
	background-color:#e7e7e7;
	border: none;
	border-radius: 3px;
}

th.attention:after {
	margin-left: 10px;
	position:static;
}
#form table td  {
	padding:5px 10px 20px;
	line-height:180%;
	border: none;
}
#form table td input {
	margin:3px 3px 3px 0;
	border:1px solid #CCC;
}

#form table td textarea  {
	width:100%;
	border:1px solid #CCC;

}
#form table td input.il  {
	width:98%;
}
}


/* submit */
.button {
	margin:30px 0 60px;
	padding:0;
	text-align:center;
}
.button form {
	display:inline;
}
.button  input {
	padding:12px 20px !important;
	color:#FFF;
	font-size:1.1rem;
	cursor:pointer;
	border:1px solid #111;
	background-color:#3F3F3F;
	background: -moz-linear-gradient(top center, #3F3F3F 0%, #111 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#3F3F3F), to(#111));
	background: linear-gradient(top center, #3F3F3F 0%, #111 100%);
	border-radius: 4px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
#form .button input.send{
	background-color: #222;
}

div.errorComment {
	border: 1px solid #ce0000;
    color: #ce0000;
    margin: 0 0 15px;
    padding: 15px 20px;
}
div.errorComment ul {
	margin-left:15px;
}
div.errorComment li {
	list-style-type:disc;
}
div.errorComment .error_messe {
	margin: 0 0 5px !important;
}





    /* 日曜日のカラー設定 */
    td.ui-datepicker-week-end:first-child a.ui-state-default{
      background-color: #ffecec;   /* 背景色を設定 */
      color: #f00!important;       /* 文字色を設定 */
    }
    /* 土曜日のカラー設定 */
    td.ui-datepicker-week-end:last-child a.ui-state-default{
      background-color: #eaeaff;   /* 背景色を設定 */
      color: #00f!important;       /* 文字色を設定 */
    }
    /* ホバー時の動作 */
    td.ui-datepicker-week-end a.ui-state-hover{
      opacity: 0.8;
    }
    /* 当日を示す色はそのまま */
    td.ui-datepicker-week-end a.ui-state-highlight{
      background-color: #fffa90!important;
    }


div.errorComment {
	border: 1px solid #ce0000;
    color: #ce0000;
    margin: 0 0 15px;
    padding: 15px 20px;
}
div.errorComment p {
	margin-bottom: 15px;
}
div.errorComment ul {
	margin-left:15px;
}
div.errorComment li {
	list-style-type:disc;
}







/*	footer -------------------------------------- */
footer {
	margin:20px 0;
	text-align:center;
}
footer address {
	color:#999;
	font-size:0.8rem;
	font-family:Verdana, Geneva, sans-serif;
}

/*===============================================
	■other
===============================================*/
span.attention {
	font-size:90%;
	color:#ce0000;
}
.red {
	color:#ce0000;
}
.small {
	font-size:90%;
}
.smallText {
    font-size: 90%;
}
.bold {
font-weight: bold;
}
a {
	color:#232782;
}



