
/* layout
===============================================================*/
html,body,h1,h2,h3,p,input{
    font-size: 16px;
	font-weight: 500;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; 
	font-family: "Times New Roman", "Zen Old Mincho", serif;
}

.gothic{
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
input[type="submit"] {
	border-radius: 0;
}


body,form,fieldset {
	margin: 0;
	padding:0;
    -webkit-text-size-adjust: none;
}
body{
	overflow-x: hidden;
}

fieldset {
	border:none;
}

address{ font-style: normal; }

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,tr {
	margin: 0;
	padding:0;
}

blockquote,li,dt,dd {
	margin:0;
	padding:0;	
}

li {
	list-style:none;
}

input,textarea {
	font-size:1em;
}

img {
	margin:0px;
	padding:0px;
	border: 0px;
	vertical-align:bottom;
}

table {
    border-collapse:collapse;
}

textarea{
	resize: vertical !important;
}



select{ padding:2px; background-color:#fefefe; border: #999999 1px solid; }


input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea{
	padding:5px 5px;
	border: #999999 1px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Noto Sans JP' , "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Osaka, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}


.fs-12{ font-size: 0.75em; }
.fs-14{ font-size: 0.875em; }


.ff-gothic{
	font-family: 'Noto Sans JP' , "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Osaka, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}




.lh-1{ line-height: 1; }


/* float, clear
===============================================================*/
.cf { zoom:1; }
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }

.clear {
	clear: both;
	visibility: visible;
}

.left {
	float:left;
}

.right {
	float:right;
}

textarea{
	resize: vertical !important;
}
input{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.c{ text-align: center; }


.relative{ position: relative; }

.anchor{ position: absolute; padding-top: 252px; margin-top: -252px; }



a{ color: #333333; text-decoration: none; transition: .7s all; }
a:hover{ color: #333333; text-decoration: none; }
a:active{ color: #333333; text-decoration: none; }
a:focus{ color: #333333; text-decoration: none; }
a:visited{ color: #333333; text-decoration: none; }


@media screen and ( min-width: 901px ) and (max-width: 1100px) {
	header .header-inner,
	footer .footer-inner{ margin: 0 20px !important; }
}


@media screen and ( min-width: 901px ) {
	
	.disnone{
		display: none !important;
	}
	
	
.c-anim-up {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

}

.inner{
	max-width: 1040px;
	margin: 0 auto;
}

.side-spacer{
	margin-left : 20px;
	margin-right: 20px;
}



.flex-between-box{ display: flex; justify-content: space-between; }



a.scale{
	display: block;
	overflow: hidden;
}
a.scale img.scale{
	transition: .7s all;
}

a.scale img.scale:hover{
	transform:scale(1.2,1.2);
	transition: .7s all;
}




a.ul-left-to-right { position: relative; display: inline-block; text-decoration: none; }
a.ul-left-to-right::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
a.ul-left-to-right:hover::after { transform: scale(1, 1); }













/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	common - header

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

header{
	position: fixed;
	width: 100%;
	z-index: 100;
	padding-top: 15px;
	padding-bottom: 15px;
    transition: .4s ease;
}

header.scroll{
	background-color: #100707;
}


header .header-inner{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


header .header-inner nav ul{
	display: flex;
}


header h1{
	display: inline-block;
	text-indent: -9999px;
	background: url('../images/common/logo_header.png') no-repeat 0 0;
	width: 187px;
	height: 67px;
	margin-top: 20px;
}

.header-right{
	text-align: right;
}

header .header-inner nav{
	margin-top: 15px;
}


header .header-inner .header-contact a,
header .header-inner nav ul li a{
	color: #ffffff;
    text-shadow: 1px 2px 3px #000000;
}


header .header-inner nav ul li:not(:last-child){ margin-right: 20px; }

header .header-inner .header-contact a{ display: inline-block; padding: 5px 10px; border: #ffffff 1px solid; letter-spacing: 1px; }
header .header-inner .header-contact a i{ padding-right: 10px; }

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



}




/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	top - main

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.top .main{
	display: table;
	width: 100%;
	height: 100vh;
}

.top .main .catch{
	vertical-align: middle;
	text-align: center;
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 148px);
}

.top .main .catch span{
	display: block;
	text-indent: -9999px;
	background: url('../images/top/catch.png') no-repeat 0 0;
	width: 296px;
	height: 445px;
	margin: 0 auto;
}


	.sp {
		display: none !important;
	}






.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.slide__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.slide__bg:nth-child(1) { background-image: url(../images/top/main01.jpg); background-size: cover !important; }
.slide__bg:nth-child(2) { background-image: url(../images/top/main02.jpg); }
.slide__bg:nth-child(3) { background-image: url(../images/top/main03.jpg); }

.slide__bg.active {
    opacity: 1;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}

	

@media screen and ( max-width: 900px ) {
	
.top .main .catch{
	vertical-align: middle;
	text-align: center;
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 74px);
}
	
	.nav-outer.open{
		display: inherit !important;
		position: fixed;
		width: 100%;
		height: calc(100vh - 50px);
		background-color: #100707;
        transition: .4s ease;
		overflow-y: auto;
    padding-bottom: 70px;
		z-index: 99;
		padding-top: 54px;
	}


	.nav-outer nav{
		display: none !important;
	}

	.nav-outer.open nav{
		display: inherit !important;
		padding-bottom: 50px;
		padding-top: 10px;
	}

	.nav-outer div{
		width: auto;
		height: auto;
	}
	.nav-outer ul{
		display: block !important;
	}
	.nav-outer ul li{
		width: 100%;
		border-bottom: #333333 1px solid;
	}

	.nav-outer ul li a{
		display: block;
		color: #ffffff;
    	padding: 12px 10px;
	}

	
	
	
	header .header-inner{
		padding: 0 10px 10px;
	}
	
	.header-right{
		display: none;
	}
	
	.sp {
		display: inherit !important;
	}
	
	header{
		padding: 0 0;
	}
	
	header h1{
		width: 93.5px;
		height: 33.5px;
		background: url(../images/common/logo_header.png) no-repeat 0 0 / 93.5px 33.5px;
	}
	
	
	.top .main .catch span{
		display: block;
		text-indent: -9999px;
		background: url(../images/top/catch.png) no-repeat 0 0 / 148px 222.5px;
		width: 148px;
		height: 222.5px;
		margin: 0 auto;
	}
	
	header h1{
		margin-top: 10px;
	}
	
	
    .menu_icon .menu-trigger,

    .menu_icon .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu_icon .menu-trigger {
        position: relative;
        width: 30px;
        height: 21px;
    	margin-top: 15px;
    }

    .menu_icon .menu-trigger span { position: absolute; left: 0; width: 100%; height: 3px; background-color: #ffffff; }

    .menu_icon .menu-trigger span:nth-of-type(1) { top: 0; }

    .menu_icon .menu-trigger span:nth-of-type(2) { top: 9px; }

    .menu_icon .menu-trigger span:nth-of-type(3) { bottom: 0; }

    .menu_icon .menu-trigger.active span{ background-color: #ffffff; }

    .menu_icon .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }

    .menu_icon .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu_icon .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
    }
}



/* 	Scroll-nav
*************************************************************************** */
.scroll-nav {
    position: absolute;
    left: 1%;
    top: calc(100% - 55px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.scroll-nav span {
    position: absolute;
    top: 0;
    width: 1px;
    height: 55px;
    overflow: hidden;
}

.scroll-nav span::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
    background-color: #f80000;
    -webkit-animation: scrollNav 1.8s ease infinite;
    animation: scrollNav 1.8s ease infinite;
}

@-webkit-keyframes scrollNav {
    to { -webkit-transform: translateY(101%); transform: translateY(101%); }
}

@keyframes scrollNav {
    to { -webkit-transform: translateY(101%); transform: translateY(101%); }
}

.scroll-nav::after {
    display: block;
    content: "SCROLL";
    position: absolute;
    border-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #9b9b9b;
	left: 10px;
	bottom: -20px;
    font-size:10px;
    text-indent: -50px;
    letter-spacing: 0.5px;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
	font-family: "Roboto", san-serif !important;
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	top - main

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.top .greeting{
	margin-bottom: 70px;
}


.top .greeting-inner{
	background: url('../images/top/greeting_bg.png') #ffffff repeat-x 50% 0 / auto 26px;
	padding-top: 105px;
}

.top .greeting .inner{
	max-width: 1100px;
	margin: 0 auto;
}

.top .greeting h2{
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}

.top .greeting p{
	line-height: 2.25;
	text-align: center;
}


/**
.main div{
	width: 100% !important;
	height: 100vh !important;
	background-size: cover !important;
}
**/

	.top .greeting{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.top .greeting-inner{
		padding-bottom: 85px;
		background-color: #ffffff;
		
	}
@media screen and ( max-width: 900px ) {
	
	.top .greeting-inner{
		padding-bottom: 35px;
		background-color: #ffffff;
		
	}

	
	.nav-outer{
		display: none !important;
	}
	
	
	.top .greeting h2{
		margin-bottom: 15px;
	}

	.top .greeting p{
		font-size: 16px;
		line-height: 1.8;
	}

	.top .greeting .inner{
		margin: 0 10px;
	}
}





/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	top - teacher

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.top .teacher{
	background: url('../images/top/teacher.png') repeat 50% 50%;
}


.teacher-inner{
	width: 610px;
	min-height: 402px;
	margin: 0 auto;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}


.inner-padding{
	padding: 40px 25px;
	font-size: 14px;
	line-height: 1.7;
	position: relative;
}

.teacher01-inner,
.teacher02-inner,
.teacher03-inner{
	width: 650px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
    min-height: 647px;
}

.teacher01-inner::before{
	content: "";
	background: url('../images/top/teacher01-bg01.jpg') no-repeat 0 0;
	width: 363px;
	height: 537px;
	position: absolute;
	left: -405px;
	top: 45px;
}


.teacher01-inner::after{
	content: "";
	background: url('../images/top/teacher01-bg02.jpg') no-repeat 0 0;
	width: 518px;
	height: 537px;
	position: absolute;
    right: -388px;
	top: 110px;
}


.teacher01-inner h3,
.teacher02-inner h3,
.teacher03-inner h3{
	background: url('../images/top/teacher_line.png') no-repeat 0 0;
	padding: 35px;
	font-size: 22px;
	line-height: 2;
	margin-bottom: 20px;
}



.teacher02{
	background-color: #ffffff;
	padding-top: 80px;
	padding-bottom: 135px;
}

.teacher02-inner::before{
	content: "";
	background: url('../images/top/teacher02-bg01.jpg') no-repeat 0 0;
	width: 363px;
	height: 537px;
	position: absolute;
	left: -405px;
	top: 45px;
}


.teacher02-inner::after{
	content: "";
	background: url('../images/top/teacher02-bg02.jpg') no-repeat 0 0;
	width: 518px;
	height: 537px;
	position: absolute;
    right: -388px;
	top: 110px;
}

.teacher03{
	padding-bottom: 100px;
}

.teacher03-inner::before{
	content: "";
	background: url('../images/top/teacher03-bg01.jpg') no-repeat 0 0;
	width: 363px;
	height: 537px;
	position: absolute;
	left: -405px;
	top: 45px;
}


.teacher03-inner::after{
	content: "";
	background: url('../images/top/teacher03-bg02.jpg') no-repeat 0 0;
	width: 518px;
	height: 537px;
	position: absolute;
    right: -388px;
	top: 110px;
}


	
	.teacher-inner .inner-padding{
		background-color: #ffffff;
		margin: 0 10px;
	}

/*
	Contact Box	
*/
	.contact_box p{
		font-size: 2.0rem;
		color: #fff;
		text-align: center;
		line-height: 2.5rem;
		margin-bottom: 3em;
	}


@media screen and ( max-width: 900px ) {
	
	.teacher01-inner, .teacher02-inner, .teacher03-inner{
		width: auto;
		min-height: auto;
	}
	
	.teacher01-inner h3, .teacher02-inner h3, .teacher03-inner h3{
		background: url('../images/top/sp_line.png') no-repeat 50% 100%;
		padding: 20px 0 10px;
		text-align: center;
		line-height: 1.8;
	}
	
	
	.teacher-inner{
		width: auto;
		background: none;
	}
	
	
	.teacher01-inner::after,
	.teacher02-inner::after,
	.teacher03-inner::after{
		display: none;
	}
	
	
	
	.teacher02,
	.teacher03{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	
	.teacher-inner{min-height: auto;}
	
	
	.teacher03-inner .teacher-inner{
		background: url('../images/top/sp_teacher_bg03.png') no-repeat 0 0 / 100% auto;
		padding-top: 240px;
		
	}
	
	
	.teacher02-inner .teacher-inner{
		background: url('../images/top/sp_teacher_bg02.png') no-repeat 0 0 / 100% auto;
		padding-top: 240px;
		
	}
	
	
	.teacher01-inner .teacher-inner{
		background: url('../images/top/sp_teacher_bg01.png') no-repeat 0 0 / 100% auto;
		padding-top: 240px;
		
	}
	
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	common - photo

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.photo img{
	width: 100%;
}


.photo .bg{
	background-color: #ffffff;
}


.profile{
	padding-top: 70px;
	background: url('../images/top/profile.jpg') no-repeat 100% 207px #ffffff;
}

.profile-inner{
	max-width: 1100px;
	margin: 0 auto;
    min-height: 670px;
}

.profile-inner h3{
	font-size: 24px;
	padding-bottom: 20px;
	background: url('../images/top/h3_line.png') no-repeat 50% 100%;
	text-align: center;
	margin-bottom: 80px;
}

.profile-inner .text{
	width: 680px;
	position: relative;
}




.profile-inner .text .text-inner{
	padding: 20px 40px;
	background-color: #ffffff;
}

.profile-inner .text .text-inner p{
	font-size: 14px;
	line-height: 2;
}


.profile-inner .text .profile-box{
	
	background-color: #f1ede4;
	padding: 10px 20px;
	margin-top: 30px;
	display: block;
}





.menu{
	padding-top: 70px;
		background-color: #ffffff;
}

.menu-inner{
	max-width: 1100px;
	margin: 0 auto;
}

.menu-inner h3{
	font-size: 24px;
	padding-bottom: 20px;
	background: url('../images/top/h3_line.png') no-repeat 50% 100%;
	text-align: center;
	margin-bottom: 80px;
}


.menu-inner .text dl:nth-child(odd){
	background-color: #f1ede4;
	display: table;
	width: 100%;
}

.menu-inner .text dl dt{
	width: 160px;
	padding: 15px 20px;
	display: table-cell;
	font-size: 14px;
	vertical-align: middle;
	
}

.menu-inner .text dl dd{
	display: table-cell;
	padding: 15px 20px;
	font-size: 14px;
	vertical-align: middle;
}

@media screen and ( max-width: 900px ) {
	
	.menu{ padding-top: 20px;
		margin-top: 0;	
	
	}
	
	.menu-inner h3 {
		margin-bottom: 20px;
	}
	
	
	.profile{
		background: #ffffff;
	}
	
	.profile-inner .text{
		width: auto;
	}
	
	.profile-inner h3{
		margin-bottom: 50px;
	}
	
	.profile .face{
		text-align: center;
		margin:  0 20px;
	}
	
	.profile .face img{
		width: 100%;
	}
	
	.profile-inner .text .text-inner{
		padding: 20px 0;
		margin: 0 20px;
	}
	
}




.access .map,
.access .map iframe{
	width: 100%;
	
}



.addess-box{
	width: 610px;
	margin: 0 auto;
	padding: 60px 0 0;
}


.access{
	padding-top: 70px;
		background-color: #ffffff;
}


.access-inner{
	padding-bottom: 80px;
}

.access-inner h3{
	font-size: 24px;
	padding-bottom: 20px;
	background: url('../images/top/h3_line.png') no-repeat 50% 100%;
	text-align: center;
	margin-bottom: 80px;
}


.addess-box dl{
	padding-bottom: 10px;
	border-bottom: #f0f0f0 1px solid;
}

.addess-box dl dt{
	text-align: center;
	display: block;
	color: #c12c00;
	font-size: 18px;
	padding: 15px 0;
}

.addess-box dl dd{
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}

.addess-box .remarks{
	font-size: 14px;
	margin-top: 25px;
	text-align: center;
}



@media screen and ( max-width: 900px ) {
	
	.access{
		margin-top: 0;
		background-color: #ffffff;
	}
 
	.addess-box{
		width: auto;
		margin: 0 10px;
		padding-top: 20px;
	}
	
	.addess-box dl{
		margin-bottom: 20px;
	}
	
	.addess-box dl dt{
		padding: 0;
	}
	
	.access-inner{
		padding-bottom: 25px;
	}
	
	.access-inner h3{
		margin-bottom: 20px;
	}


	.contact_box p{
		font-size: 1rem;
	}


}









.contact{
	background: url('../images/top/contact_bg.jpg') no-repeat 0 0 / cover;
	padding: 87px 0 65px 0;
}



.contact .contact-inner{
	width: 600px;
	margin: 0 auto;
}
.contact .contact-inner dl {
margin-bottom: 20px;
	
}

.contact .contact-inner dl dt{ color: #ffffff; font-size: 18px;
	text-align: center;
margin-bottom: 20px; }

.contact .contact-inner h3{
	 color: #ffffff; 
 text-shadow: 1px 2px 3px #808080;
	text-align: center;
	font-size: 24px;
	margin-bottom: 50px;
}

.contact .contact-inner h3 i{
	padding-right: 10px;
}

.contact .contact-inner input,
.contact .contact-inner textarea{
	border: #8d8b88 1px solid;
	display: block;
	width: 100%;
	padding:3px 15px;
	line-height: 1.8;
	font-size: 16px;
	background-color: rgba(255, 255, 255, .3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.button{
	margin-top: 50px;
	text-align: center;
}


.contact .contact-inner .button input {
	font-size: 16px;
	padding: 10px 0;
	display: inline-block;
	width: 200px;
	color: #ffffff;
}


@media screen and ( max-width: 900px ) {
	
	.contact{
		padding: 87px 10px 65px 10px;
	}


	
	
	.contact .contact-inner{
		width: 100%;
		margin: 0 auto;
	}
}





footer{
	background-color: #100707;
}

footer .footer-inner{
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0 30px;
}

footer .footer-inner h2 a{
	display: inline-block;
	text-indent: -9999px;
	background: url('../images/common/logo_footer.png') no-repeat 0 0;
    width: 187px;
    height: 74px;
}

footer .footer-inner .footer-right{
	text-align: right;
	color: #ffffff;
	letter-spacing: 0;
	margin-top: 35px;
}

footer .footer-inner .tel{
	float: right;
	margin: 10px auto 0;
}

small{
	display: block;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-size: 0.625em;
	padding: 14px 0;
	letter-spacing: 0.09em;
	line-height: 1;
}



@media screen and ( max-width: 900px ) {
	
	footer .footer-inner{
		display: block;
		padding: 30px 0 15px 0;
	}
	footer .footer-inner h2{
		text-align: center;
	}
	
	footer .footer-inner .tel{
		margin: 10px auto 0;
		 float: inherit;
		 text-align: center;
	}
	
	footer .footer-inner .footer-right{
		margin-top: 15px;
	}
	
	footer .footer-inner address{
		text-align: center;
	}
	
}


.relative{
	position: relative;
}



	.anchor{
		position: absolute;
		margin-top: -140px;
		padding-top: 140px;
	}

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

	.anchor{
		position: absolute;
		margin-top: -60px;
		padding-top: 60px;
	}

	.menu-inner .text dl dt{
		width: 100px;
	}
}



.pagetop{
	position: fixed;
	right: 0;
	bottom: 0;transition:.3s all; z-index: 10; }
.pagetop:hover{ bottom: 5px; }









