@charsetf3 "utf-8";
/* --------------------------------------------------
   余白の初期化
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

/* --------------------------------------------------
   全体の指定
-------------------------------------------------- */
/* --------------------
   links
-------------------- */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

a.line {
  background: transparent;
  text-decoration:none;
  border-bottom:1px dotted #6B6B6B;
}

a.line:link {
  color: #6B6B6B; /* 灰色 */
}
a.line:visited {
  color: #6B6B6B; /* 灰色 */
}

a.line:hover {
  color: #6495ed; /* cornflowerblue */
}

/* --------------------
   image
-------------------- */


img.miniimage { display: none; }  /* miniを非表示 */

/* --------------------
   url
-------------------- */
.url {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */ }

*, *:before, *:after {
    -moz-box-sizing: border-box;  
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

/* --------------------
   見出し
-------------------- */
h1,h2,h3,h4,h5,h6 {
  margin: 20px 0 30px;
  color: #163173 /*紺色*/
}

/* --------------------
   段落
-------------------- */
p{
  margin: 0.5em 0 10px 1.0em;
  line-height: 1.8em;
  text-align: left;

}

p.desc-text{
    font-size: 20px;
    line-height: 35px;
    text-align: justify;
}

/* --------------------
   リスト
-------------------- */
ul {
  text-align:left;
}

li {
  margin: 0 10px 0.5em 30px;
  text-align:left;
}

/* --------------------
   ユーザー定義：Container
-------------------- */

.text-content.container {
  margin-top: 65px;
  margin-bottom: -51px;
}

.text-content-1 {
  margin-top: 65px;
  margin-bottom: -51px;
  padding: 20px 0;
  background-color: #FFFFFF;
  border-top: 1px solid #163173; /* 紺色 */
}

.text-content-1-cat {
  margin-top: 65px;
  margin-bottom: -51px;
  padding: 20px 0;
  background-color: #FFFFFF;
  background: url('../img/walk_cat2.gif') no-repeat bottom left;
  border-top: 1px solid #163173; /* 紺色 */
}

.text-content-2 {
  margin-top: 65px;
  margin-bottom: -51px;
  padding: 20px 0;
  background-color: #FFFFFF;
  border-top: 1px solid #163173; /* 紺色 */
  border-bottom: 1px solid #163173; /* 紺色 */
}

/* --------------------
   ユーザー定義：見出し
-------------------- */
.text-content.container h1 {
  padding: 0.5em 0;
  font-weight: lighter;
  color: #FFFFFF; /* 白 */
  background: #163173; /* 紺色 */
}

.text-content.container h2 {
  margin: 1em 0 0.5em;
  text-align: left;
  font-size: 20px;
  color: #163173; /* 紺色 */
}

.text-content.container h2.col {
  margin: 0 0 30px;
  font-weight: lighter;
  text-align: center;
  color: #FFFFFF; /* 白 */
  background: #163173; /* 紺色 */
}

.text-content.container h3,
.text-content-1.container h3,
.text-content-2.container h3 {
  margin: 1.5em 10px 0.5em;
  text-align: left;
  font-size: 18px;
  font-weight: lighter;
  color: #163173; /* 紺色 */
}

.text-content.container h4,
.text-content-1.container h4,
.text-content-2.container h4 {
  margin: 1.5em 10px 0.5em;
  text-align: left;
  font-size: 16px;
  font-weight: lighter;
  color: #163173; /* 紺色 */
}

/* --------------------
   ユーザー定義：段落
-------------------- */
.border-text p{
  line-height: 2em;
  text-align: left !important;
  border-bottom: 1px solid;
  padding: 10px 0;
}

.right-text p{
  padding: 10px 0;
  text-align: left !important;
  border-bottom: 1px solid;
}

/* --------------------
   ユーザー定義：リスト
-------------------- */
.nav li {
  margin: 0 10px 0.5em 30px;
  text-align:center;;
}

.text-content.container dl {
  text-align: left;
}

.text-content.container dt {
  font-size: 16px;
  margin-top: 14px;
}
/* --------------------
   ユーザー定義：制御
-------------------- */
.clear::after {
    content: "";
    display: table;
    clear: both;
}

/* --------------------
   スペース
-------------------- */
.section-space {
  margin-top: 20px;
}

.section-space-1 {
  margin-top: 40px;
}

.section-space-2 {
  margin-top: 80px;
}

.section-space-3 {
  margin-top: 120px;
}

/* --------------------
   ユーザー定義
-------------------- */
.color_animation {
  text-decoration: initial;
  margin-right: -30px;
  margin-left: -30px !important;
  color: #163173 !important; /* 紺色 */
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.color_animation:hover{
  color: #BBE3F9 !important; /* 水色 */
}

/* --------------------------------------------------
   [00]レイアウト
-------------------------------------------------- */
html {
  height: 100%;
  margin: 0 auto;
  padding:0;
  background-color: transparen;
  background-image: none;
}

body {
  height: 100%;
  margin: 0 auto;
  padding:0;
  /*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;*/
  font-family: 'Helvetica Neue', "Arial", sans-serif;
  font-size: 14px;
  color: #333333; /* 柔らかい黒 */
  background: #FFFFFF;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/* --------------------------------------------------
   [01]Navigation
-------------------------------------------------- */
div#top-navbar-collapse-1 {
  height: 368px;
  overflow: hidden;
  text-align: center;
  text-decoration: none !important;
}
.navbar-brand{
    font-family: 'Pacifico', cursive;
    font-size: 34px !important;
    text-decoration: none;
}

nav {
  background: #FFFFFF !important; /* 白 */
  font-size: 18px;
}

.navactive{
  border-bottom: 1px solid #163173; /* 紺色 */
}

.row {
  background: url('../img/cs-nekonomori.png') no-repeat center left; 
}

.top-logo {
  width: 8%;
  position: absolute;
  top: 0%;
  text-align: center;
}

.top-logo a {
  display: block;
  margin: 0;
  width: 100px;
  height: 50px;
}

/* --------------------------------------------------
   [02]Intro Container
-------------------------------------------------- */
.top-address {
  width: 100%;
  margin: 0 0 0 0;
  min-width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.5em;
  text-align: right;
  position: absolute;
  z-index: 10;
}

.starter_container {
  height: 45% !important;
  position: relative;
  margin: 80px 0 0;
  padding: 0;
  min-width: 100%;
  height: 100%;
  background: url('../img/town.png') repeat-x center center;
  background-size: contain;
  text-align: center;
  z-index: 0;
}
.follow_container {
  width: 100%;
  position: absolute;
  top: 68%;
  text-align: center;
}
.top-title {
  font-family: 'Noto Sans Japanese', "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0.5em !important;
  color: #163173; /* 紺色 */
 }

.second-title {
  font-weight: lighter; 
  font-size: 15px;
  line-height: 1.3em;
  margin: 0 !important;
  color: #163173; /* 紺色 */
}

.top-mark {
  width: 100%;
  position: absolute;
  top: 33%;
  text-align: center;
}

.top-mark a {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 135px;
}
/* --------------------------------------------------
   [03]Body Content
-------------------------------------------------- */
.description_content {
    width: 100%;
    background: #fff;
    margin: 0 auto 100px;
    /*z-index: 99;*/
    position: relative;
    text-align: center; 
}

.background_content{
    background: url('../img/bg_kon.jpg') no-repeat center center; 
    background-position: 50% 20%;
}

.information {
  height: 440px;
  overflow: scroll;
  margin-bottom: 20px;
  padding: 5px 5px 5px 5px;
  text-align: left;
}

/* ========================
    IMAGE INTRO BANNER CONTENT
   =========================*/

.background_content {
    position: relative;
    top: 0px;
    width: 100%;
    height: 350px;
    background-color: white;
    margin: 0 auto 0 auto;
    z-index: 98;
    text-align: center;
}

.background_content h1 {
    font-size: 3em;
    width: 60%;
    position: relative;
    top: 24%;
    color: white;
    padding: 0;
    border: 0;
    display: inline-block;
}

.background_content h1 span {
    color: white;
    border-bottom: 8px solid #fff;
}

/*========================
IMAGE DESCRIPTION BODY CONTENT
=========================*/
.picture_content {
    display: none;
}
/*========================
FIRST FOOTER CONTENT
=========================*/
.first_footer {
    background-color: #1e1e1e;
    text-align: center;
}
.social_heading,
.social_info {
    display: block;
}
.social_heading {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0.040em;
    color: #63C85D;
    text-align: center;
    margin: 40px 0 0 0;
}
.social_info, 
.social_icons {
    margin: 18px 0 50px 0;
}

.social_info a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.200em;
    line-height: 1.400em;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    width: 210px;
}

.social_info a:hover {
    color: #6c8f34;
}

.social_icons {
    padding: 0;
}

.social_icons li {
    list-style: none;
    display: inline-block;
    padding: none;
}

.social_icons li:nth-child(1),
.social_icons li:nth-child(2),
.social_icons li:nth-child(3) {
    margin: 0 50px 0 0;
}
.social_icons li a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}

