/*----------------------------------------------------
　
------------------------------------------------------*/
#main{
background: url("img/main.jpg") no-repeat center top;
}
#main h2 {
position: relative;
height:500px;
line-height: 500px;
background: none;
filter: drop-shadow(3px 3px 5px #000);
}
#main h2 img{
max-width: 302px;
vertical-align: middle;
}

@media screen and (max-width: 1280px) {
#main{
background-image: url('img/main_sp.jpg');
background-size: 100% auto;
}
#main h2 img{
width: 60%;

}
}
@media screen and (max-width: 640px) {
#main{
background-size: auto 100%;
}
}

@media screen and (max-width: 480px) {
#main{
max-height:360px;
background-size: auto 100%;
}
#main h2 {
max-height:340px;
line-height: 340px;
box-sizing: inherit;
padding-top: 20px;
}

}
@media screen and (max-width: 390px) {
#main{
max-height:270px;
}
#main h2 {
max-height:270px;
line-height: 270px;
}
}



/*----------------------------------------------------
　
------------------------------------------------------*/


.title{
  clear: both;
  position: relative;
  margin: 0 0 38px;
  padding: 0 0 0.5em;
  font-size:23px;
  font-weight:bold;
  line-height: 1.2;
  text-align: left;
  border-bottom: 2px solid #fff;
}

.title:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 90px;
  border-bottom: 2px solid #bbaf5b;
}
.title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 45px;
  height: inherit;
  border-bottom: 2px solid #73588b;
}
.title .eng{
display: block;
color: #bbaf5b;
font-size:12px;
font-weight: normal;
font-family: chaparral-pro, serif;
}

.title{
text-align: center;
}
.title::before{
left: 50%;
margin-left: -45px;
}

.title::after{
left: 50%;
margin-left: -45px;
}


@media screen and (max-width: 1280px) {
.title{
font-size: 16px;
}
.title:before{
  width: 64px;
}
.title:after {
  width: 32px;
}
.title .eng{
font-size:6px;
}


}





/*----------------------------------------------------
　#
------------------------------------------------------*/

#page-link{
clear: both;
/*width: 90%;*/
width:50%;
max-width: 1680px;
margin: 0 auto;
padding: 100px 0 50px;
font-size: 23px;
font-family: a-otf-futo-min-a101-pr6n, serif;
text-align: left;
}
#page-link ul{
overflow: hidden;
}
#page-link ul li{
float: left;
width: 49%;
margin-left: 1.3%;
text-align: center;
}
#page-link ul li:nth-child(1){
margin-left:0;
}
#page-link ul li a{
display: block;
text-align: center;
padding: 0.4em;
text-decoration: none;
}
#page-link ul li:nth-child(1) a{
color: #AE9A6C;
border: 1px solid #AE9A6C;
}
#page-link ul li:nth-child(2) a{
color: #73588B;
border: 1px solid #73588B;
}



@media screen and (max-width: 1280px) {
#page-link{
width:90%;
padding: 40px 0 40px;
font-size: 14px;
}
#page-link ul li{
float: none;
width: 100%;
margin: 0 0 0.5em;
}


}


/*----------------------------------------------------
　#
------------------------------------------------------*/

#contact1{
clear: both;
width: 90%;
max-width: 1680px;
margin: 0 auto;
padding: 50px 0;
text-align: center;
}
#contact1 .title{

}
#contact1 .cont{
max-width: 1280px;
margin: 0 auto;
text-align: center;
padding: 50px 0;
background: #f6f6f6;
}
#contact1 img{
width: 70%;
max-width: 490px;
vertical-align: text-bottom;

}
@media screen and (max-width: 1280px) {
#contact1{
padding: 25px 0;
}

}





/*----------------------------------------------------

------------------------------------------------------*/
.contact2{
clear: both;
width: 90%;
max-width: 1680px;
margin: 0 auto;
padding: 50px 0;
text-align: center;
}



#main_contact table{
	border:none;
	margin:0 0 2em;
}
#main_contact table th{
	text-align:left;
	font-size:18px;
	font-weight:bold;
	padding:1em 1em;
	width:250px;
}
#main_contact table th .koumoku{
float: left;
}
#main_contact table th .require{
float: right;
	color:#fff;
	background:#563265;
	border:0.5em;
	margin:0 5px 0 0;
	padding:0.5em;
	border-radius:0.5em;
}
#main_contact table th .no_require{
float: right;
color:#563265;
	background:#ddd6e0;
	border:0.5em;
	margin:0 5px 0 0;
	padding:0.5em;
	border-radius:0.5em;
}
#main_contact table td{
	text-align:left;
	padding:0.5em;
	font-size:15px;
}
#main_contact table td.sentaku label{
	font-size:18px;

}
#main_contact table td .sub-text{
color: #bf0d23;
}

#main_contact table td input[type=text],
#main_contact table td input[type=email],
#main_contact table td input[type=tel],
#main_contact table td textarea{
	width:90%;
	border:1px solid #999;
	border-radius:0.3em;
	padding:1em;
}


@media screen and (max-width: 1000px) {
#main_contact h2{
	font-size:20px;
}
#main_contact table th{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding:0.5em;
	width:150px;
}
#main_contact table th .require{
	border:0;
	padding:0.3em 0.4em;
  font-size: 12px;
  line-height: 1;
}
#main_contact table th .no_require{
	border:0;
	padding:0.3em 0.4em;
  font-size: 12px;
  line-height: 1;
}
#main_contact table td{
	font-size:14px;
	padding:0.5em;
}
#main_contact table td input[type=text],
#main_contact table td input[type=email],
#main_contact table td input[type=tel],
#main_contact table td textarea{
	padding:0.4em;
}

}





.contact-btn a{
	display:block;
	width:90%;
	max-width:350px;
	margin:0 auto 1em;
	padding:0.2em 0.5em !important;
	text-align:center;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	background:#563265;
	border-radius:1.5em;
	border:none;
}
.contact-btn input{
	display:block;
	width:90%;
	max-width:350px;
	margin:0 auto 1em;
	padding:0.5em 0.5em !important;
	text-align:center;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	background:#563265;
	border-radius:1.5em;
	border:none;
}
.contact-btn .btn-back{
	display:block;
	width:90%;
	max-width:350px;
	margin:0 auto 1em;
	padding:0.2em 0.5em !important;
	text-align:center;
	color:#563265;
	font-size:26px;
	font-weight:bold;
	background:#ddd6e0;
	border-radius:1.5em;
	border:none;
}

@media screen and (max-width: 1280px) {
.contact-btn a,
.contact-btn input{
	font-size:18px;
}

}


#privacy{
	clear:both;
	overflow:hidden;
	overflow-y:auto;
	max-height:175px;
	border:1px solid #999;
	margin:0 0 1.5em;
}
#privacy .cont{
	padding:2.5em 1em;
	text-align:left;
	font-size:15px;
}

#privacy h3{
margin: 0 0 1em;
	color:#563265;
	font-weight:bold;
	font-size:112%;
	text-align:center;
}

@media screen and (max-width: 1280px) {
#privacy .cont{
	font-size:12px;
}

}














