@charset "utf-8";
/* Theme everythingnice */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h3,
h4,
h5,
h6,
form,
input,
textarea,
button,
p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 160%;
	color: #000;
    font-family:"游ゴシック",YuGothic,ヒラギノ角ゴ ProN W3,"Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img{
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	margin-left: 0;
	text-align: center;
}

.clearfix:before {
	display: block;
	content: "";
	font-size: 14px;
	clear: both;
}

.clearfix {
	display: block;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.fead-mv {
	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	opacity: 0.6;
	color: inherit;
	text-decoration: none;
}
ul {
	list-style: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
.flexc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.flexs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flext {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
.rpic{
	flex-direction:row-reverse;
}
a[href*="tel:"] {
	pointer-events: none;
}
@media only screen and (max-width: 1024px) {
	a[href*="tel:"] {
		pointer-events: initial !important;
	}
}
#wrapper{
	max-width: 100%;
	overflow: hidden;
}
#header{
	position: relative;
}
#header .head{
	max-width: 1000px;
	margin: 0 auto;
	width: 95%;
	padding: 15px 0 0 0;
}
#header .t{
	display: block;
	padding: 3px 0 0 0;
}
#header .head .tel{
	font-size: 30px;
	font-weight: bold;
}
#header .head dd{
	font-size: 12px;
	text-align: right;
}
#header .head dd .r{
	display: inline-block;
	text-align: left;
	background: #ff002b;
	color: #fff;
	font-weight: bold;
	padding:0 10px;
}
#header .head dl{
	padding: 0 0 16px 0;
}
#nav{
	background: #ff002b;
}
#nav ul{
	max-width: 1000px;
	margin: 0 auto;
}
#nav li{
	font-size: 18px;
}
#nav li  a{
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 10px 20px;
}
#nav li  a:hover{
	background: #fa963e;
	opacity: 1;
}
#mv{
	max-width: 1000px;
	margin: 0 auto;
	width: 95%;
	padding: 50px 0 160px 0;
	position: relative;
}
#mv .cath{
	text-align: center;
	margin: 0 0 70px 0;
}
#mv .cath p{
	display: inline-block;
	background: rgba(0,0,0,0.4);
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding: 10px 20px 10px 80px;
}
#mv .cath p img{
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}
#mv .right h2 .t{
	display: block;
	padding: 0 0 16px 0;

}
#mv .right h2{
	padding: 0 0 15px 0;
}
#mv .right p{
	font-size: 18px;
	padding: 0 0 20px 0;
}
#mv .right li{
	padding: 0 10px 10px 0;
}
#mv .right li a{
	display: block;
	text-align: center;
	padding: 10px 0;
	width: 180px;
	border: 2px solid #000;
	font-weight: bold;
	background: #fff;
}
#mv .right li:nth-child(2n) a{
	background: #ff002b;
	color: #fff;
}
#headwrap{
	background-image: url(./images/mv_img.jpg);
	background-position: center 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	

}
#headwrap::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.35);
	
	
}
.inner{
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}
#footer iframe{
	vertical-align: bottom;
}
.footnav{
	background: #ff002b;
	text-align: center;
	padding: 5px 0;
}
.footnav li{
	display: inline-block;
	padding: 10px 0;
}
.footnav li a{
	color: #fff;
	font-size: 18px;
}
.footnav li:before{
	content: "｜";
	color: #fff;
}
.footnav li:nth-child(1):before{
	content: "";
}
#footer h3 .t{
	display: block;
	font-size: 24px;
	padding: 10px 0 0 0;
}
#footer h3{
	padding: 45px 0 25px 0;
}
#footer p{
	padding: 0 0 20px 0;
}
#footer .copy{
	font-size: 14px;
	
}
.point3{
	position: relative;
	margin-top: -140px;
}
.point3 dl{
	max-width: 195px;
	padding: 0 8px 30px 8px ;
}
.point3 dl dt{
	padding: 0 0 20px 0;
}