.social_icons li a:hover {
    color: #6c8f34;
}

.direction a{
    color: white !important;
}

/*========================
SECOND FOOTER CONTENT
=========================*/

footer.sub_footer {
  background-color: #FFFFFF; /* 白 */
  padding: 20px;
}

p.sub-footer-text{
    color: #6B6B6B;
}

p.sub-footer-text a{
    color: #9D9D9D;
    text-decoration: none;
}

/*Contact */

.contact-text{
    margin:45px auto;
}
/* Contact Form */
#contact .contact-form{
    margin: 0 auto;
    padding:25px 25px 0px 25px;
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.2);
    /* -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.2); */
}

.mail-message-area{
    width:100%;
    padding:0 15px;
}

.mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
}

.not-visible-message{
    height:0px;
    opacity: 0;
}

.visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
}

.inner.contact {
    padding: 50px 0;
}

/* Input Styles */

.form{
    width: 100%;
    padding: 16.94px;
    /* background:#E2E2E2; */
    border: 1px solid rgba(13, 12, 12, 0.23);
    margin-bottom:25px;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.form:hover{
    border:1px solid #8BC3A3;
}

.form:focus{
    color: white;
    outline: none;
    border:1px solid #8BC3A3;
}

.textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
} 
/* Generic Button Styles */
.button{
    padding:8px 12px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}

