#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #DD6539;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

button:focus {
	outline:0;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kanyua p {
  align-items: center; /* テキストの中央揃え */
  bottom: 0;
  color: #fff; /* テキストの色 */
  display: flex; /* テキストの中央揃え */
  justify-content: center; /* テキストの中央揃え */
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%; /* テキストを横幅いっぱいにならないようにする */
}

.kanyu {
	cursor: pointer;
	position: relative;
	margin-top: 50px;
	overflow:hidden;
  }


.kanyu img {
	width: 100%;
  height: 150px;
  object-fit: cover;
	transition:0.5s;
  }

.kanyu img:hover {
	transform:scale(1.1,1.1);
  }

.kanyu p {
	pointer-events: none;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,1.00);
	font-weight: 600;
	font-size: 24px;
	text-shadow: 3px 3px 6px #333333;
	text-align: center;
  }

.header-title {
	font-size: 30px;
}
.row-mid {
	margin-top: auto;
	margin-bottom: auto;
}
.header-mgn {
	margin-top: 20px;
	margin-bottom: 20px;
}
.header-btn {
	background-color: #DD6539;
	border-width: 0px;
	border-style: none;
	color: rgba(255,255,255,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
}
.topvh {
	background-image: url(../img/top-img.jpg);
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:70vh;
	overflow:hidden;
}
.top-copy {
	color: #DD6539;
	background-color: rgba(255,255,255,0.70);
	font-family: "Noto Sans JP";
	font-size: 60px;
	font-weight: 600;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	margin-top: 100px;
}
.main-cont {
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
.main-sec {
	background-color: #FFECD9;
	padding-top: 100px;
	padding-bottom: 100px;
}
.main-h3 {
	background-color: #DD6539;
	color: rgba(249,249,249,1.00);
	font-size: 40px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 600;
}
.sub-cont {
	margin-top: 50px;
	color: #DD6539;
	font-size: 32px;
	font-weight: 600;
	padding-top: 6px;
	padding-left: 10px;
	border-bottom: 1px solid #DD6539;
	padding-bottom: 6px;
}
.row-mg {
	margin-left: 5%;
	margin-right: 5%;
}
.news-p {
	font-size: 18px;
}
.news-p2 {
	font-size: 18px;
	font-weight: 600;
}
.p-main {
	font-size: 18px;
	line-height: 32px;
}
.p-main3 {
	font-size: 14px;
	line-height: 32px;
}
.p-footer {
	font-size: 16px;
	line-height: 32px;
}
.p-footer2 {
	font-size: 14px;
	line-height: 32px;
}
.p-main2 {
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
}
.row-line {
	border-bottom: 1px solid #707070;
	padding-top: 12px;
	padding-bottom: 12px;
}
.sub-blo {
	margin-left: 10%;
	margin-right: 10%;
}
.sub-blo2 {
	margin-left: 5%;
	margin-right: 5%;
}
.ichi-um {
	margin-top: 20px;
}
.h3-mg {
	margin-top: 100px;
}
.down-mg {
	margin-bottom: 20px;
}
.down-mg3 {
	margin-bottom: 15px;
}
.down-mg2 {
	margin-bottom: 20px;
	margin-top: 100px;
}
.enkaku-mg {
	margin-top: 12px;
	margin-bottom: 12px;
}
.roundbtn {
	background-color: #DD6539;
	border-radius: 30px;
	border-style: none;
	color: #FFFFFF;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 20px;
	transition: 0.5s;
}
.roundbtn2 {
	background-color: #3b5998;
	border-radius: 30px;
	border-style: none;
	color: #FFFFFF;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 20px;
	transition: 0.5s;
}
.roundbtn2:hover {
	background-color: #1D3A76;
	border-radius: 30px;
	border-style: none;
	color: #FFFFFF;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 20px;
	transition: 0.5s;
}
.roundbtn {
	background-color: #DD6539;
	border-radius: 30px;
	border-style: none;
	color: #FFFFFF;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 20px;
	transition: 0.5s;
}
.roundbtn:hover {
	background-color: #BF4E26;
	border-radius: 30px;
	border-style: none;
	color: #FFFFFF;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 12px;
}
.under-line {
	text-decoration: underline;
	margin-bottom: 10px;
}
.footer-mg {
	padding-top: 20px;
	padding-bottom: 20px;
}
.news-mg {
	margin-bottom: 20px;
}
.backbtn {
	margin-top: 20px;
}
.side-mg {
	margin-left: 20px;
	margin-right: 20px;
}
.union-top {
	color: #FFFFFF;
	background-color: #DD6539;
	border: 1px solid #FFFFFF;
}
.list-line {
	border-bottom: 1px solid #FFBE7C;
	padding-bottom: 10px;
	padding-top: 10px;
}
.x-mh {
	margin-top: 30px;
}

@media (max-width:797.98px){
.top-copy {
	color: #DD6539;
	background-color: rgba(255,255,255,0.70);
	font-family: "Noto Sans JP";
	font-size: 35px;
	font-weight: 600;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	margin-top: 100px;
	max-width: 80%;
}
}

@media (max-width:1200px){
.pc1200 {
	display: none;
}
}

@media (min-width:1199.98px){
.sp1200 {
	display: none;
}
}

@media (max-width:575.98px){
.main-h3 {
	background-color: #DD6539;
	color: rgba(249,249,249,1.00);
	font-size: 30px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 600;
}
.sub-cont {
	margin-top: 50px;
	color: #DD6539;
	font-size: 24px;
	font-weight: 600;
	padding-top: 6px;
	padding-left: 10px;
	border-bottom: 1px solid #DD6539;
	padding-bottom: 6px;
}
}
