@charset "utf-8";

/*
基本設定
*/
a.alnk{color:#00468C;}
a{ color:inherit;}
a,button{cursor: pointer; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; color:inherit;}
a:hover,button:hover{ opacity: 0.5;}
a.h-zoom{ opacity: 1; overflow: hidden;display: block;}
a.h-zoom:hover{ opacity: 1;}
a.h-zoom .bgcover{ transition: transform 0.2s ease; }
a.h-zoom:hover .bgcover{ transform: scale(1.3,1.3);}
a[href="#"]{ cursor:  default; pointer-events:none; color:inherit !important; }
/*画像幅100%*/
img{ max-width: 100%; height: auto;}
img.wide{ width: 100%; height: auto;}

/*フレックスボックス*/
.flex{ display: -ms-flexbox; display: -webkit-flex; display: flex; }
.flex-wrap{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.flex.revs{ -webkit-flex-direction: row-reverse; flex-direction:row-reverse;}
.flex.va-cent{ -webkit-align-items: center; align-items:center;}
.flex.jc-cent{ -webkit-justify-content: center; justify-content: center;}
.flex.jc-right{ -webkit-justify-content: flex-end; justify-content: flex-end;}
.grid{ display: -webkit-flex; display: flex;justify-content: space-between;}
.flex.clear{ display: -webkit-flex; display: flex;justify-content: space-between;}


/*画像切り替えなど*/
.sp{ display: none !important; }
.pc{ display:block !important; }
@media screen and (max-width:980px){
	.sp{ display:block !important; }
	.pc{ display: none !important; }
}

/*ローディング*/
#loader-bg { position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; background: #000; z-index: 10;}
#loader {display: block;position: absolute;top: 50%;width: 100%;height: 60px;left: 0; transform: translate(0, -50%) scale(0.9,0.9);;text-align: center;z-index: 100;}
@media screen and (max-width:980px){ #loader {transform: translate(0, -50%) scale(0.7,0.7);}
 }
/*ローダー・サークル*/
.loader1{ width:45px; height:45px; border-radius:50%; border:2px solid #444; border-top-color:#ccc; box-sizing:border-box; display: inline-block; animation:loading 0.6s linear infinite; -webkit-animation:loading 0.6s linear infinite;}
    @keyframes loading{ 0%{transform:rotate(0deg)} 100%{transform:rotate(360deg)}}
    @-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}

#all-wrap{ position: relative; opacity: 0; overflow: hidden;}
#all-wrap.active{ opacity: 1;}

/*リサイズ時アニメーション回避*/
body.noduration .fin{ transition-delay: 0 !important; transition-duration: 0 !important; transition: none !important;}

/*背景画像デフォルト設定*/
.bgcover{background-size:cover; background-repeat: no-repeat; background-position: center;}

/*リストマーク*/
.ul>li{ display: table; width: 100%;}
.ul>li>span{ display: table-cell;}
.ul>li>i{ display: table-cell; white-space: nowrap;width: 1px;}

h1,h2,h3,h4,h5,h6{
    line-height: 1.4;
    font-weight: normal;
}

.gf1{ font-family: 'Roboto Condensed', sans-serif;}

figure>img{
    width: 100%;
}

.small{
    font-size: 1.2rem;
}
.t-shadow0{
	background: #B5C0D2 !important;
    text-shadow: 0px 0px 3px rgba(124,144,177, .65), 0px 0px 5px rgba(124,144,177, .65) , 0px 0px 10px rgba(124,144,177, .65) , 0px 0px 15px rgba(124,144,177, .65) ,0px 0px 20px rgba(124,144,177, .65),
    0px 0px 30px rgba(124,144,177, .65), 10px 10px 50px rgba(124,144,177, .65) , -10px -10px 50px rgba(124,144,177, .65);
}

.t-shadow1{
    text-shadow: 0px 0px 3px rgba(124,144,177, .65), 0px 0px 5px rgba(124,144,177, .65) , 0px 0px 10px rgba(124,144,177, .65) , 0px 0px 15px rgba(124,144,177) ,0px 0px 20px rgba(124,144,177),
    0px 0px 30px rgba(124,144,177, .65), 10px 10px 50px rgba(124,144,177) , -10px -10px 50px rgba(124,144,177);
}

.t-shadow2{
	color:#FFFFB3 !important;
    text-shadow: 0px 0px 3px rgba(217,217,0, .65), 0px 0px 5px rgba(217,217,0, .65) , 0px 0px 10px rgba(217,217,0, .65) , 0px 0px 15px rgba(217,217,0, .65) ,0px 0px 20px rgba(217,217,0, .65),
    0px 0px 30px rgba(217,217,0, .65), 10px 10px 50px rgba(217,217,0, .65) , -10px -10px 50px rgba(217,217,0, .65);
}

.t-shadow3{
	color: #FF7D7D !important;
    text-shadow: 0px 0px 3px rgba(255,38,38,0.65), 0px 0px 5px rgba(255,38,38,0.65) , 0px 0px 10px rgba(255,38,38,0.65) , 0px 0px 15px rgba(255,38,38,0.65) ,0px 0px 20px rgba(255,38,38,0.65),
    0px 0px 30px rgba(255,38,38,0.65), 10px 10px 50px rgba(255,38,38,0.65) , -10px -10px 50px rgba(255,38,38,0.65);
}



body{
    background: #000;
    color:#fff;
    font-size: 1.4rem;
}
@media screen and (max-width:980px){
	body{
		font-size: 1.3rem;
	}

}

body .bg{
    background-size: cover;
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../img/bg.jpg?2022);
    background-size: cover;
    background-attachment: fixed;
}

#all-wrap{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.wrap{
    max-width: 1060px;
    padding: 30px;
    margin:0 auto;
}