.button:hover{
    background:#8BC3A3;
    color:white;
}

/* Send Button Styles */

.form-btn{
  width:180px;
  display: block;
  float: left;
  height: auto;
  padding:15px;
  color:#163173; /* 紺色 */
  background-color: #B6CEE1; /* グレーブルー */
  border:none;
  border-radius:3px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  /*margin: 0 auto !important;*/
  margin: 10px;
  box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  text-align: center;
}

.form-btn:hover{
  background-color: #B6CEE1;
  opacity: 0.7;
  color: #FFFFFF;
  border:none;
}

.form-btn:active{
    opacity: 0.7;
}

div.fa {
    display: block;
    padding: 30px 0px 25px 0px;
}

div .fa-2x {
    padding: 30px 0px 25px 0px;
}

.navbar-default {
    border: 0 !important;
}

/*========================
MEDIA QUERIES MOBILE
=========================*/

@media (max-width: 660px) {
    .top-title {
        font-size: 20px;
    }

    .background_content h1 {
        width: 80%;
        font-size: 2.5em;
    }

    .form-btn {
        margin: 0px auto;
        /* display: block; */
    }

    .starter_container {
        height: 100%;
        background-size: cover;

    }

}
/*========================
MEDIA QUERIES TABLET
=========================*/


@media (min-width: 400px) { 
  .starter_container {
    height: 100%;

  }
  .background_content h1 {
    top: 33%;
  }  
}

