@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}


html {
	overflow: auto;
}


body {
    font: 14px/1.231 arial,helvetica,clean,sans-serif;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	}
.spIn {
	display:none;	
}
#container {
	max-width:860px;
	margin: 0 auto;
}

@media screen and (max-width:640px){
body {
    font: 15px/1.231 arial,helvetica,clean,sans-serif;
	}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
.pcIn {
	display:none;	
}
.spIn {
	display:inline;	
}
	
}



/*	header -------------------------------------- */
header {
	margin-bottom:40px;
}
header div {
	max-width:860px;
	margin:0 auto;
	padding:15px 0 10px;
	border-bottom: 1px solid #999;
}
header h1 {
	margin:0 10px;
}
header h1 img {
	width: 300px;
}

#wrapper {
	margin:0 10px;
}
div#wrapper h2 {
	margin:0 0 10px;
	font-size: 1.6em;
	color:#121d27;
}


/*	inquiryBox -------------------------------------- */
.inquiryBox {
	max-width: 980px;
	margin:0 auto 50px;
}
.inquiryBox h3 {
  position: relative;
	margin:0 0 15px;
	font-size: 1.2em;
  border-bottom: 2px solid #ccc;
}
.inquiryBox h3::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 25%;
  height: 2px;
  background-color: #000;
}
.inquiryBox p {
	margin:0 0 25px;
	line-height:160%;
}
.inquiryBox .red {
	color:#B70003;
}
.inquiryBox span.kakko {
	margin-right: 10px;
	padding:3px 5px;
	font-size:0.8rem;
	color:#FFF;
	background-color:#3F3F3F;
	border-radius: 5px;
}

@media screen and (max-width:900px){
.inquiryBox {
	margin:0 10 30px;
}
.inquiryBox h2 {
	font-size: 1.3em;
}

.inquiryBox p {
	font-size: 95%;
}
}



.inquiryBox table  {
	width:100%;
	margin-bottom:50px;
}
.inquiryBox table th  {
	width:220px;
	padding:15px 10px;
	color:#333;
	font-weight: bold;
	background-color:#eeeeee;
	text-align:center;
	border-bottom: 2px solid #FFF;
}
.inquiryBox table th.on:after {
	margin:0 0 0 3px;
	padding:2px 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	background-color:#ce0000;
	color:#FFF;
	content:"必須";
	font-size: 80%;
}
.inquiryBox table th.off:after {
	margin:0 0 0 3px;
	padding:2px 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	background-color:#929292;
	color:#FFF;
	content:"任意";
	font-size: 80%;
}
.inquiryBox table td:hover {
	background-color:#F6F6F6;
}

.inquiryBox table td  {
	padding:15px 15px;
	line-height:180%;
	border-bottom: 2px solid #FFF;
	background-color:#FFF;
}
.inquiryBox table td input {
	margin:3px 5px 3px 0;
	padding:8px 5px;
	border:1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}
.inquiryBox table td input:focus {
	border:2px solid #666;
	
}
/*.inquiryBox table td select {
	margin:3px 5px 3px 0;
	padding:6px;
	border:1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}*/
.inquiryBox table td div.select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.inquiryBox table td div.mini {
	display: inline-block;
	width: 100px !important;
}
.inquiryBox table td div.select select::-ms-expand {
    display: none;
}
.inquiryBox table td div.select {
	width: 90%;
	position: relative;
	border: 1px solid #CCC;
	border-radius: 2px;
	background: #ffffff;
}
.inquiryBox table td div.select::before {
	position: absolute;
	top: 1.1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.inquiryBox table td div.select select {
	padding: 8px 38px 8px 5px;
}
.inquiryBox table td div.select select:focus {
	border:2px solid #666;
	
}
input[type=checkbox] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
input[type=radio] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}	
.inquiryBox table td textarea  {
	width:100%;
	padding:5px;
	border:1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}
.inquiryBox table td textarea:focus {
	border:2px solid #666;

}
.inquiryBox table td input.il  {
	width:500px;
}
.inquiryBox table td input.mi  {
	width:40px;
}
.inquiryBox table td ul li {
display: inline-block;
padding: 5px 25px 5px 0;
}
.inquiryBox table td textarea  {
	height:80px;
	padding:2px;
}

@media screen and (max-width:900px){

.inquiryBox table  {
}
.inquiryBox table tr{
	display: block;
}
.inquiryBox th,.inquiryBox td{
	display:list-item;
	list-style:none;
	border: none;
}
.inquiryBox table th  {
	width:auto;
	padding:5px 10px;
	color:#333;
	text-align:left;
	line-height:180%;
	border-top: 1px solid #666;
}
.inquiryBox table td  {
	padding:5px 10px 20px;
	line-height:180%;
}
.inquiryBox table td input {
	margin:3px 3px 3px 0;
	border:1px solid #CCC;
}

.inquiryBox table td textarea  {
	width:calc(100% - 16px);
	border:1px solid #CCC;

}
.inquiryBox table td input.il  {
	width:calc(100% - 16px);
}

.inquiryBox table td ul li {
display: block;
padding: 3px 0;
}
}






/* submit */
.button {
	margin:50px 0 80px;
	padding:0;
	text-align:center;
}
.button form {
	display:inline;
}
.button  input {
	padding:10px 20px !important;
	color:#FFF;
	font-size:15px;
	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;
}

div.errorComment {
	border: 1px solid #ce0000;
    color: #ce0000;
    margin: 0 0 15px;
    padding: 15px 20px;
	background-color:#FFF;
}



/*	container -------------------------------------- */
footer {
	margin:0 0 5px;
	text-align: center;
}




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



/*	calendar -------------------------------------- */
.calendar table {
width:100%;
margin:0 0 20px;
border-left:1px solid #CCC;
border-top: 1px solid #CCC;
border-collapse:collapse;
border-spacing:0;
font-size:150%;
}

.calendar table th {
padding:10px 0;
text-align: center;
font-weight: bold;
border-right:1px solid #CCC;
border-bottom: 1px solid #CCC;
}
.calendar table .sun {
	color:#D40003;
	background-color: #FFEBEC;
}
.calendar table .sat {
	color:#002D86 !important;
	background-color: #ECF2FF;
}
.calendar table td {
height: 60px;
color:#CCC;
text-align: center;
border-right:1px solid #CCC;
border-bottom: 1px solid #CCC;
}
.calendar table td a {
padding:20px 0;
display: block;
color:#000;
text-decoration: none;
}
.calendar table td a:hover {
	background-color: #F5F5F5;
}
.calendar table th.calTitle {
background-color: #F5F5F5;
}
.calendar table th.calTitle div {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	font-weight: bold;
}
.calendar table th.calTitle a {
	margin:0 10px;
	padding:2px 5px;
	text-decoration: none;
	border:1px solid #666;
	color:#666;
}

.calendar table {
text-align: center;
}
.calendar table td:nth-child(1){
	color:#FFC6C7 !important;
}
.calendar table td:nth-child(7){
	color:#B7CFFF !important;
}
.calendar table td:nth-child(1) a{
	color:#D40003 !important;
}
.calendar table td:nth-child(7) a{
	color:#002D86 !important;
}
.calendar .button {
	margin-top: 0px !important;
}
@media screen and (max-width:640px){

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