.contents-head{
    padding-top: 30px;
}

.top-contents-body section{
	margin-bottom: 50px;
}



@media screen and (max-width:980px){
	.contents-head {
	    padding-top: 10px;
	}

	.wrap{
	    max-width: 1000px;
	    padding:0 15px;
	    margin:0 auto;
	}

	.container{
		padding-top: 100px;
	}

	.container {
	    padding-top: 80px;
	}

	.top-contents-body section {
	    margin-bottom: 30px;
	}

}


/*
parts
*/

/*見出し1*/
.headline-l {
    padding-bottom:0;
    text-align: center;
}

.headline-l .en{
    color: #B4BFD2;
    font-weight: bold;
    font-size: 4rem;
    display: block;
    font-weight: normal;
    margin-bottom: 0px;
}
.headline-l .jp{
    display: block;
    text-align: center;
}

@media screen and (max-width:980px){
	/*見出し1*/
	.headline-l {
	    padding-bottom:20px;
	    text-align: center;
	}
}






@media screen and (max-width:980px){

	#menu-button {
	    position: fixed;
	    display: block;
	    right: 0px;
	    top: 0;
	    width: 60px;
	    height: 64px;
	    cursor: pointer;
	    z-index: 10009;
	}


	#menu-button>div{
		width: 30px;
		height: 2px;
		background: #fff;
		position: absolute;
		-webkit-transition: all .5s;
		   -moz-transition: all .5s;
		    -ms-transition: all .5s;
		     -o-transition: all .5s;
		        transition: all .5s;
	}



	#menu-button>div:nth-child(1){
		top: 35%;
		left:15px;
		-webkit-transform: translate(0%,0%);
		   -moz-transform: translate(0%,0%);
		    -ms-transform: translate(0%,0%);
		     -o-transform: translate(0%,0%);
		        transform: translate(0%,0%);
	}

	#menu-button.active {
	    top: 0px;
	}

	#menu-button.active>div{
	}

	#menu-button.active>div:nth-child(1) {
		top: 50%;
		-webkit-transform: translate(0,-50%) rotate(45deg);
		   -moz-transform: translate(0,-50%) rotate(45deg);
		    -ms-transform: translate(0,-50%) rotate(45deg);
		     -o-transform: translate(0,-50%) rotate(45deg);
		        transform: translate(0,-50%) rotate(45deg);
	}
	#menu-button>div:nth-child(2){
	top: 50%;
	left:15px;
	}
	#menu-button.active>div:nth-child(2) {
		opacity: 0;
	}
	#menu-button>div:nth-child(3){
	top: 65%;
	left:15px;
	-webkit-transform: translate(0%,0%);
	   -moz-transform: translate(0%,0%);
	    -ms-transform: translate(0%,0%);
	     -o-transform: translate(0%,0%);
	        transform: translate(0%,0%);
	}
	#menu-button.active>div:nth-child(3) {
		top: 50%;
		-webkit-transform: translate(0,-50%) rotate(-45deg);
		   -moz-transform: translate(0,-50%) rotate(-45deg);
		    -ms-transform: translate(0,-50%) rotate(-45deg);
		     -o-transform: translate(0,-50%) rotate(-45deg);
		        transform: translate(0,-50%) rotate(-45deg);
	}

}