/*========================
MEDIA QUERIES TABLET
=========================*/

    @media (min-width: 660px) { 
  
        .starter_container {
            height: 100%;
        }

    /*========================
    NAV
    =========================*/
    .navbar-defat{
        height: 70px;
        padding-top: 10px;
    }

    nav li{
        padding-right: -15px;
    }
    nav {
        position: fixed;
        display: block;
        position: fixed;
        width: 100%;
        height: 55px;
        z-index: 100;
        margin: 0;
        padding: 0;
        background-color: #1e1e1e;
        text-align: center;
    }
    .logo {
        display: none;
    }
    .main-nav {
        padding: 0;
        margin: 18px auto 0 auto;
    }
    .main-nav li {
        display: inline-block;
        list-style: none;
        margin: 0 29px 0 29px;
    }
    .logo a,
    .main-nav a {
        font-size: 0.75000em;
        font-weight: 700;
        /* letter-spacing: 0.250em; */
        text-decoration: none;
        color: #fff;
        display: block;
        text-align: center;
        padding: 2px 0;
        transition: color 0.3s ease-in-out;
    }
    .main-nav a:hover {
        color: #6c8f34;
    }
    .direction a {
        border: 5px solid rgba(0,0,0,0);
        display: inline-block;
        width: 45px;
        height: 45px;  
        background-size: 30px; 
    }
    .direction a:hover {
        border: 5px solid #6D903C;
    }

    /*========================
    DESCRIPTION BODY CONTENT
    =========================*/

    .description_body {
        margin: 45px auto;
        max-width: 500px;
    }

    .picture_content {
        display: inline-block;
        padding: 0 20px;
    }

    /*========================
    IMAGE INTRO BANNER CONTENT
    =========================*/

    .background_content {
        position: relative;
        top: 0px;
        width: 100%;
        height: 570px;
        background-color: white;
        margin: 0 auto 0 auto;
        z-index: 98;
        text-align: center;
    }

    .background_content h1 {
        font-size: 4.5em;
        position: relative;
        top: 41%;
        width: 100%;
        color: white;
        padding: 0;
        border: 0;
        display: inline-block;
    }

    .background_content h1 span {
        color: white;
        padding: 0;
        border-bottom: 10px solid #fff;
    }
}
    /*========================
    Social Connect
    =========================*/

    section.social_connect {
        text-align: center;
        margin-bottom: 50px;
        background-color: #FFFFFF;
        border-top: 1px solid #163173; /* 紺色 */
        border-bottom: 1px solid #163173; /* 紺色 */

  }

    .social_heading {
        font-size: 33px;
    }

    .social_info a {
        font-size: 24.93px;
    }

    .social_icons li a {
        font-size: 30px;
    }

    .social_info a {
        display: inline-block;
        margin: 0 auto;
        width: 325px;
    } 

} /*END OF MEDIA QUERY*/

/*========================
MEDIA QUERIE DESKTOP
=========================*/

@media (min-width: 1100px) { 

    .starter_container {
        background-attachment: scroll;
    }


    /*========================
    BACKGROUND CONTENT
    =========================*/


    .background_content h1 {
        font-size: 5em;
        position: relative;
        top: 41%;
        width: 100%;
        color: white;
        padding: 0;
        border: 0;
        display: inline-block;
        margin-top: 20px;
    }

    .background_content h1 span {
        color: white;
        padding: 0;
        border-bottom: 12px solid #fff;
    }

    /*========================
    DESCRIPTION BODY CONTENT
    =========================*/

    .margin-right {
        margin-right: 5%;
    }

    .margin-left {
        margin-left: 5%;
    }

    .background_content:nth-of-type(2),
    .background_content:nth-of-type(4) {
        background-attachment: fixed;
    }

    .description_body {
        max-width: 450px;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        margin-top: 10px;
    }


    .picture_content {
        display: inline-block;
        padding: 0;
        vertical-align: middle;
    }

    /*========================
    FIRST FOOTER CONTENT
    =========================*/

    .social_heading {
        font-size: 33px;
        margin: 50px 0 0 0;
    }

    .come_in .social_info a {
        font-size: 24.93px;
        display: inline-block;
        margin: 0 auto;
        width: 565px;
    }

    .come_in .social_info {
        margin-bottom: 25px;
    }

    .or_call .social_info a {
        font-size: 24.93px;
        display: inline-block;
        margin: 0 auto;
        width: auto;
    }

    .social_icons li a {
        font-size: 30px;
    }
}