@charset "utf-8";

body{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif!important;
}

h1,h2, h3, h4, h5, h6 {
    line-height: 1.6!important;
}


.container h3{
    font-size: 1.2em!important;
    margin: 0;
    padding: 4px 0;
}

a {
    color: #000!important;
    text-decoration: underline!important;
}


/*----- loader -----*/

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 9999;
}

#loader .loader img{
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*----- loader -----*/


body{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

@keyframes kenburns {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.header-bg{
    top: 0;
    position: fixed;
    height: 110px;
    z-index: 3;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.7 );
}

.logo-area{
	position: absolute;
	top: 15px;
	width: 100%;
	margin: 0 0 0 20px;
	text-align: left;
}

.logo-area img{
	width: 140px;
/* 	height: 85px; */
}

.txt-theme{
	margin-top: 80px;
}

.contact-area {
    position: absolute;
    top: 20px;
    right: 20px;
}

.contact-area li{
	margin-bottom: 10px;
}

.contact-area img.tel-no{
	width: 300px;
	height: 65px;
}

.hannari-theme{
	width: 50%;
	margin: 100px 0 80px;
}

.section01 h2,
.section02 h2,
.section03 h2,
.section04 h2,
.section05 h2{
	text-align: center;
}

.section01 h2 img,
.section02 h2 img,
.section03 h2 img,
.section04 h2 img,
.section05 h2 img{
	width: 200px;
	margin-bottom: 40px;
}

.sc02-bg{
	padding-top: 50px;
	background-color: rgba(167,140,18,0.2);
}

/*======= Button 4 =======*/

a.btn4 {
	position: relative;
	display: inline-block;
	transition: .3s;
	padding-bottom: 5px;
}
a.btn4::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 3px;
	background-color: #004097;
	transition: .3s;
}
a.btn4:hover::after {
	width: 100%;
}


.btn-scroll {
	content: url("../img/scroll-down.svg");
	position:absolute;
	right: 47.2%;
	bottom:3%;
	-webkit-animation:blink .9s ease-in-out infinite alternate;
	-moz-animation:blink .9s ease-in-out infinite alternate;
	animation:blink .9s ease-in-out infinite alternate;
}


.mv-txt01{
	margin: 0!important;
}

.mv-txt01 img{
width:250px;
position: absolute;
top: 30%;
right: 20%;
}

.mv-area {
	margin:94px 0 60px;
}

.mv-area img {
	width:100%;
}

.mv-theme img {
	width:100%;
	padding:0 30px;
}

.gyomu h3{
	margin-top: 30px;
	min-height: 62px;
}

.description {
    font-size: 1em;
    padding: 20px 30px 20px 0;
}

p {
	font-size:1em;
	line-height: 1.6em;
}

.hero {
	position:relative;
	line-height:1.3;
}

.md-height{
	text-align:center;
	line-height:1.3;
}

/*
.hero {
	background:url(../img/main-visual01.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
	background-attachment:fixed;
	height: 750px;
}
*/

.hero{
  width: 100%;
  height: 100vh;
  background: url(../img/main-visual01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero .header-menu{
	
}

.hero .header-menu ul{
	padding: 40px 0 0 40px;
}

.hero .header-menu ul li{
	display: inline;
	padding:0 0 15px 0;
	border-bottom: 5px solid #fff;
	margin: 0 20px;
}

.hero .header-menu ul li a{
	color: #fff;
}

.hero .work-info,
.hero .tel-info{
	float: left;
}

.hero .work-info a,
.hero .tel-info a{
	color: #fff;
}

.hero .work-info{
	margin: 40px 40px 0 0;
	text-align: center;
	
}

.hero .work-info p{
	border: 1px solid #fff;
	padding: 10px 20px;
	color: #fff;
	margin: 20px 0 0 0;
	background: rgba(255, 255, 255, 0.1);
}

.hero .tel-info{
	margin:40px 50px 0 0;
}

.hero h2 {
	color:#fff;
	text-align: center;
	clear: both;
}


.block {
	background:#fff;
	text-align: center;
	padding: 20px 0;
}



.block p {
	color:#015db2;
	font-size:1em;
	padding:10px;
	line-height: 1.8em;
}

.map{
	text-align: center;
	background-color: #f5f5f5;
}

#map-canvas-kyoto {
	width: 100%;
	height: 500px;
	}
	
.window-content {
	width: 350px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
}

.window-content h4{
	font-size: 16px;
}

.access-info{
	font-size: 1em;
	margin-bottom: 50px;
	padding-top: 60px;
}

#footer{
	clear: both;
}

.footer{
	clear: both;
}

.bottom-sec {
	background:url(../img/top-bottom.jpg);
	height: 0;
    padding-top: 29.5%;
    background-size: contain;
}

.copyright{
	color: #fff;
	background-color: rgba(167,140,18,0.5);
	padding: 20px 0;
	text-align: center;
	font-size: 0.8em;
}

.map-des{
width: 80%;
margin: 0 auto;
}

dl{

}

dt{  
	padding-top : 10px;    
	padding-bottom : 5px;
	padding-left : 10px;
	width : 120px;
	float : left;
	clear : both;
}

dd{    
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 5px;
	margin-left : 160px;
}


#page-top {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
    width: 80px;
    padding: 20px 10px;
    background: rgba(90,90,90,.7);
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.table td {
    padding: 10px !important;
}

.title {
	padding:14px 0;
	margin-bottom: 0;
}

.title span{
	font-size:0.6em;
	padding:0 5px 13px 5px;
	border-bottom: 3px solid #000;
}

.mvtop{
	margin-top: 94px;
}

.lst-glass{
/*
	list-style:disc;
	margin-left: 20px;
*/
}

.lst-glass li{
	line-height: 1.8em;
}

@-webkit-keyframes blink {
	0% {
		opacity:0;
	}
	
	100% {
		opacity:1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity:0;
	}
	
	100% {
		opacity:1;
	}
}

@keyframes blink {
	0% {
		opacity:0;
	}
	
	100% {
		opacity:1;
	}
}

.col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}


/*----- media query -----*/

@media (max-width: 1200px){

}

@media (max-width: 992px){

}

@media (max-width: 768px){
	
}

@media screen and (max-width: 690px){
	
.header-bg {
    height: 95px;
}

.logo-area {
    top: 12px;
}

.logo-area img {
    width: 120px;
}

.contact-area img.tel-no {
	margin-top: 7px;
    width: 150px;
    height: auto;
}

.hero {
	background:url(../img/main-visual01m.jpg);
	background-position:50% 50%;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
	height: 700px;
}

.mv-txt01 img {
    width: 200px;
    position: absolute;
    top: 43%;
    right: 24%;
}

}

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


}