.header-inr1{
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
}

.header-inr1-logo{
    display: flex;
    align-items: center;
    font-size: 1.3rem;
}

.header-inr1-logo span{
    display: inline-block;
    margin-right: 15px;

}

.header-tel strong{
    display: block;
    font-size: 2.4rem;
    color:#B4BFD2;
}
.header-tel span{
    display: block;
    font-size: 1.1rem;
    text-align: center;
}

.header-menu{
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.header-menu>li>a{
    display: block;
    padding:  0 20px;
}

.header-menu>li{
    margin: 0 20px;
    text-align: center;
}
.header-menu>li .en{
    display: block;
    font-size:2.4rem;
    color: #B4BFD2;
    margin-bottom: 5px;
}
.header-menu>li .jp{
    font-size: 1.1rem;
    text-align: center;
}


.border-block{
    position: relative;
    max-width: 800px;
    margin:0 auto;
    padding: 20px;
}

.border-block::after{
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	overflow:visible;
    border-width: 6px 6px 6px 6px;
    border-color:#B5C0D2 #B5C0D2 #B5C0D2 #B5C0D2 ;
    border-style: solid;
    box-shadow: 0 0 5px #7C90B1 ,0 0 10px #7C90B1,0px 0px 15px #7C90B1 ,
                0 0 5px #7C90B1  inset,0 0 10px #7C90B1  inset,0px 0px 15px #7C90B1 inset;
    border-radius: 20px;
    box-sizing: border-box;
    z-index:-1;
}



.border-block.yellow::after{
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	overflow:visible;
    border-width: 6px 6px 6px 6px;
    border-color:#FFFFB3 #FFFFB3 #FFFFB3 #FFFFB3 ;
    border-style: solid;
    box-shadow: 0 0 5px rgba(217,217,0,0.65) ,0 0 10px rgba(217,217,0,0.65),0px 0px 15px rgba(217,217,0,0.65) ,
                0 0 5px rgba(217,217,0,0.65)  inset,0 0 10px rgba(217,217,0,0.65)  inset,0px 0px 15px rgba(217,217,0,0.65) inset;
    border-radius: 20px;
    box-sizing: border-box;
    z-index:-1;
}



.border-block.red::after{
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	overflow:visible;
    border-width: 6px 6px 6px 6px;
    border-color:#FF7D7D #FF7D7D #FF7D7D #FF7D7D ;
    border-style: solid;
    box-shadow: 0 0 5px rgba(255,38,38,0.65) ,0 0 10px rgba(255,38,38,0.65),0px 0px 15px rgba(255,38,38,0.65) ,
                0 0 5px rgba(255,38,38,0.65)  inset,0 0 10px rgba(255,38,38,0.65)  inset,0px 0px 15px rgba(255,38,38,0.65) inset;
    border-radius: 20px;
    box-sizing: border-box;
    z-index:-1;
}

.border-block.green::after{
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	overflow:visible;
    border-width: 6px 6px 6px 6px;
    border-color:#B5C0D2 #B5C0D2 #B5C0D2 #B5C0D2 ;
    border-style: solid;
    box-shadow: 0 0 5px rgba(124,144,177,0.65) ,0 0 10px rgba(124,144,177,0.65),0px 0px 15px rgba(124,144,177,0.65) ,
                0 0 5px rgba(124,144,177,0.65)  inset,0 0 10px rgba(124,144,177,0.65)  inset,0px 0px 15px rgba(124,144,177,0.65) inset;
    border-radius: 20px;
    box-sizing: border-box;
    z-index:-1;
}







@media screen and (max-width:980px){

	header {
	    position: fixed;
	    width: 100%;
	    height: 75px;
	    left: 0;
	    top: 0;
	    z-index: 10;
	}

	header.fixed{
	    background: rgba(0,0,0,1)  !important;
	}

	header.block{
		background: rgba(0,0,0,1) !important;
	}


    .header-inr2 nav{
    	position: fixed;
        display: block;
        opacity: 1;
        top:46px;
        width: 250px;
        right:-250px;
        transition: right 0.3s ease;
    }


    header.block   .header-inr2 nav{
        display: block;
        right:0;
        background: #000 !important;
    }


	.header-menu{
		display: block;
	}

	.header-menu>li{
		display: block;
		margin-bottom: 20px;
	}

    .header-inr1-logo {
        /*display: block;*/
        font-size: 1rem;
    }

	.header-inr1 {
	    padding: 10px 54px 10px 15px;
	}

	.header-inr1-logo span{
		display: block;
		margin-bottom: 5px;
	}

	.header-inr1-logo span img {
	    width: 170px;
	}

	.header-tel {
	    padding-top: 5px;
	}

    .header-tel strong{
	    font-size: 1.5rem;
	}

	.header-inr1 {
	    padding: 10px 59px 10px 15px;
	}

	.header-tel strong {
	    font-size: 3vw;
	}

	.header-inr1-logo span {
	    display: block;
	    margin-bottom: 5px;
	}


}


footer{
	text-align: center;
	padding: 0px 20px 70px;
}


.footer-logo{
	margin-bottom: 10px;
}

.footer-dom{
	margin-bottom: 20px;
}

.footer-copyright{
	color:#444;
}

/*
問い合わせ
*/

.contact-wrap{
	margin-bottom: 30px;
}

.contact input[type="email"],
.contact input[type="text"],
.contact button,
.contact textarea,
select{
width: 100%;
appearance: none;
margin: 0;
padding: 0;
border-radius: none;
border-radius: 0;
border:none;
border:0;
box-shadow: none;
}


.contact input[type="email"],
.contact input[type="text"]{
    height: 40px;
    width: 389px;
    background: #fff;
    padding: 0.5em;
}

.contact textarea{
    width: 463px;
    height: 192px;
    background: #fff;
    padding: 0.5em;
}

.contact-block{
    max-width: 660px;
    margin: 30px auto 30px;
    padding-left: 30px;
}

.contact-input-msg{
    margin-bottom: 30px;
}


.contact-tbl{
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 30px;
}
.contact-tbl th{
    width: 167px;
    text-align: left;
    padding: 15px 0 15px;
    vertical-align: top;
}

.contact-tbl td{
    padding: 15px 0 20px;
}

.contact-privacy{
    margin: 0 auto 30px;
    max-width: 428px;
}

.check-group label{
    position: relative;
    padding-left: 23px;
}

.check-group label input[type="checkbox" i] {
    position: absolute;
    top:1px;
    left:0;
}

.contact-privacy-check{
    margin-bottom: 40px;
}




button.contact-submit-btn{
    display: block;
    width: 247px;
    height: 49px;
    line-height: 49px;
    color:#fff;
    background:transparent;
    border:1px solid #fff;
    border-radius: 10px;
    font-size: 2rem;
}

button.contact-submit-btn.back{
    display: block;
    width: 150px;
}


.mail-block{
    margin-bottom: 30px;
}

.mail-msg{
    margin: 20px 0 10px;
    color:#fff;
}

.radio-block{
    display: flex;
}
.radio-block label{
    margin-right: 20px;
}
.contact input[type="radio"]{
    display: none;
}

.contact-btn-area form{
    margin: 0 10px;
}


.contact input[type="radio"] + span{
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.4em;
    padding-left: 27px;
    cursor: pointer;
    vertical-align: middle;
}
.contact input[type="radio"] + span::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 17px;
    height: 17px;
    border: 1px solid #BBBBBB;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background:#fff;
}

