
html{
	overflow-x: hidden;
  scroll-behavior: smooth;
}
.head-fixed{
	z-index: 10;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 75px 0;
}
.head-flex{
	display: flex;
	justify-content: space-between;	
	align-items: center;
}
.logo-flex{
	max-width: 460px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.h1{
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: -.5px;
}
.head-right{
	width: 100%;
	max-width: 720px;
}
.head-cont{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-family: 'futura';
	font-style: italic;	
	font-weight: 900;
	margin-bottom: 10px;
}
.tel{
	display: flex;
	align-items: center;
	color: #fe688d;
	font-size: 3.2rem;
	margin-right: 20px;
}
.cont-btn{
	position: relative;
	border-radius: 25px;
	box-shadow:3px 3px 3px 0px #ba294d;
	transition: none;
}
.nav-list{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: -.5px;
	font-style: italic;
}
.nav-list li{
	padding: 0 15px;
}
.nav-list li a{
	display: block;
	position: relative;
}
.nav-list li a:after{
	content: "";
	position: absolute;
	bottom: 0; 
	left: 0;
	width: 100%;
	height: 2px;
	background: #5a5a5a;
	transition: .3s;
	opacity: 0;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
}
.nav-list li a:hover:after{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.mv{
	position: relative;
	width: 100%;
	max-width: 1770px;
	margin: 120px auto 0;
	padding-top: 790px;

}
.catch{
	position: absolute;
	top: 50%;
	left: 100px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*-----section------*/
#features,
#greeting,
#menu,
#voice,
#blog,
#information,
#contact,
#contact-form{
	padding-top: 120px;
	margin-top: -120px;
}
.sec{
	position: relative;
	padding: 150px 0;
}
.sec2{
	padding: 0;
	margin-bottom: 80px;
}
.sec3{
	padding-top: 0;
}
.sec3-cont{
	background: url(../img/sec4-bg.png)no-repeat center;
	background-size: cover;
}
.sec4{
	background: url(../img/sec4-bg.png)no-repeat top center;
}
.sec5:after{
	content: "";
	position: absolute;
	top: -17px;
	left: 0;	
	width: 100%;
	height: 35px;
	background: url(../img/line1.png)center;
}
.sec5:before{
	content: "";
	width: 208px;
	height: 270px;
	background: url(../img/ab3.png)no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	left: 35px;
	top: -125px;
}
.sec6,
.blog{
	background: url(../img/sec6-bg.png)no-repeat center;
	background-size: cover;
}
.sec6:before{
	content: "";
	width: 142px;
	height: 235px;
	position: absolute;
	right: 40px;
	top: -150px;
	background: url(../img/ab4.png)no-repeat center;
	background-size: contain;
}
.sec6:after{
	z-index: 1;
	content: "";
	width: 253px;
	height: 282px;
	position: absolute;
	left: 50px;
	bottom: -190px;
	background: url(../img/ab5.png)no-repeat center;
	background-size: contain;
}
.sec7{
	background: url(../img/sec7-bg.png)no-repeat center;
	background-size: cover;
}
.sec8{
	background: url(../img/sec8-bg.png)no-repeat center;
	background-size: cover;
}
.contents{
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	position: relative;
}
/*------title------*/
.sec-tit{
	text-align: center;
	margin-bottom: 80px;
}
.sec2-tit{
	margin-bottom: 140px;
}

/*----main-----*/
.pre-text{
	line-height: 32px;
	letter-spacing: 1.5px;
	font-weight: 500;
}
.sec1-lsit{
	padding-top: 30px;
	width: 100%;
	max-width: 1326px;
	margin: 0 auto;
}
.sec1-list li{
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}
.sec1-list li:last-child{
	margin-bottom: 0;
}
.sec1-img{
	position: absolute;
	top: -30px;
}
.sec1-list li:nth-child(even) .sec1-img{
	right: 0;
}
.sec1-list li:nth-child(odd) .sec1-img{
	left: 0;
}
.sec1-dlt{
	max-width: 700px;
	width: 100%;
	height: 400px;
	box-sizing: border-box;
	position: relative;
	padding: 50px 85px 40px;
	background: rgba(247, 250, 67, .85);
}
.point{
	position: absolute;
	left: 35px;
	top: -35px;
}
.sec1-dlt dt{
	width: 100%;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	color: #2ad2ed;
	margin-bottom: 20px;
}
.sec1-cont{
	display: flex;
	align-items: center;
	max-width: 700px;
	width: 100%;
}

.sec1-list li:nth-child(even) .sec1-cont{
	margin: 0 auto 0 0;
}
.sec1-list li:nth-child(odd) .sec1-cont{
	margin: 0 0 0 auto;
}
.sec2-cont{
	position: relative;
	background: url(../img/sec2-bg.png)no-repeat;
	background-size: cover;
	padding: 40px 0 150px;
}
.sec2-flex:before{
	content: "";
	width: 424px;
	height: 134px;
	background: url(../img/sec2-ab.png)no-repeat center;
	background-size: contain;
	position: absolute;
	top: -77px;
	right: 0;
}
.sec2-flex{
	width: 100%;
	max-width: 1326px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.sec2-img{
	position: relative;
	top: -80px;
	margin-bottom: -80px;
}
.sec2-dlt{
	max-width: 695px;
	width: 100%;
	margin-bottom: 30px;
}
.sec2-dlt dt{
	font-size: 3.2rem;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 30px;
}
.min{
	max-width: 425px;
	width: 100%;
	padding: 12px 0;
	border-radius: 35px;
	margin-top: 30px;
}
.sec3-cont1{
	background: url(../img/sec3-cont-bg.png)center;
	background-size: cover;
	padding: 55px 115px;
	font-size: 2.4rem;
	border: 2px solid #e9e9e9;
	margin-bottom: 50px;
}
.sec3-flex1{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.sec3-flex1 p:first-child{
	text-align: center;
	width: 100%;
	max-width: 420px;
	background: #fff;
	font-weight: bold;
	padding: 15px 0;
	border: 3px solid #2ad2ed;
	color: #2ad2ed;
	border-radius: 40px;
	margin-right: 80px;
}
.sec3-flex1 p{
	font-weight: 500;
}
.sec3-flex1 p:nth-child(2){
	margin-right: 50px;
}
.sec3-flex1 p span{
	font-size: 3.2rem;
	color: #2ad2ed;
	font-weight: bold;
}
.sec3-cont1 .sec3-flex1:last-child{
	margin-bottom: 0;
}
.campaign{
	padding: 90px 0;
	background: url(../img/sec3-bg.png)center;b
	background-size: cover;
	text-align: center;
}

.camp-tit{
	margin-bottom: 10px;
}
.sec3-text{
	text-align: center;
	margin-bottom: 45px;
}
.banner{
	padding: 90px 0 40px;

}
.ban-cont{
	width: 100%;
	box-sizing: border-box;
	padding: 60px 25px;
	position: relative;
	background: #f6f922;
}
.ban-tit{
	max-width: 995px;
	width: 100%;
	padding: 10px 7px;
	text-align: center;
	color: #fff;
	background: url(../img/sec3-tit-bg.png) no-repeat center;
	background-size: cover;
	font-size: 4.0rem;
	font-weight: 500;
	font-style: italic;
	position: absolute;
	left: 50%;
	top: -40px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}
.ban-tit span{
	color: #f6f922;
	font-weight: 900;
	padding: 0 10px;
	display: inline-block;
}

.ban-list{
	display: flex;
	justify-content: center;
}
.big{
	max-width: 610px;
	width: 100%;
	padding: 12px 0;
	border-radius: 35px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}
.big:hover{
	bottom: -28px;
}
.big:after{
	left: 70px;
}
.sec5-list{
	width:100%;
	max-width: 1326px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sec5-list li{
	background: #e9fafd;
	max-width: 645px;
	width: 100%;
	padding: 25px 20px;
	box-sizing: border-box;
	border-bottom: 5px solid #2ad2ed;
}

.sec5-dlt dt{
	font-size: 2.4rem;
	font-style: italic;
	margin-bottom: 10px;
	text-align: center;
}
.sec5-dlt dd{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sec5-text{
	width: 300px;
}
.sec5-img{
	width: 280px;
	height: 280px;
	position: relative;
	overflow: hidden;
	margin-left: 20px;
}
.sec5-img img{
	position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sec6-list{
	width:100%;
	max-width: 1326px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.sec6-list li{
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(90, 90, 90, .4);
}
.sec6-list li:nth-child(n+3){
	margin-bottom: 0;
	border: none;
}
.sec6-list li a{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 25px;
}
.sec6-list li a:hover img{
	width: 120%;
	height: 120%;
}
.sec6-img{
	width: 200px;
	height: 200px;
	position: relative;
	overflow: hidden;
  	position: relative;
  	z-index: 1;
  	margin-right: 20px;
}
.sec6-img img{
	position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.no-img{
	display: flex;
	height: 200px;
	width: 200px;
	margin-right: 20px;
	background: #eee;
	font-weight: 500;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
}

.sec6-right{
	padding-top: 10px;
	max-width: 390px;
	width: 100%;
}
.sec6-right time{
	font-weight: 900;
	display: block;
	margin-bottom: 5px;	
}
.sec6-dlt{
	overflow: hidden;
}
.sec6-dlt dt{
	font-weight: 900;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.sec6-dlt dd{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.sec6-dlt dd p{
	display: inline;
}
.sec7-flex{
	width:100%;
	max-width: 1326px;
	margin: 0 auto ;
	display: flex;
	justify-content: space-between;
}
.sec7-table{
	width: 100%;
	max-width: 655px;
}
.sec7-table tr:nth-child(even){
	background: #d9f1f4;
}
.sec7-table tr:nth-child(odd){
	background: #e3f7fa;
}
.sec7-table th{
	font-weight: 700;
	box-sizing: border-box;
	width: 160px;
	padding: 20px 25px 20px 50px;
}
.sec7-table td{
	box-sizing: border-box;
	font-weight:500;
	padding:  20px 25px;
}
.map{
	border: 3px solid #fff;
	position:relative;
	width: 100%;
	box-sizing: border-box;
	max-width: 655px;
	height: 320px;
}
.map iframe{
  	position:absolute;
  	top:0;
  	right:0;
  	width:100%;
  	height:100%;
}
.contact{
	margin: 0 auto 60px;
	width: 100%;
	max-width: 1220px;
	border-collapse: collapse;
}
.contact th{
	width: 420px;
	box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: 500;
	background: #f7f7f7;
	padding: 15px 10px 15px 25px;
	border: 1px solid #d9d9d9;
}
.contact td{
	border: 1px solid #d9d9d9;
	background: #fff;
	padding: 15px 25px	;
}
/*-----footer^-----*/
.footer{
	padding: 30px 0 ;
	text-align: center;
}
.ft-logo{
	display: inline-block;
	margin-bottom: 30px;
}
.add{	
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 15px;
}
.ft-tel{
	font-size: 2.0rem;
	font-weight: 500;
	margin-bottom: 30px;
}
.ft-tel span{
	font-size: 1.5rem;
}
.copyright{
	font-size: 1.5rem;
	color: #333;
	opacity: .5;
}
/*----under----*/
.sub-mv{
	margin-top: 120px;
	height: 370px;
	position: relative;
	width: 100%;
	background: url(../img/mv1.png) no-repeat;
	background-size: cover;
	background-position: 50%  10%;
}
.title{
	text-align: center;
	background: rgba(255,255,255, .8);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255, .8) 10%, rgba(255,255,255, .8) 90%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255, .8) 10%, rgba(255,255,255, .8) 90%, rgba(255,255,255,0) 100%);
	position: absolute;
	width: 260px;
	padding: 10px 30px;
	font-size: 3.6rem;
	font-weight: 700;
	top: 50%;
  	left: 50%;
  	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
}
.deta{
	max-width: 1000px;
}
.deta-time{
	display: block;
	font-weight: 700;
	padding: 0 10px;
	margin-bottom: 10px
}
.deta-dlt{
	padding: 0 10px;
}
.deta-dlt dt{
	font-size: 2.4rem;
	padding-bottom: 5px;
	font-weight: 700;
	margin-bottom: 15px;
}

.deta-nav {
	margin-top: 60px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
}
.deta-nav li a{
	position: relative;
  display: block;
  width: 90px;
  line-height: 40px;
  box-shadow: 3px 3px 3px 0px #ba294d;
  background: #fe688d;
  font-size: 2.0rem;
  color: #fff;
  transition: none;
}
.back a{
  padding-left: 20px;
  position: relative;
}
.back a:after{
  content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-135deg);
    border-radius: 2px;
}
.to-top a{
    text-align: center;
    padding: 0 10px;
}
.next a{
  padding-right: 20px;
  position: relative;
}
.next a:after{
  content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 15px;
    right: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    border-radius: 2px;
}
.deta-nav li a:hover{
  box-shadow: none;			
  right: -3px;
  bottom: -3px;
}

.pagenation{

  width: 300px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-around;
}
.pagenation li{
	pointer-events: none;
	position: relative;
  text-align: center;
  width: 40px;
box-shadow: 3px 3px 3px 0px #ba294d;
  background: #fe688d;
  font-weight: bold;
  border-radius: 8px;
  opacity: .7;
  line-height: 40px;
}
.pagenation li a{
	pointer-events: auto;
	 border-radius: 8px;
	position: relative;	
  color: #fff;
  
  display: block;

}
.pagenation .current{
opacity: 1;
box-shadow: none;
color: #fff;
  display: block;
}
.pagenation li:hover{
	opacity: 1;
	box-shadow: none;			
  right: -3px;
  bottom: -3px;
}
/*------secom-------*/
.pc-none{
	display: none;
	padding-left: 10px;
}

main {
  position: relative;
}

.dust {
	display: flex;
  position: absolute;
  font-size: 1.4rem;
  left: 10px;
  top: 5px;
  z-index: 1;
}
.dust li {
  position: relative;
  padding: 0 10px;
  margin-right: 10px;
}
.dust li:last-child {
  margin-right: 0;
}
.dust li:last-child:after {
  content: none;
}
.dust li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: -8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-radius: 2px;
}

a[href^="tel:"] {
  pointer-events: none;
}

.no-post {
  text-align: center;
  font-size: 1.8rem;
}


@media screen and (max-width:768px){
a[href^="tel:"] {
  pointer-events: auto;
}

.dust{
	display: none;
}

.pc-none{
	display: block;
}
.ip-none{
	display: none;
}

body{
	min-width: 320px;
}
.mv{
	padding-top: 500px;
}
.catch {
	left: 10px;
	width: 300px;
}
.head-flex{
	justify-content: center;
	padding: 15px 60px 0 30px;
}
.contents{
	padding: 0 10px;
	box-sizing: border-box;
}
.sec1-img {
	position: static;
}
.sec1-cont{
	max-width: 768px;
	display: block;
}
.sec1-dlt{
	max-width: 768px;
	width: 100%;
	height: auto;
	padding: 50px 20px 40px;
}
.sec2{
	margin-bottom: 0;
}
.sec2-tit{
	margin-bottom: 80px;
}
.sec2-left{
	margin-bottom: 40px;
}
.sec2-flex{
	flex-wrap: wrap;
	justify-content: center;
}
.sec2-img{
	top: 0;
	margin: 60px auto 40px;
}
.sec3{
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}

.sec3-flex1{
	display: block;
}
.sec3-flex1 p{
	margin: 0 auto 20px;
	text-align: center;
}
.sec3-flex1 p:first-child{
	margin-right: auto;
}
.sec3-flex1 p:nth-child(2){
	margin: 0 auto 20px;
}
.sec3-flex1 p:last-child{
	margin-bottom: 0;
}
.sec3-text{
	margin-bottom: 20px;
}
.ban-cont{
	padding: 30px 25px 60px;
}
.ban-tit{
	box-sizing: border-box;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-bottom: 10px;
}
.sec5-list{
	flex-wrap: wrap;
}
.sec5-dlt dd{
	flex-flow: wrap-reverse;
	justify-content: center;
}
.sec5-img{
	margin: 0 auto 10px;
}
.sec5-dlt{
	margin: 0 auto;
}
.sec5-list li:last-child{
	margin-bottom: 0;
}
.sec6-list li a{
	justify-content: center;
}
.sec6-list li:nth-child(3){
	border-bottom: 1px solid rgba(90, 90, 90, .4);
	margin-bottom: 25px;
}

.sec7-flex {
	flex-wrap: wrap;
	justify-content: center;
}
.sec7-table,
.map{
	max-width: 768px;
}
.contact th{
	width: 100%;
}
.contact-submits-wrap div:nth-child(2){
	margin-top: 30px;
}


}

@media screen and (max-width:560px){
.mv{
	padding-top: 250px;
}
.catch{
	left: -30px;
	width: 200px;
}
.none-560{
	display: none;
}
.logo-flex{
	justify-content: center;
}
.sec{
	padding: 100px 0;
}
.sec2{
	padding-bottom: 0;
}
.sec-tit{
	margin-bottom: 60px;
}
/*----font-----*/
body{
	font-size: 1.4rem;	
}
.ban-tit{
	font-size: 3.4rem;
}
.sec1-dlt dt,
.sec2-dlt dt,
.sec3-flex1 p span {
	font-size: 2.8rem;
}
.pre-text{
	line-height: 28px;
}
.sec3-cont1,
.sec5-dlt dt{
	font-size: 2.2rem;
}
.btn {
	font-size: 2.0rem
}
.sec5-dlt dt span,
.ft-tel,
.deta-nav li a{
	font-size: 1.8rem;
}
.copyright {
	font-size: 1.3rem;
}

.btn:after{
	content: none;						
}

.point{
	width: 175px;
	height: auto;
	left: 20px;
    top: -65px;
}
.sec2-cont{
	padding-bottom: 100px;
}
.sec2-flex:before {
    width: 320px;
    height: 150px;
}
.sec3-cont1{
	padding: 50px 20px;
}
.sec3-flex1 p:first-child {
	padding: 10px 0;
}
.campaign {
	padding: 50px 0;
}
.banner{
	padding: 50px 0 40px;
}
.sec5:before {
    width: 110px;
    height: 148px;
    top: -70px;
}
.contact-submits-wrap input{
	min-width: 280px;
}
.sec6:before {
    width: 110px;
    height: 130px;
    right: 28px;
    top: -61px;
}
.sec6:after{
	width: 151px;
    height: 177px;
    bottom: -91px;
}
.sec6-img,
.no-img{
	margin: 0 auto 20px;
}
.sec6-list li a{
	display: block;

}
.sec7-table th,
.sec7-table td{
	padding: 20px 25px;
	text-align: center;
	display: block;
	width: 100%;
}
.contact-submits-wrap div:after{
	content: none
}
/*------under-----*/
.deta-nav li a {
	width: 65px;

}