@charset "utf-8";
/* CSS Document */
/*共通要素*/
html{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Cinzel', 'Sawarabi Mincho', serif;
	font-weight:100;
}
a,a:hover{
	text-decoration: none;
}
.logo{
	font-family: 'Parisienne', cursive;
	font-weight: 400;
}

@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
}
@media screen and (min-width:769px) {
	.sp {
		display: none;
	}
	.footer_area{display: none;}
}

.f-eng{
	font-family: 'Cinzel', 'Sawarabi Mincho', serif;
	font-weight:100;
}
.bg{
	background: url("../img/bg.jpg");
	margin-top: 1.0rem;
}
/*フェードイン*/
	/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
	/*2.上下の動きを指定*/
.updown {transform: translateY(-50px);}
.downup {transform: translateY(50px);}
	/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}

/*ページ内リンクの位置調整
#system,#peony,#recruit{
	margin-top: -80px;
	padding-top:80px;
}*/

/*navbar*/
nav{
	max-width:1200px;
	margin:0 auto;
}
a.nav-link{
	font-size: 14px;
	color:#000000;
}
.bg-nav{
	background-color: rgba( 255, 255, 255, 0.5 );
}
.navbar-toggler{
	background: hsla(0,0%,90%,0.85);
}
@media screen and (min-width:768px) {
	.l-nav{
		display: none;
	}
	.navbar-nav {
	}
	.navbar-nav ul {
	}
	.navbar-nav li {
	}
	.navbar-nav li a {
		font-weight: bold;
		text-align: center;
	}
	.navbar-nav li:last-child a {
		border-right: 0;
		border-radius: 0 3px 3px 0;
	}
	.nav-link span{
		display: block;
		font-size: 0.5rem;
	}
}
@media screen and (max-width:768px) {
	header{
		background-color: rgba( 255, 255, 255, 0.5 );
	}
	.m-nav{
	display: none;
	}
	.slider-container,.header-img{
		margin-top: 80px;
	}
	.nav-link span{
		margin-left: 1.0rem;
	}
}

/*画像の上に文字*/
.text-on {
	position: relative;
}
.text-on p {
	position: absolute;
	width:100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin:0;
	text-align: center;
	color: #D4D4D4;
	font-weight: bold;
	font-size: 2.0vw;
	z-index:1000;
}
.text-on p span{
	font-size: 1.4vw;
	display: block;
}
.text-on::after {
  position: absolute;
  top: 30%;
  left: 0;
  display: block;
  width: 100%;
  height: 40%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width:768px) {
	.text-on p {
		font-size: 6.0vw;
	}
	.text-on p span{
		font-size: 3.0vw;
	}
	.text-on::after {
		top: 20%;
		height: 60%;
	}
}

/*見出し*/
h3{
	text-align: center;
	padding-top: 1.0rem;
	font-size: 18px;
}
h3 i{
	margin-right: 0.5rem;
}
h3 span{
	display: block;
	font-size: 14px;
}

/*Contact*/
#contact img{
	width: 100%;
}
table.formTable{
	width:100%;
	max-width: 700px;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
caption {
  caption-side: top;
	color: #1E1E1E;
}
input{
	font-family: 'Ryumin Light KL', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.formTable td{
	font-family: 'Ryumin Light KL', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
@media screen and (max-width:768px) {
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
	}
	table.formTable th {
		margin-top:5px;
		border-bottom:0;
	}
	input[type="text"], textarea {
		width:80%;
		padding:5px;
		font-size:110%;
		display:block;
	}
	input[type="submit"], input[type="reset"], input[type="button"] {
		display:block;
		width:100%;
		height:40px;
	}
}

/*バナーエリア*/
.banner{
	padding: 1.5rem 0.5rem;
}
.banner img{
	width: 100%;
}
.banner div{
	margin-bottom: 1.5rem;
}

.banner div.phone{
	padding: 0.5rem;
	background-color: #FFFFFF;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .4);
	font-size: 1.4rem;
}
.banner div.phone p{
	font-size: 0.8rem;
	margin-bottom: 0;
}

.link a{
	display: inline-block;
	margin-bottom: 0.5rem;
	width: 100%;
}
.link a span{
	display: block;
	font-size: 0.8rem;
}

/*フッター*/
footer{
	background-color: #242BA7;
	color: #DCDCDC;
	padding-top: 1.0rem;
}
footer a, footer a:focus, footer a:active {
    color: #DCDCDC;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-list li a span {
	font-size:0.7rem;
}
.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-list li a:before {
    content: "\f061";
    font: 900 21px/1 "Font Awesome 5 Free";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}
.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/*スマホ用固定メニュー*/
@media screen and (max-width:767px){
	.footer_area {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: rgba( 255, 255, 255, 0.6 );
		z-index: 990;
	}
	.footer_area div {
		margin: 0;
		padding: 0;
	}
	.footer_area .footer_area_inner {
		position: relative;
		width: 100%;
		margin: 0px auto;
		padding: 10px 0 2px;
		margin-right: 0px;
	}
	.footer_area .footer_area_inner .footer_area_inner_btn {
		width: 100%;
		padding: 11px 0;
		margin-left: 0px;
		line-height: 1.3;
	}
	.footer_area_inner span{
		color: #fff;
	}
	.inquiry_btn {
		background-color: #068BF1;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		display: inline-block;
		text-align: center;
		text-decoration: none;
		width: 99%;
		padding: 5px 0;
		font-size: 16px;
	}
	.inquiry_btn:link, .inquiry_btn:visited {
		color: #FFFFFF !important;
	}
	#line_atto a {
		background:#25af00;
		box-shadow:0 5px 0 #219900;
		font-size:16px;
		position:relative;
		display:block;
		padding:5px 0 0;
		color:#fff;
		border-radius:3px;
		text-align:center;
		text-decoration: none;
		width:90%;
		margin:10px 0;
	}
	#line_atto a:hover {
		background:#219900;
		-webkit-transform: translate3d(0px, 5px, 1px);
		-moz-transform: translate3d(0px, 5px, 1px);
		transform: translate3d(0px, 5px, 1px);
		box-shadow:none;
	}
	#line_atto i{
		font-size: 30px;
	}
}
