@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;
font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
font-weight: 560;
}
div{
line-height: 1.8em;
}
a, a:link, a:visited    {  
    text-decoration: none;  
    color: #000;  
}  
a:hover {  
    text-decoration: none;  
    color: #000;  
}  
a:active    {  
    text-decoration: none;  
    color: #000;  
}
.yu-mincho{
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.nanum{
font-family: 'Nanum Gothic', sans-serif;
letter-spacing: 0.2em;
}

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

.navbar-brand img{
width: 260px;
}
.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;
}
.link-1line{
margin-top: 0.7em;
}
.telmail{
width: 120px;
}
.telmail img{
margin-right: 10px;
}
.mini-link{
background-color: #DBC06F;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
font-size: 80%;
padding: 3px 9px;
color: #fff;
margin-left: 10px;
}
.mini-link:hover, .mini-link:active{
opacity: 0.6;
text-decoration: none;
}
.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: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;
}
