@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}
.fadein1 {
  opacity : 0;
  transform: translateY(40px);
  transition: all 1.5s;
}	
.fadein2 {
  opacity : 0;
  transform: translateX(100px);
  transition: all 1.5s;
}
.fadein3 {
  opacity : 0;
  transform: translateX(-100px);
  transition: all 1.5s;
}
.fadein4 {
  opacity : 0;
  transform: translateY(40px);
  transition: all 2.5s;
}
/*--------------------------------------------------------------------------メインイメージ*/
#slider {
    width: 100%;
    height: 500px;
	background-image: url(../web/contact/mimg.webp);
	background-size: cover;
}

.txtBox1 {
	width: 100%;
	height: 115px;
	position: absolute;
	top: 230px;
	left: 0%;
	right: 0%;
	z-index: 1000;
	text-align: center;
	background-image: url(../web/topics/mimg_txt_back.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#slider .p1{
	width: 100%;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 3px;
    font-family: 'Noto Serif JP', serif;
	color: #FFF;
	margin-top: 30px;
	text-align: center;
}
#slider .p2{
	width: 100%;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
    font-family: 'Noto Serif JP', serif;
	color: #FFF;
	margin-top: 40px;
	text-align: center;
}
.txtBox2 {
	width: 30%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 90px;
	left: 68%;
	right: 0;
	z-index: 1000;
	text-align: right;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 3px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}
#breadcrumb {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	color: #000;
}
#breadcrumb a {color: #000;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../web/object/container_back.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#section01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents01 {
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 1100px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 3px;
	font-family: 'Noto Serif JP', serif;
	color: #000;
}
#telbox {
	width: 760px;
	padding: 20px;
	margin-left: 150px;
	margin-top: 70px;
	float: left;
	outline: 3px solid #999;
	outline-offset: -3px;
}
#telbox p{
	width: 380px;
	float: left;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 3px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.tbac {
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	float: left;
	margin-top: 30px;
}
.formbox {
	width: 1100px;
	float: left;
	margin-top: 100px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
}
.formbox table {
	width: 1100px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.formbox td {
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 5px 10px 5px 10px;
}
input[type="submit"]  {
    padding: 5px 30px;
    font-size: 16px;
	letter-spacing: 3px;
	color: #000000;
    background-color: #fff;
    border: 1px #000000 solid;
}
input[type="submit"]:hover  {
	color: #fff;
    background-color: #0f5a64;
}
input[type="button"]  {
    padding: 5px 30px;
    font-size: 16px;
	letter-spacing: 3px;
	color: #000000;
    background-color: #fff;
    border: 1px #000000 solid;
}
input[type="button"]:hover  {
	color: #fff;
    background-color: #0f5a64;
}
.t12_900b {font-size:12px; line-height:30px; color: #900;}

#section02 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 130px;
	padding-bottom: 70px;
	margin-top: -80px;
}

#contents02 {
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
h3 {
	width: 1100px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 3px;
	font-family: 'Noto Serif JP', serif;
	color: #000;
}
.txt {
	width: 1100px;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 50px;
	float: left;
}
.prv_ttl {
	width: 1090px;
	padding: 5px;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	float: left;
	text-align: left;
	margin-top: 40px;
	background: #0f5a64;
	letter-spacing: 3px;
}
.prv_txt {
	width: 1080px;
	float: left;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	margin-top: 15px;
	margin-left: 10px;
	letter-spacing: 1px;
}


@media screen and (min-width:768px){
.formboxsp { display:none;}
}