.section2 h2{
	text-align: center;
	font-size: 30px;
	border-bottom: 1px solid #bfbfbf;
	padding: 0 0 50px 0;
	margin-bottom: 60px;
}
h2 .r{
	color: #ff002b;
}
.section2{
	padding: 30px 0 0 0;
}
.nayami{
	background-image: url(./images/nayami_bk.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0 50px 0;
}
.nayami h3{
	text-align: center;
	font-size: 42px;
	padding: 0 0 35px 0;
	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.nayami li{
	width: 30%;
	border: 2px solid #000;
	background: #fff;
	margin: 0 3.5% 30px 0;
	position: relative;
}
.nayami li:nth-child(3n){
	margin-right: 0;
}
.nayami li .in{
	position: relative;
	
	display: block;
	z-index: 1;
	padding: 26px 60px 26px 15px;
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
}
.nayami li:before{
	content: "";
	position: absolute;
	top: 10px;
	right: -10px;
	left: 10px;
	bottom: -10px;
	border: 2px solid #000;
}
.nayami li:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.nayami li:nth-child(1):after{
	background-image:url(./images/nayami1.png) ;
}
.nayami li:nth-child(2):after{
	background-image:url(./images/nayami2.png) ;
}
.nayami li:nth-child(3):after{
	background-image:url(./images/nayami3.png) ;
}
.nayami li:nth-child(4):after{
	background-image:url(./images/nayami4.png) ;
}
.nayami li:nth-child(5):after{
	background-image:url(./images/nayami5.png) ;
}
.nayami li:nth-child(6):after{
	background-image:url(./images/nayami6.png) ;
}
.section3 {
	padding: 100px 0 80px 0;
	border-bottom:1px solid #bfbfbf;
}
.about .section3{
	border: none;
}
.section3 .pic{
	width: 50%;
	margin-bottom: 40px;
}
.section3 .pic p{
	position: relative;
	display: inline-block;
}
.section3 .pic p:before{
	content: "";
	position: absolute;
	bottom: -10px;
	right: -10px;
	left: 10px;
	top: 10px;
	border: 2px solid #000;
}
.section3 .pic p img{
	position: relative;
}
.section3 .pic p::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #000;

}
.section3 .tbox{
	width: 44%;
	padding: 30px 0 0 0;
}
.section3 h2{
	font-size:36px;
	padding: 0 0 20px 0;
}
.section3 h3{
	font-size:30px;
	padding: 0 0 20px 0;
	line-height: 140%;
}
.section3 .tbox p{
	padding: 0 0 20px 0;
}
.more a{
	border: 2px solid #000;
	text-align: center;
	padding: 0 0 0 0;
	display: inline-block;
	color: #fff;
	background: #ff002b;
	padding: 10px 25px;
	font-weight: bold;
}
.section3 .more{
	text-align: right;
	padding-top: 10px;
}
.section4{
	padding: 100px 0 30px 0;
}
.section4  h2{
	text-align: center;
	font-size: 36px;
	padding: 0 0 60px 0;
}
.section4 .box{
	width: 45%;
	padding: 0 0 20px 0;
	
	
}
.section4 .box .pic{
	position: relative;
	border: 2px solid #000;
	margin-bottom: 30px;
}
.section4 .box .pic:before{
	content: "";
	padding-bottom: 88.79%;
	display: block;
}
.section4 .box .pic:after{
	content: "";
	border: 2px solid #000;
	bottom: -10px;
	left: 10px;
	right: -10px;
	top: 10px;
	position: absolute;
}
.section4 .box .pic a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;

}
.section4 .box p.pic a .i img{
	object-fit: cover;
	width: 100%;
	height: 100 !important;
	
}
.section4 .box p.pic a:hover {
	opacity: 1;
}
.section4 .box .pic a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.3);
}
.section4 .box .pic a:hover:before{
	background: rgba(255, 255, 255, 0.6);
}
.section4 .box p.pic .t{
	position: absolute;
	bottom: 25px;
	left: 16px;
	z-index: 3;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.section4 .box p.pic .t .n{
	display: block;
	padding: 5px 0 0 0;
}
.section4 .box p.pic .t img{
	filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
}
.section4 .box p+p{
	padding: 0 0 20px 0;
	font-size: 18px;
}
.section4 .box p.pic a:after{
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(./images/sectin4_mk.png) 0 0 no-repeat;
}
.section5{
	background:#eee ;
	padding: 100px 0 30px 0;
}

.section5 h2{
	font-size: 36px;
	line-height: 140%;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 80px;
}

.section5 .tbox{
	width: 50%;
	padding: 0 0 0 0;
}
.section5 .pic{
	width: 39.6%;
	margin-bottom: 45px;
}
.section5 .pic .img{
	display: block;
	position: relative;
}
.section5 .pic .img:before{
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	border:2px solid #000 ;
	top: 15px;
	left: 15px;
	right: -15px;
	bottom: -15px;
	position: absolute;

}
.section5 .pic .img:after{
	content: "";
	padding-bottom: 74.5%;
	display: block;
}
.section5 .pic .t{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border:2px solid #000 ;
}
.section5 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
h3 .r{
	color: #ff002b;
}
.section5 h3{
	font-size:24px ;
	padding: 0 0 20px 0;
}
.section5 .tbox p{
	padding: 0 0 20px 0;
}
.section5 .tbox p.more{
	text-align: right;
}
.section5 .flexb{
	padding-bottom: 40px;
}
.section5 .flexb:nth-child(2n+1){
	flex-direction:row-reverse;
}
.section6{
	padding: 80px 0 80px 0;
}
.section6 h2{
	padding: 0 0 60px 0;
}
.section6 .tbox{
	width: 44%;
}
.section6 .tbox h3{
	font-size: 36px;
	color: #3d94c0;
	padding: 0 0 25px 0;
}
.section6 .tbox p{
	padding: 0 0 20px 0;
}
.section6 .tbox p.more{
	text-align: right;
	padding-top: 20px;
}
.section6 .pic{
	width: 49.6%;
	
	margin-bottom: 45px;
}
.section6 .pic .img{
	display: block;
	position: relative;
}
.section6 .pic .img:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	border: 2px solid #000;
	top: 15px;
	left: 15px;
	right: -15px;
	bottom: -15px;
	position: absolute;
  }
