@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 50000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
}
#slider {
    width: 96%;
    height: 80vh;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	background-color: #f3f0eb;
}

#mimg .txtBox {
	position: absolute;
	width: auto;
	height: auto;
	display:inline-block;
	bottom: 15%;
	left: 5%;
	z-index: 1000;
}
#mimg .p1 {
	width: auto;
	height: auto;
	font-size: 58px;
	line-height: 58px;
	letter-spacing: 3px;
	font-weight: 400;
	color: #000;
    text-align: left;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#mimg .p2 {
	width: auto;
	height: auto;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #000;
    text-align: left;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
    text-align: left;
	margin-top: 40px;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 80px;
}
#contents01 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 100%;
	font-size: 35px;
	line-height: 36px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 3px;
	text-align: center;
	color: #715b4d;
	float: left;
}
#c01Box {
	position: relative;
	width: 980px;
	padding: 60px;
	height: auto;
	float: left;
	outline: 3px solid #317c7b;
	outline-offset: -3px;
	margin-top: 70px;
	border-radius: 10px;
	background-color: #FFF;
}
#c01Box .ttl {
	position: absolute;
	width: 600px;
	height: 60px;
	border-radius: 30px;
	background-color: #317c7b;
	text-align: center;
	font-size: 28px;
	line-height: 60px;
	letter-spacing: 3px;
	color: #FFF;
	font-weight: 600;
	top: -30px;
	left: 250px;
}
#c01Box .txt {
	position: relative;
	width: 980px;
	height: auto;
	text-align: left;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 1px;
	float: left;
}
#c01Box .c01ac {
	position: absolute;
	width: 500px;
	height: 60px;
	border-radius: 10px;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	color: #317c7b;
	font-weight:600;
	letter-spacing: 1px;
	background-color: #FFF;
	transition: 0.6s;
	outline: 3px solid #317c7b;
	outline-offset: -3px;
	bottom: -30px;
	left: 300px;
}
#c01Box .c01ac a{
	display: block;
	color: #317c7b;
}
#c01Box .c01ac:hover {
	background-color: #317c7b;
}
#c01Box .c01ac a:hover {
	color: #FFF;
}


#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 0;
	background-color: #fff;
	border-radius: 40px;
}
#contents02 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
#contents02 .newspc iframe{
	position: relative;
	width: 1100px;
	height: 850px;
	overflow: hidden;
	float: left;
	margin-top: 20px;
}

#section03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
#contents03 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}

#calendar {
	width: 1060px;
	height: 510px;
	padding: 20px;
	float:left;
	margin-top: 40px;
	border-radius: 10px;
	outline: 1px solid #ccc;
	outline-offset: -1px;
	background-color: #FFF;
}
#calendar iframe{
	width: 1060px;
	height: 510px;
	border-radius: 10px;
}
.c03txt {
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 0px;
	float: left;
	margin-top: 15px;
}
.c03txt a{
	color: #000;
	text-decoration: underline;
}

.c03btn a{
	display:block;
	width: auto;
	height: 12px;
	padding-right: 22px;
	float: right;
	font-size: 16px;
	line-height: 12px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	background-image: url(../web/home/c03ac.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #000;
	margin-top: 10px;
	transition: 0.4s;
}
.c03btn a:hover{
	padding-right: 15px;
}

#section04 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 0;
	background-color: #fff;
	border-radius: 40px;
}
#contents04 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents04:after{
	content: "";
	clear: both;
	display: block;
}
#c04box01{
	width: 520px;
	height: auto;
	margin-top: 60px;
	float: left;
}
#c04box01 .ttl{
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	line-height: 25px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	color: #317c7b;
}
#contents04 .tablebox01{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	clear: both;
	word-break: break-all;
	text-align: left;
}
#contents04 .tablebox01 table {
	width: 100%;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	clear:both;
}
#contents04 .tablebox01 td {
	min-width: ;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 8px 3px 8px 3px;
}
#c04box01 .t1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	float: left;
	margin-top: 15px;
}
#c04box01 .btn a{
	display: block;
	width: 380px;
	height: 45px;
	float: left;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	color: #7d5d3d;
	font-weight: 600;
	float: left;
	margin-top: 15px;
	border-radius: 5px;
	outline: 2px solid #7d5d3d;
	outline-offset: -2px;
	transition: 0.4s;
}
#c04box01 .btn a:hover{
	color: #fff;
	background-color:#7d5d3d;
}

#c04box01 .ttl2{
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	line-height: 25px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	color: #317c7b;
	margin-top: 40px;
}

#c04box02{
	width: 550px;
	height: auto;
	margin-top: 60px;
	margin-left: 30px;
	float: left;
}
#c04box02 .ttl{
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	line-height: 25px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	color: #317c7b;
}
#c04box02 .map{
	width: 100%;
	height: 550px;
	float: left;
	margin-top: 10px;
}
#c04box02 .map img{
	width: 550px;
	height: 550px;
	border-radius: 10px;
	outline: 1px solid #999;
	outline-offset: -1px;
	transition: 0.4s;
	object-fit:cover;
}
#c04box02 .map img:hover{
	transform: scale(1.01);
	outline: 1px solid #333;
}
#c04box02 .t1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	float: left;
	margin-top: 10px;
}
@media screen and (min-width:768px){
#contents02 .newssp iframe{ display:none;}
}