.contact input[type="radio"]:checked + span::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    width: 9px;
    height: 9px;
    background: #006600;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

.contact .errBox{
}
.contact .errBox ul{
    color:#fb0000;
    margin: 10px 0;
    padding: 10px;
    background: #fff;

}
.contact .errBox ul>li{

	margin-bottom: 5px;
}

.contact-complete h2{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
}
.contact-complete strong{
    display: block;
    margin-bottom: 10px;
}


@media screen and (max-width:980px){

	.contact input[type="email"], .contact input[type="text"] {
	    max-width: 389px;
	    width: 100%;
	    background: #fff;
	    padding: 0.5em;
	}


	.contact textarea {
	    width: 100%;
	}

	.contact-block {
	    margin: 10px auto 10px;
	    padding-left: 0;
	}

	.contact-tbl,
	.contact-tbl tbody,
	.contact-tbl tr,
	.contact-tbl th,
	.contact-tbl td{
		display: block;
	    width: 100%;
	    padding: 0;
	}
	.contact-tbl th{
		margin-bottom: 10px;
	}
	.contact-tbl td{
		margin-bottom: 15px;
	}


}

.main-slider-wrap{
	position: relative;
	max-width: 1228px;
	margin: 0 auto;
	padding: 0 6%;
	opacity: 0;
}
.main-slider-wrap.active{
	opacity: 1;
}
.main-deco-left {
    position: absolute;
    left: 3%;
    top: 0;
    z-index: 2;
    pointer-events: none;
    width: 18%;
}

