@charset "UTF-8";
/* CSS Document */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {
font-size: 16px;
}
body{
background-color: #fff;
}
div{
line-height: 1.8em;
}
a, a:link, a:visited {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #000;
	filter:alpha(opacity=80);
	opacity:0.8;
}
a:active {
    text-decoration: none;
    color: #000;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.yu-mincho{
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
h1,#subject h2,#time h2,#information h2{
margin-top: 50px;
background:linear-gradient(#1BB1B0, #178FBC);
text-align: center;
color: #fff;
font-size: 150%;
padding: 5px 0;
letter-spacing: 0.3em;
line-height: 1em;
}
h1 span,h2 span{
font-size: 70%;
font-weight: 300;
letter-spacing: 0;
}
p{
margin: 0;
padding: 0;
}
hr {
height: 1px;
border: none;
border-top: 1px #9FA0A0 solid;
display: block;
}

/*top*/
.ll-box{
width: 100%;
margin: 0;
padding: 0;
}
.l-box{
max-width: 1130px;
margin: 0 auto;
padding: 0 15px;
}
.m-box{
max-width: 900px;
margin: 0 auto;
padding: 0 20px;
}
.s-box{
max-width: 500px;
margin: 0 auto;
padding: 0 20px;
}

.navbar-brand img{
width: 280px;
}
.navbar-collapse{
padding: 20px 0; 
}
.nav-link{
font-size: 93%;
text-align: center;
}
.navbar-collapse li{
margin: 0 10px;
}
.navbar-nav{
width: 100%;
padding: 0 20px;
}
.nav-item span{
font-size: 70%;
display: inline-block;
}
.telmail {
width: 110px;
text-align: center;
}
.telmail a{
display: block;
background-color: #A3A3A3;
color: #fff;
padding: 0 5px 1px;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}
.telmail a:hover{
background-color: #1399B0;
}
.hover3{
  position: relative;
  overflow: hidden;
  padding-bottom: 4px;
  display: inline-block;
}
.hover3:after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform .2s ease-in;
}
.hover3:hover:after,
.hover3:focus:after{
  transform: translate3d(0, 0, 0);
}
.hover3:focus,{
  outline: none;
}
.hover3:after{
  background-color: #ADADAD;
}
.hover3:hover, .hover3:focus{
  color: #ADADAD;
}

/*content*/
#pagetitle{
text-align: center;
padding: 0 20px;
}
#pagetitle h2{
margin: 30px auto;
}
#pagetitle .main-title{
font-size: 60%;
font-weight: 700;
display: inline-block;
letter-spacing: 0.1em;
text-align: right;
margin: 0 5px 0 0;
}
#pagetitle h3{
font-size: 100%;
margin-top: 50px;
font-weight: 600;
}
#pagetitle .title-text{
text-align: left;
margin: 20px auto 0;
column-count: 2;
}
.card{
border: none;
}
.card img{
}
.card:hover, .card:active {
opacity: 0.6;
}
.card-body{
padding: 20px 0;
}
.card-title{
font-size: 105%;
}
.card-text{
vertical-align: middle;
margin-top: 0;
}

/*footer*/
footer{
background-color: #F0F0F0;
margin-top: 100px;
text-align: center;
}
#f-menu{
margin: 0 auto 20px;
text-align: left;
padding: 0 20px;
}
footer .col-xs{
margin-top: 30px;
}
footer h4{
font-size: 100%;
font-weight: 700;
white-space: nowrap;
color: #595757;
margin-top: 20px;
margin-bottom: 15px;
letter-spacing: 0.05em;
}
a, a:link, a:visited    {  
text-decoration: none;  
color: #595757;
}  
footer a:hover {  
text-decoration: underline;
color: #595757;
}
footer a:active {  
text-decoration: underline;  
color: #595757;
}
footer p{
font-size: 85%;
margin: 7px 0 0 7px;
line-height: 1.2em;
}
footer hr{
border-color: #808080;
margin: 40px 0 20px;
}
.f-logo{
margin-top: 0;
}
#f-address{
margin: 0 auto;
text-align: left;
padding: 0 20px 30px;
}
#f-address .col-xs{
margin-top: 10px;
letter-spacing: 1.5em;
}

#f-address span,address{
display: inline-block;

margin: 0 12px;
}
address{
font-size: 85%;
line-height: 1.8em;
}