.section6 .pic .t {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #000;
}
.section6 .pic .img:after {
	content: "";
	padding-bottom: 79.84%;
	display: block;
}

.section7{
	background-image: url(./images/section7_bk.jpg);
	background-position: center 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 65px 0 40px 0;
}
.section7 .tbox{
	width:44% ;
}
.section7 .lists{
	width: 51.6%;
}
.section7 .lists li{
	width: 42.64%;
	position: relative;
	margin-bottom: 35px;
}
.section7 .lists li:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	border: 2px solid #000;
	top: 15px;
	left: 15px;
	right: -15px;
	bottom: -15px;
	position: absolute;
}
.section7 .lists li:after {
	content: "";
	padding-bottom: 100%;
	display: block;
}
.section7 .lists li a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #000;
}
.section7 .lists li a img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.section7 .lists li .t{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.5);
	padding: 10px;
}
.section7 .lists li .t strong{
	display: block;
	font-size: 18px;
}
.section7 .lists li .t span{
	font-size: 14px;
}
.section7 h2{
	font-size: 36px;
	line-height: 140%;
	padding: 0 0 20px 0;
}
.section7 .tbox p{
	padding: 0 0 20px 0;
}
.section7 .tbox .more{
	padding-top: 20px;
}
.section7 .tbox{
	padding: 30px 0 10px 0;
}
.section8{
	padding: 80px 0 60px 0;
}
.section8 h2{
	font-size: 36px;
	padding: 0 0 30px 0;
}
.section8 .lists dt{
	float: left;
}
.section8 .lists dd{
	padding: 0 0 25px 10em;
}
.section8 .lists dl{
	border-bottom:#bfbfbf solid 1px;
	padding: 25px 0 0 0;
}
.section8 .lists{
	padding-bottom: 55px;
}
.section8 .more{
	text-align: right;
	padding: 0 0 20px 0;
}
.section9{
	background: #eee;
	padding: 80px 0 60px 0;
}
.section9.nobk{
	background: #fff;
}
.section9 h2{
	text-align: center;
	font-size: 36px;
	padding: 0 0 0 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #bfbfbf;
	line-height: 140%;
	margin-bottom: 40px;

}
.section9 .flexb{
	max-width: 950px;
	margin: 0  auto;

}
.section9 .flexb dl{
	width: 47.37%;
	padding: 0 0 40px 0;
}
.section9 .flexb dt{
	text-align: center;
	font-size: 18px;
}
.section9 .flexb dt:after{
	width: 1px ;
	height: 50px;
	background: #000;
	margin: 20px auto;
	content: "";
	display: block;
}
.section9 .flexb dd a{
	border: 2px solid #000;
	background: #fff;
	display: block;
	text-align: center;
	min-height: 90px;
}
.section9 .flexb dd .b{
	display: block;	
	font-size: 36px;
	font-weight: bold;
	padding: 25px 0 0 0;
	line-height: 100%;
	margin-bottom: -8px;
}
.section9 .flexb dd .s{
	font-size: 12px;
	display: block;
	padding-bottom: 10px;
}
.section9 .flexb dl:nth-child(2) dd a{
	background-image: url(./images/tocont.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.section9 .flexb dd .o{
	display: block;
	padding-top: 30px;
	font-size: 24px;
	font-weight: bold;
}
#nav p{
	display: none;
}
.foot_mov{
	display: none;
}
.totop{
	position: fixed;
	z-index: 98;
	bottom: 10px;
	right: 10px;
	display: none;
}
@media only screen and (max-width: 1024px) {
	#nav{
		position: fixed;
		z-index: 100;
		top: 0;
		right: 0;	
		width: 200px;
		height: 100%;
		-webkit-transform: translateX(200px);
        transform: translateX(200px);
        transition: ease .5s;
		background: #fff;
	}
	#nav.action{
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	  }
	#nav p{
		display: block;
		position: absolute;
		width: 38px;
		height: 38px;
		top: 0;
		left: -44px;
		border: 1px solid #fff;
		background: #ff002b;
		cursor: pointer;
		margin: 2px;
		opacity: 0.8;
		box-shadow: 0px 0px 0px 2px #ff002b;
	  }
	  #nav p span {
		display: block;
		background: #fff;
		height: 2px;
		width: 26px;
		text-indent: -9999px;
		padding: 0;
		top: 50%;
		left: 6px;
		margin-top: -1px;
		position: absolute;
	  }
	  #nav p span:before {
		display: block;
		content: "";
		background: #fff;
		height: 2px;
		width: 26px;
		position: absolute;
		top: -8px;
		left: 0;
	  }
	  #nav p span::after {
		display: block;
		content: "";
		background: #fff;
		height: 2px;
		width: 26px;
		position: absolute;
		top: 8px;
		left: 0;
	  }
	  #nav li{
		width: 100%;
		border-bottom: 1px dotted #ccc;
	  }
	  #nav li a{
		display: block;
		padding: 10px 10px;
		color: #000;
	  }
	  #nav li a:hover{
		color: #fff;
	  }
	  .overlay::after {
		content: "";
		width: 100%;
		height: 100%;
		background: #000;
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0.3;
		z-index: 99;
	  }
	  #nav.action p span:after, #nav.action p span:before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 0;
		left: 0;
	  }
	  #nav.action p span{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: ease .10s;
		transition: ease .10s;
	  }
	  #header .head dl{
		padding-right: 25px;
	  }
	  #header .head .tel{
		font-size: 24px;
	  }
	  #header .head h1{
		max-width: 55%;
	  }
	  .section6 .tbox h3{
		font-size: 24px;
	  }
	  .section9 .flexb dd .b{
		font-size: 24px;
	  }
	  .section7 .lists li .t span {
		display: none;
	}
}
@media only screen and (max-width: 599px) {
	.totop{
		max-width: 40px;
		bottom: 25px;
	}
	#header .head dl{
		display: none;
	}
	#header .head h1{
		max-width: none;
		padding-right: 50px;
	}
	#mv .cath p{
		font-size: 18px;
	}
	#mv{
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.point3{
		margin-top: 30px;
	}
	.point3 dl{
		width: 48%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 1%;
		margin-right: 1%;
	}
	.section2 h2{
		font-size: 24px;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	#headwrap{
		background-position: 85% 50%;
	}
	#headwrap:before{
		background: rgba(255, 255, 255, 0.5);
	}
	#mv .right p{
		font-size: 16px;
	}
	#mv .right li a{
		width: 140px;
	}
	.nayami h3{
		font-size: 24px;
	}
	.nayami li{
		width: 45%;
		box-sizing: border-box;
	}
	.nayami li:nth-child(3n){
		margin-right: 3.5%;
	}
	.section3 h2,.section3 h3{
		font-size: 24px;
	}
	
	.nayami{
		padding-top: 25px;
		padding-bottom: 20px;
	}
	.section3 .tbox{
		width: 100%;
	}
	.section3 .pic{
		width: 100%;
		max-width: 496px;
		margin-left: auto;
		margin-right: auto;
	}
	.section3{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.section3 .tbox{
		padding-top: 0;
	}
	.section4{
		padding-top: 60px;
	}
	.section4 h2{
		font-size: 24px;
	}
	.section4 h2{
		padding-bottom: 30px;
	}
	.section4 .box p.pic .t .n{
		font-size: 14px;
	}
	.section4 .box p.pic .t{
		padding-right: 20px;
	}
	.section5{
		padding-top: 60px;
	}
	.section5 h2{
		font-size: 24px;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	.section5 h3{
		font-size: 20px;
	}
	.section5 .tbox{
		width: 100%;
	}
	.section5 .pic{
		width: 100%;
		max-width: 396px;
		margin-left: auto;
		margin-right: auto;
	}
	.section6 .pic{
		width: 100%;
		max-width: 496px;
		margin-left: auto;
		margin-right: auto;
	}
	.section6 .tbox{
		width: 100%;
	}
	.section7 .tbox{
		width: 100%;
	}
	.section7 h2{
		font-size: 24px;
	}
	.section7 .lists{
		width: 100%;
	}
	.section8 .lists dt{
		float: none;
	}
	.section8 .lists dd{
		padding-left: 0;
	}
	.section9{
		display: none;
	}
	.footnav{
		display: none;
	}
	#footer h3 .t{
		font-size: 18px;
	}
	.foot_mov{
		display: flex;
		z-index: 98;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.foot_mov li{
		border: 2px solid #000;
		width: 50%;
		background: #fff;
		text-align: center;
		font-weight: bold;
	}
	.foot_mov li a{
		display:block;
		padding: 2px 0;
	}
	.foot_mov li.cont a{
		display: block;
		background: #ff002b;
		padding: 5px 0;
		
		color: #fff;
	}
	
}
.subtit{
	display: flex;
	position: relative;
}
.subtit:before{
	content: "";
	width: 1px;
	padding-bottom: 22.46%;
	margin-left: -1px;
}
.subtit .img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.subtit .inner{
	min-height: 140px;
	position: relative;
}
.subtit .img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.subtit h2{
	font-size: 40px;
	width: 100%;
	max-width:500px ;
	background: rgba(0,0,0,0.4);
	color: #fff;
	padding: 10px 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	line-height: 120%;
}
.subtit h2:before{
	content: "";
	width: 100vw;
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	left: -100vw;

}
.subtit h2 .m{
	display: block;
	font-size: 20px;
	line-height: 120%;
}
@media only screen and (max-width: 1024px) {
	.subtit h2{
		font-size: 32px;
	}
}
@media only screen and (max-width: 599px) {
	.subtit h2{
		font-size: 24px;
		line-height: 120%;
	}
}

.news_wrap .side{
	width: 25%;
}
.news_wrap .left{
	width: 70%;
}
.news_wrap{
	padding: 80px 0 50px 0;
}
.news_wrap .side h3{
	border: 2px solid #000;
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	margin-bottom: 10px;
}
.news_wrap .side li{
	padding: 10px 0 10px 0;
	font-weight: bold;
	font-size: 18px;
}
.news_wrap .side li:before{
	content:"-" ;
	font-weight: bold;
	padding-right: 5px;
}
.news_wrap .side ul{
	padding-bottom: 40px;
}
.news_wrap .list dt{
	float: left;
}
.news_wrap .list dd {
	padding: 0 0 25px 10em;
}
.news_wrap .list dl{
	border-bottom: #bfbfbf solid 1px;
	padding: 25px 0 0 0;
}
.news_wrap .list{
	padding-bottom: 40px;
}
.single h2{
	font-size: 30px;
	padding: 0 0 20px 0;
}

.single .txt{
	border-top:1px solid  #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 30px 0 30px 0;
	margin-bottom: 40px;
}
.single .txt p{
	line-height: 180%;
	padding: 0 0 20px 0;
}
@media only screen and (max-width: 599px) {
	.news_wrap .left{
		width: 100%;
	}
	.news_wrap .side{
		width: 100%;
	}
	.news_wrap .list dt {
		float: none;
	}
	.news_wrap .list dd{
		padding-left: 0;
	}
	.single h2{
		font-size: 24px;
	}
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
	background: #ff002b;
	color: #fff;
  }
  .wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 2px solid #000;
	padding: 3px 5px;
	margin: 2px;
	font-weight: bold;
  }