.main-deco-right{
	position: absolute;
	right:0;
	top:0;
	z-index: 2;
	pointer-events: none;
	width: 18%;
}

@media screen and (max-width:980px){
	.main-slider-wrap {
	    padding: 0 3%;
	}


	.main-deco-left {
	    left: 0%;
	}


	.main-deco-right {
	    right: 0%;
	}


}

.top-contents-head{
	padding-top: 30px;
}

@media screen and (max-width:980px){
	.top-contents-head {
	    padding-top: 0;
	}


}


.top-main-box{
	padding: 30px 30px;
}

.top-main-ttl {
    font-size: 4.1rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.top-main-catch{
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 35px;
}

.top-main-msg{
	margin-bottom: 1em;
	line-height: 1.4em;
}

.main-border{
	border:1px solid #fff;
	border-radius: 1.5em;
	padding: 20px;
	max-width: 900px;
	margin: 0 auto 40px;
}

.main-border-inr{
	max-width: 730px;
	margin:0 auto;
}
.main-border-ttl{
	font-size:2.5rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.main-border-msg1{
	margin-bottom: 1em;
}
.main-border-msg2{
	margin-bottom: 1em;
}

.main-border-list{
	padding-left: 30px;
	margin-bottom: 30px;
}

.main-border-list>li{
	margin-bottom: 15px;
}


.main-img{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.main-img>li{
	width: 48%;
	margin-bottom: 40px;
}

.main-img>li img{
	width: 100%;
}

@media screen and (max-width:980px){
	.top-main-ttl {
	    font-size: 3rem;
    margin-bottom: 0;
	}
	.top-main-catch {
	    font-size: 2rem;
	    margin-bottom: 20px;
	    padding-top: 10px;
	}

	.top-main-box {
	    padding: 15px 10px;
	}

	.main-border-ttl {
	    font-size: 1.8rem;
	    margin-bottom: 15px;
	}

	.main-border-list {
	    padding-left: 0;
	    margin-bottom: 0;
	}

	.main-border-msg2 {
	    margin-bottom: 0;
	}

	.main-border {
	    border-radius: 1.5em;
	    padding: 20px;
	    max-width: 900px;
	    margin: 0 auto 20px;
	}


	.main-img {
	    display: block;
	}
	.main-img>li{
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.headline-l .en{
		font-size: 3rem;
	}

}

/*
価格
*/
.price-box{
	max-width: 515px;
	margin: 0 auto 20px;
	padding: 30px 0;
}

.price-tbl{
    width: 100%;
    margin: 0 auto 20px;
    font-size: 2rem;
    border-collapse: collapse;
}

.price-tbl tr{
    border-bottom: 1px dotted #fff;
}

.price-tbl tr:last-child{
	/*border-bottom: none;*/
}


.price-tbl tr th{
    padding: 0.8em 0.5em;
    font-weight: normal;
    text-align: left;
    width: 1%;
    white-space: nowrap;
}

.price-tbl tr td{
    padding: 0.8em 0.5em;
    text-align: right;
}
.recruit-tbl tr td{
    text-align: left;
}
.price-menu-ttl{
	font-size: 1.6rem;
	text-align: center;
}

.price-box-group{
	margin-bottom: 40px;
}

.price-box-group.last{
	margin-bottom: 0px;
}

	@media screen and (max-width:980px){
		.price-box {
		    margin: 0 auto 20px;
		    padding: 0;
		}
	}


.price-tbl {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 1.4rem;
    border-collapse: collapse;
}


.access-block-info{
	text-align: center;
}

.access-block-address{
	font-size:1.6rem ;
	margin-bottom: 30px;
}


.access-tel-num {
    display: block;
    font-size: 2.4rem;
    color:#B4BFD2;
}
.access-tel-msg {
    display: block;
    font-size: 1.1rem;
    text-align: center;
}

.access-block-msg{
	font-size:1.6rem ;
	margin-top: 20px;
	margin-bottom: 30px;
}


.access-block-map{
	position: relative;
	padding-top: 50%;
}
.access-block-map iframe{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}

.top-contents-body section#top-contact{
	text-align: center;
	margin-bottom: 0;
}

@media screen and (max-width:980px){

	.access-block-map{
		position: relative;
		padding-top: 100%;
	}

	.access-block-address{
		font-size:1.5rem ;
		margin-bottom: 15px;
	}


	.access-tel-num {
	    display: block;
	    font-size: 2rem;
	    color:#B4BFD2;
	}
	.access-tel-msg {
	    display: block;
	    font-size: 1.1rem;
	    text-align: center;
	}

	.access-block-msg{
		font-size:1.6rem ;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.top-contents-body section#top-contact {
	    margin-bottom: 30px;
	}


}
.f-menu{display: none;}

@media screen and (max-width:680px){
	header {
	    height: 46px;
	}
	.header-inr1 p{
		display: none;
	}
	.header-tel {
		display: none;
	}
	#menu-button {
	    height: 46px;
	}
	.container {
	    padding-top: 46px;
	}
	.top-main-ttl {
	    font-size: 2.6rem;
	}
	.main-img>li{
		text-align: center;
	}
	.main-img>li img{
		width: 90%;
	}
	.f-menu{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 46px;
		text-align: center;
	}
	.f-menu li{
		display: inline-block;
		width: 46%;
		margin: 0 1%;
	}
	.f-menu li a{
		display: block;
		text-align: center;
		padding: 0.75em 1em;
		border-radius: 7px;
	}
	.f-menu li a.tel{
		background: #D50682;
	}
	.f-menu li a.mal{
		background: #7C90B1;
	}	
}
.contact-block-msg{
	text-align: center;
	margin-bottom: 15px;

}

.btn{
	position: relative;
	display: block;
	width: 258px;
	line-height: 44px;
	height: 49px;
	border:1px solid #fff;
	border-radius: 5px;
	margin: 0 auto;
	font-size: 2.4rem;
	text-align: center;
}

.btn::after{
	content:"";
	position: absolute;
	top:50%;
	right:20px;
	width: 8px;
	height: 8px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	-webkit-transform: translate(0,-50%) rotate(-45deg);
	transform: translate(0,-50%) rotate(-45deg);
}


/*
共通アニメーション
*/

/*delay*/
.dt_2{ transition-delay: 0.2s !important; -webkit-transition-delay: 0.2s !important;}
.dt_3{ transition-delay: 0.3s !important; -webkit-transition-delay: 0.3s !important;}
.dt_4{ transition-delay: 0.4s !important; -webkit-transition-delay: 0.4s !important;}
.dt_5{ transition-delay: 0.5s !important; -webkit-transition-delay: 0.5s !important;}
.dt_6{ transition-delay: 0.6s !important; -webkit-transition-delay: 0.6s !important;}
.dt_7{ transition-delay: 0.7s !important; -webkit-transition-delay: 0.7s !important;}
.dt_8{ transition-delay: 0.8s !important; -webkit-transition-delay: 0.8s !important;}
.dt_9{ transition-delay: 0.9s !important; -webkit-transition-delay: 0.9s !important;}
.dt_10{ transition-delay: 1.0s !important; -webkit-transition-delay: 1.0s !important;}
.dt_12{ transition-delay: 1.2s !important; -webkit-transition-delay: 1.2s !important;}
.dt_14{ transition-delay: 1.4s !important; -webkit-transition-delay: 1.4s !important;}
.dt_15{ transition-delay: 1.5s !important; -webkit-transition-delay: 1.5s !important;}
.dt_18{ transition-delay: 1.8s !important; -webkit-transition-delay: 1.8s !important;}



/*from*/
.init{
    opacity: 0;
    transition-duration: 0.8s, 0.8s;
    transition-property: opacity ,transform;
    -webkit-transition-property: opacity transform;
    transition-timing-function: ease-out,cubic-bezier(.2, .6, .4, 1);
}


/*to*/
.scl.animated .init{
    opacity: 1;
    transform:translate3d(0, 0, 0);
}
/*from*/
.init.move_bg{
   opacity: 1;
}

/*to*/
.scl.animated .init.move_bg{
    animation: opa .4s cubic-bezier(.900,.029,.699,.233) 0s alternate forwards,
    bgtransform 1s cubic-bezier(.164,.844,.45,1.00) 0.4s alternate forwards;
}


/*from*/
.init.move_up{
    transform: translate3d(0,40px,0);
}

/*to*/
.scl.animated .init.move_up{
    transform: translate3d(0,0,0);
    transition-timing-function: ease-out,cubic-bezier(.2, .6, .4, 1);
}

/*from*/
.init.move_left{
    transform: translate3d(-30px, 100px, 0);
    transition-timing-function: ease-out,cubic-bezier(.2, .6, .4, 1);
    perspective: 800px;
}

/*to*/
.scl.animated .init.move_left{
    opacity: 1;
    transform:translate3d(0, 0, 0);
}


/*from*/
.init.slide_left{
     opacity: 1;
    transform: translate3d(-100px,0px, 0);
    transition-duration: 0.5s, 1.3s;
    transition-timing-function: ease-out,cubic-bezier(.2, .6, .4, 1);
}

/*to*/
.scl.animated .init.slide_left{
    opacity: 1;
    transform:translate3d(0, 0, 0);
}


/*from*/
.init.move_right{
    transform: translate3d(30px, 100px, 0);
    transition-timing-function: ease-out,cubic-bezier(.2, .6, .4, 1);
    perspective: 800px;
}

/*to*/
.scl.animated .init.move_right{
    transform:translate3d(0, 0, 0);
    opacity: 1;
}

/*to*/
.scl.animated .init.move_left{
    transform:translate3d(0, 0, 0);
}


/*from*/
.init.draw1::after{

}

.scl.animated .init.draw1::after{
	animation: line1 1.1s alternate 0s;

}

.init.draw1 .border-block-inr{
	opacity: 0;
}

.scl.animated .init.draw1 .border-block-inr{
	opacity: 1;
    transition-duration: 0.9s;
    transform-origin: 0 100%;
}


@keyframes line1{
    0%{
        opacity: 0;
        height: 0;
        width: 0;
        transform: skew(5deg,5deg) scale(1,1);
    }
    10%{
        opacity: 1;
        height: 0;
        width: 0;
        transform: skew(5deg,5deg) scale(1,1);


    }
    40%{
        height: 100%;
        opacity: 1;
        width: 0;
        transform: skew(5deg,5deg) scale(1,1);
    }
    80%{
        height: 100%;
        opacity: 1;
        width: 100%;
        transform: skew(5deg,5deg) scale(1,1);
    }
    100%{
        opacity: 1;
        height: 100%;
        width: 100%;
        transform: skew(0deg,0deg) scale(1,1);
    }
}

@media screen and (max-width:980px){
	@keyframes line1{
    0%{
        opacity: 0;
        height: 0;
        width: 0;
        transform: skew(0deg,0deg) scale(1,1);
    }
    10%{
        opacity: 1;
        height: 0;
        width: 0;
        transform: skew(0deg,0deg) scale(1,1);


    }
    40%{
        height: 100%;
        opacity: 1;
        width: 0;
        transform: skew(0deg,0deg) scale(1,1);
    }
    80%{
        height: 100%;
        opacity: 1;
        width: 100%;
        transform: skew(0deg,0deg) scale(1,1);
    }
    100%{
        opacity: 1;
        height: 100%;
        width: 100%;
        transform: skew(0deg,0deg) scale(1,1);
    }
}


}