.wp-pagenavi{
	padding-bottom: 40px;
}
.news_wrap .back a{
	display: inline-block;
	border: 2px solid #000;
	font-weight: bold;
	padding: 10px 20px;
}
.news_wrap .back{
	padding-bottom: 40px;
}
.contact h3{
	text-align: center;
	font-size: 30px;
	padding: 0 0 0 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #bfbfbf;
	line-height: 140%;
	margin-bottom: 40px;
}
.contact .contact1{
	background: none;
}
.contact .contact1 dl{
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
.contact .contact1 dd a{
	padding-left: 20px;
	padding-right: 20px;
}
.contact .contact1 .flexb{
	display: block;
	text-align: center;
}
.contact .contact1 .flexb dl{
	width: auto;
}
.contact .contact2{
	background: #eee;
	padding: 80px 0 60px 0;
}
.contact .contact2 .inner{
	background: #fff;
	padding: 30px 0 0 0;

}
.contact .contact2 h3{
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	border: none;
	margin-bottom: 0;
}
.contact .contact2 .table{
	max-width: 95%;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
.contact .size1{
	width: 100%;
	box-sizing: border-box;
	background: #eeeeee;
	border: none;
	padding: 8px;
  }
.contact .contact2 .hisu{
	font-size: 12px;
	position: absolute;
	top: 32px;
	right: 0;
	background: #ff002b;
	line-height: 130%;
	padding: 0 5px;
	color: #fff;
  }
  .contact .contact2 .nini{
	font-size: 12px;
	position: absolute;
	top: 32px;
	right: 0;
	background: #eeeeee;
	line-height: 130%;
	padding: 0 5px;
	
  }
  .contact .contact2 table{
	border-collapse: collapse;
  }
  .contact .contact2 th{
	width: 200px;
	text-align: left;
	border-top: 1px solid #d4d4d4;
	vertical-align: top;
	padding: 28px 0;
	position: relative;
}
.contact .contact2 td{
  width: 800px;
  box-sizing: border-box;
  padding: 20px 30px;
  border-top: 1px solid #d4d4d4;
}
.formbtn li.send input {
	display: inline-block;
	background: #ff002b;
	padding: 15px 2.5%;
	box-sizing: border-box;
	width: 100%;
	max-width: 250px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border: none;
	cursor: pointer;
	border: 2px solid #000;
	font-weight: bold;
}
.contact .contact2 table{
	margin-bottom: 30px;
	width: 100%;
}
.formbtn {
	text-align: center;
	letter-spacing: -5px;
}
.formbtn li.send input {
    display: inline-block;
    background: #ff002b;
	border: 2px solid #000;
    padding: 15px 2.5%;
    box-sizing: border-box;
    width: 100%;
    max-width: 250px;
    text-align: center;
	color: #fff;
    font-size: 18px;
	
	cursor: pointer;
}
.mw_wp_form_preview .formbtn li{
	display:inline-block;
	width:48%;
	max-width: 250px;
	margin-left:1%;
	margin-right:1%;
}
.mw_wp_form_preview .formbtn li.back button {
    display: inline-block;
    background: #ccc;
    padding: 15px 2.5%;
    box-sizing: border-box;
    width: 100%;
    max-width: 250px;
    text-align: center;
    font-size: 18px;
    border: none;
    cursor: pointer;
	border: 2px solid #000;
}
.contact3 .thanks{
	max-width: 95%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.contact3 .thanks h4{
	font-size: 20px;
	padding: 0 0 20px 0;
}
.contact3 .thanks p{
	padding: 0 0 20px 0;
}
.contact3 .thanks p a{
	text-decoration: underline;
}
.about .section5{
	background: none;
}
.about .section5 h3{
	font-size: 30px;
}
.about2{
	background: #eee;
}
.about2 h3{
	text-align: center;
	font-size: 30px;

	line-height: 140%;
	margin-bottom: 40px;
}
.about2{
	padding: 40px 0;
}
.about2 .inner{
	background: #fff;
	padding: 40px 0;
}
.about2 .table{
	width: 95%;
	margin: 0 auto;
}
.about2 table{
	width: 100%;
	border-collapse: collapse;
	border-bottom:1px solid #d4d4d4;
	margin-bottom: 20px;
}
.about2 th{
	width: 200px;
	text-align: left;
	border-top: 1px solid #d4d4d4;
	padding: 20px 10px;
}
.about2 td{
	width: 800px;
	padding: 20px 20px 20px 10px;
	border-top: 1px solid #d4d4d4;
}
.about3{
	padding: 80px 0;
}
.about3 h3{
	font-size: 30px;
	padding: 0 0 20px 0;
}
.about3 p{
	padding: 0 0 20px 0;
}
.about3 .map{
	border: 2px solid #000;
	position: relative;
	margin-bottom: 20px;
}
.about3 .map:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	border: 2px solid #000;
	top: 15px;
	left: 15px;
	right: -15px;
	bottom: -15px;
	position: absolute;
	z-index: -1;
}
.rec1{
	background: none;
}
.rec1 .txt p{
	padding: 0 0 20px 0;
}
.rec1 .txt{
	padding: 0 0 30px 0;
}
.rec1 .tbox dt{
	float: left;
	font-weight: bold;
}
.rec1 .tbox dd{
	padding: 0 0 0 10em;
}
.rec1 .tbox dl{
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.rec1 .tbox div{
	padding-bottom: 30px;
}
.rec1 .tbox .more{
	text-align: right;
}
@media only screen and (max-width: 1024px) {
	.contact .contact2 th{
		display:block;
		border: none;
		padding-bottom: 0;
		padding-top: 20px;
	  }
	  .contact .contact2 td {
		border: none;
		  border-bottom-color: currentcolor;
		  border-bottom-style: none;
		  border-bottom-width: medium;
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-bottom: 1px solid #d4d4d4;
		padding-left: 0;
		padding-right: 0;
		padding-top: 5px;
	  }
	  .contact .contact2 th span {
		bottom: 5px;
		top: auto !important;
	  }
}
@media only screen and (max-width: 599px) {
	.contact .contact1{
		display: block;
	}
	.contact h3{
		font-size: 24px;
	}
	.about2 th{
		width: 100%;
		box-sizing: border-box;
		display: block;
		
		padding-bottom: 0;
	}
	.about2 td{
		box-sizing: border-box;
		width: 100%;
		display: block;
		border: none;
		padding-top: 0;
	}
	.about3 .map{
	display: none;}
	.about3{
		padding-bottom: 0;
	}
}
