@charset "utf-8";

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* COMMON */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

* {
	margin:0px;
	padding:0px;
}
html {
	margin:0px;
	padding:0px;
	overflow-y:scroll;
}

body {
  font-family: Avenir ,"Open Sans" ,"Helvetica Neue" ,Helvetica ,Arial ,Verdana ,Roboto ,"游ゴシック" ,"Yu Gothic" ,"游ゴシック体" ,"YuGothic" ,"ヒラギノ角ゴ Pro W3" ,"Hiragino Kaku Gothic Pro" ,"Meiryo UI" ,"メイリオ" ,Meiryo ,"ＭＳ Ｐゴシック" ,"MS PGothic" ,sans-serif;
	margin:0px;
	padding:0px;
  font-size:14px;
  line-height:24px;
}

ul,li {
  list-style:none;
}

/* ---------------------------------------------------------------------------------------------- */

#bt_pagetop {
  display:none;
  z-index:1000;
  position:fixed;
}
  #bt_pagetop img {
    width:100%;
    height:auto;
  }

@media (max-width: 767px) {
  #bt_pagetop {
    right:20px;
    bottom:20px;
    width:50px;
    height:50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #bt_pagetop {
    right:30px;
    bottom:30px;
    width:100px;
    height:100px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #bt_pagetop {
    right:30px;
    bottom:30px;
    width:100px;
    height:100px;
  }
}

@media (min-width: 1200px) {
  #bt_pagetop {
    right:30px;
    bottom:30px;
    width:100px;
    height:100px;
  }
}

/* ---------------------------------------------------------------------------------------------- */

h2.title01,
h3.title01,
h4.title01,
h5.title01 {
  color:#834350;
  font-weight:bold;
  font-size:1.6em;
  margin:0;
  padding:0;
}

h2.title02,
h3.title02,
h4.title02,
h5.title02 {
  color:#834350;
  font-weight:bold;
  font-size:1.3em;
  margin:0;
  padding:0;
}

h2.title03,
h3.title03,
h4.title03,
h5.title03,
p.title03 {
  color:#834350;
  font-weight:bold;
  font-size:0.8em;
  margin:0;
  padding:0;
}

/* ---------------------------------------------------------------------------------------------- */

.title_kotorin01 {
  text-align:center;
  margin:0;
  padding:0;
}
  .title_kotorin01 h2 {
    display:inline-block;
    min-height:30px;
    margin:0 0 20px 0;
    padding: 30px 80px 30px 0;
    background-image:url(../images/common/icon_kotorin01.png);
    background-repeat:no-repeat;
    background-position:100% 50%;
    background-size:70px auto;
    color:#834350;
    font-weight:bold;
    font-size:2.0em;
  }

/* ---------------------------------------------------------------------------------------------- */

.title_bird {
  text-align:center;
  margin:0 0 20px 0;
  padding:0;
  background-image:url(../images/common/line01.png);
  background-repeat:repeat-x;
  background-size:20px auto;
}
  .title_bird h2 {
    display:inline-block;
    margin:0;
    color:#834350;
    background-color:#FFF;
    background-image:url(../images/common/icon_bird01.png);
    background-repeat:no-repeat;
    background-position:50% 0;
    font-weight:bold;
    font-size:2.0em;
  }
  .title_bird p {
    display:block;
    min-height:30px;
    margin:0;
    color:#834350;
    background-color:#FFF;
    background-image:url(../images/common/icon_bird01.png);
    background-repeat:no-repeat;
    background-position:50% 100%;
    font-weight:bold;
    font-size:0.8em;
  }

@media (max-width: 767px) {
  .title_bird {
    background-position:50% 38px;
  }
    .title_bird h2 {
      font-weight:bold;
      font-size:1.5em;
      padding: 30px 10px 0 10px;
      background-size:20px auto;
    }
    .title_bird p {
      font-weight:bold;
      font-size:0.8em;
      padding: 0 0 25px 0;
      background-size:20px auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  .title_bird {
    background-position:50% 58px;
  }
    .title_bird h2 {
      font-weight:bold;
      font-size:2.0em;
      padding: 50px 10px 10px 10px;
      background-size:25px auto;
    }
    .title_bird p {
      font-weight:bold;
      font-size:0.8em;
      padding: 0 0 40px 0;
      background-size:25px auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .title_bird {
    background-position:50% 58px;
  }
    .title_bird h2 {
      font-weight:bold;
      font-size:2.0em;
      padding: 50px 10px 10px 10px;
      background-size:25px auto;
    }
    .title_bird p {
      font-weight:bold;
      font-size:0.8em;
      padding: 0 0 40px 0;
      background-size:25px auto;
    }
}

@media (min-width: 1200px) {
  .title_bird {
    background-position:50% 58px;
  }
    .title_bird h2 {
      font-weight:bold;
      font-size:2.0em;
      padding: 50px 10px 10px 10px;
      background-size:25px auto;
    }
    .title_bird p {
      font-weight:bold;
      font-size:0.8em;
      padding: 0 0 40px 0;
      background-size:25px auto;
    }
}




/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* HEADER */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

header {
  position:relative;
  z-index:100;
  background-color:#FFF;
  box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 10px 3px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 10px 3px;
  -moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 10px 3px;
}
  header #logoset {
    color:#834350;
  }
  header .navbar-default {
    background:none;
    border:none;
    margin:0px;
    padding:0px;
  }
  header .navbar {
    margin:0px;
    padding:0px;
  }
  header .navbar-nav {
    margin:0;
    padding:0;
    font-weight:bold;
  }
    header .navbar-default .navbar-nav>li>a {
      color:#834350;
    }
    header .navbar-default .navbar-nav>li>a:hover {
      color:#cf0070;
      border-color:#cf0070;
    }

@media (max-width: 767px) {
  header {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:auto;
    margin:0 auto;
    padding: 10px 0;
    text-align:left;
    -webkit-border-bottom-right-radius:0px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomright:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
  }
    header #logoset {
      position:absolute;
      top:10px;
      left:15px;
    }
      header #logoset img {
        display:inline-block;
        height:30px;
        margin: 0 10px 0 0;
      }
      header #logoset h1 {
        display:inline-block;
        font-size:9px;
        line-height:9px;
        margin:0;
        padding:5px 0 0 0;
      }
      header #logoset p {
        display:none;
      }
    header .navbar-nav {}
      header .navbar-default .navbar-nav>li>a {
        padding:10px 20px;
        border-bottom:1px dotted #b08a92;
      }
    .navbar-default .navbar-collapse {
      border-top:1px dotted #b08a92;
      padding:0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  header {
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:auto;
    margin:0 auto;
    padding: 20px 0;
    text-align:center;
    -webkit-border-bottom-right-radius:0px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomright:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
  }
    header #logoset {}
      header #logoset img {
        height:40px;
        margin:0;
      }
      header #logoset h1 {
        font-size:18px;
        line-height:18px;
        margin:0;
        padding:10px 0 0 0;
      }
      header #logoset p {
        font-size:12px;
        line-height:12px;
        padding:10px 0 0 0;
      }
    header .navbar-nav {
      margin: 0 auto;
      display: table;
      table-layout: fixed;
      float:none;
    }
      header .navbar-default .navbar-nav>li>a {
        margin: 0 10px;
        padding:10px 3px 5px 3px;
        border-bottom:1px solid #b08a92;
      }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header {
    position: relative;
    width:780px;
    height:auto;
    margin:0 auto;
    padding: 20px 0;
    text-align:center;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
    header #logoset {}
      header #logoset img {
        height:50px;
        margin:0;
      }
      header #logoset h1 {
        font-size:18px;
        line-height:18px;
        margin:0;
        padding:15px 0 0 0;
      }

      header #logoset p {
        font-size:12px;
        line-height:12px;
        padding:15px 0 0 0;
      }
    header .navbar-nav {
      margin: 0 auto;
      display: table;
      table-layout: fixed;
      float:none;
    }
      header .navbar-default .navbar-nav>li>a {
        margin: 0 10px;
        padding:10px 3px 5px 3px;
        border-bottom:1px solid #b08a92;
      }
}

@media (min-width: 1200px) {
  header {
    position: relative;
    width:980px;
    height:auto;
    margin:0 auto;
    padding: 20px 0;
    text-align:center;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
    header #logoset {}
      header #logoset img {
        height:50px;
        margin:0;
      }
      header #logoset h1 {
        font-size:18px;
        line-height:18px;
        margin:0;
        padding:15px 0 0 0;
      }
      header #logoset p {
        font-size:12px;
        line-height:12px;
        padding:15px 0 0 0;
      }
    header .navbar-nav {
      margin: 0 auto;
      display: table;
      table-layout: fixed;
      float:none;
    }
      header .navbar-default .navbar-nav>li>a {
        margin: 0 10px;
        padding:10px 3px 5px 3px;
        border-bottom:1px solid #b08a92;
      }
}



/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* MAINIMG */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#mainimg {
  z-index:0;
  width:100%;
  overflow:hidden;
  background-color:#FFF;
  background-image:url(../images/mainimg_2512.png);
  background-repeat:repeat-x;
  background-position:0px 50%;
}

@media (max-width: 767px) {
  #mainimg {
    position:relative;
    top:0;
    height:300px;
    padding: 70px 0 0 0;
    background-size:3000px auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #mainimg {
    position:relative;
    top:0;
    height:300px;
    background-size:3000px auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #mainimg {
    position:relative;
    top:-15px;
    height:300px;
    background-size:3000px auto;
  }
}

@media (min-width: 1200px) {
  #mainimg {
    position:relative;
    top:-15px;
    height:300px;
    background-size:3000px auto;
  }
}



/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* CONTENTBOX */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

.contentbox {
  z-index:10;
  height:auto;
  margin: 0 auto;
  padding:0;
}

@media (max-width: 767px) {
  .contentbox {
    position:relative;
    top:-15px;
    width:90%;
  }
    .contentbox .container {
      width:100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contentbox {
    position:relative;
    top:-15px;
    width:90%;
  }
    .contentbox .container {
      width:100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contentbox {
    position:relative;
    top:-30px;
    width:880px;
  }
    .contentbox .container {
      width:100%;
    }
}

@media (min-width: 1200px) {
  .contentbox {
    position:relative;
    top:-30px;
    width:980px;
  }
    .contentbox .container {
      width:100%;
    }
}



/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ACCESS */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#access {
  width:100%;
  margin-bottom:80px;
  text-align:center;
}
  #access #map_basic {
    margin:0 auto 20px auto;
  }
  #access .text {
    margin:0 auto;
    padding: 20px 0;
    text-align:center;
  }

@media (max-width: 767px) {
  #access #map_basic {
    width:100%;
    height:300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #access #map_basic {
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    width:80%;
    height:400px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #access #map_basic {
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    width:70%;
    height:400px;
  }
}

@media (min-width: 1200px) {
  #access #map_basic {
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    width:70%;
    height:400px;
  }
}



/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* SNSBOX */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#snsbox {
  margin-bottom:80px;
}
  #snsbox .box,
  #snsbox .banbox .row,
  #snsbox .banbox .box {
    margin:0;
    padding:0;
  }
    #snsbox .twbox,
    #snsbox .fbbox,
    #snsbox .banbox .kotorin,
    #snsbox .banbox .ameba {
      text-align:center;
      border-radius:10px;
      -moz-border-radius:10px;
      -webkit-border-radius:10px;
      box-shadow:rgba(0, 0, 0, 0.10) 0px 0px 5px 3px;
      -webkit-box-shadow:rgba(0, 0, 0, 0.10) 0px 0px 5px 3px;
      -moz-box-shadow:rgba(0, 0, 0, 0.10) 0px 0px 5px 3px;
    }

      #snsbox .banbox .kotorin {
        background-image:url(../images/common/ban_kotorin.png);
        background-repeat:no-repeat;
        background-position:50% 50%;
        background-size:110px auto;
        background-color:#f1c4cd;
      }
      #snsbox .banbox .ameba {
        background-image:url(../images/common/ban_ameba.png);
        background-repeat:no-repeat;
        background-position:50% 0%;
        background-size:150px auto;
        background-color:#84d067;
      }

      #snsbox .banbox .kotorin img,
      #snsbox .banbox .ameba img {
        width:100%;
        height:100%;
      }

@media (max-width: 767px) {
  #snsbox .twbox  {margin: 0 0 20px 0; padding: 0 10px 15px 10px; height:400px;}
  #snsbox .fbbox  {margin: 0 0 20px 0; padding: 0 10px 15px 10px; height:400px;}
  #snsbox .banbox {margin: 0; height:200px;}

    #snsbox .banbox .kotorin {
      margin: 0 10px 0 0;
      padding: 0 10px 15px 10px;
      height:150px;
    }
    #snsbox .banbox .ameba {
      margin: 0 0 0 10px;
      padding: 0 10px 15px 10px;
      height:150px;
    }

    #snsbox .twbox .icon,
    #snsbox .fbbox .icon {
      width:40px;
      padding: 15px 0 10px 0;
    }

    #snsbox .twbox .box,
    #snsbox .fbbox .box {
      width:100%;
    }

      #snsbox .twbox .box {
        height:290px !important;
      }
        #snsbox .twbox .box iframe {
          width:100% !important;
          height:290px !important;
        }

      #snsbox .fbbox .box {
        height:290px !important;
        text-align:center;
      }
        #snsbox .fbbox .box iframe {
          width:250px !important;
          height:290px !important;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
  #snsbox .twbox  {margin: 0 20px 0 0; padding: 0 10px 15px 10px; height:400px;}
  #snsbox .fbbox  {margin: 0 20px 0 0; padding: 0 10px 15px 10px; height:400px;}
  #snsbox .banbox {margin: 0; height:400px;}

    #snsbox .banbox .kotorin {
      margin: 0 0 10px 0;
      padding:0;
      height:190px;
    }
    #snsbox .banbox .ameba {
      margin: 10px 0 0 0;
      padding:0;
      height:190px;
    }

    #snsbox .twbox .icon,
    #snsbox .fbbox .icon {
      width:50px;
      padding: 15px 0 10px 0;
    }

    #snsbox .twbox .box,
    #snsbox .fbbox .box {
      width:100%;
    }

      #snsbox .twbox .box {
        height:290px !important;
      }
        #snsbox .twbox .box iframe {
          width:100% !important;
          height:290px !important;
        }

      #snsbox .fbbox .box {
        height:290px !important;
        text-align:center;
      }
        #snsbox .fbbox .box iframe {
          width:250px !important;
          height:290px !important;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #snsbox .twbox  {margin: 0 20px 0 0; padding: 0 10px 15px 10px; height:400px;}
  #snsbox .fbbox  {margin: 0 20px 0 0; padding: 0 10px 15px 10px; height:400px;}
  #snsbox .banbox {margin: 0; height:400px;}

    #snsbox .banbox .kotorin {
      margin: 0 0 10px 0;
      padding:0;
      height:190px;
    }
    #snsbox .banbox .ameba {
      margin: 10px 0 0 0;
      padding:0;
      height:190px;
    }

    #snsbox .twbox .icon,
    #snsbox .fbbox .icon {
      width:60px;
      padding: 20px 0 15px 0;
    }

    #snsbox .twbox .box,
    #snsbox .fbbox .box {
      width:100%;
    }

      #snsbox .twbox .box {
        height:290px !important;
      }
        #snsbox .twbox .box iframe {
          width:100% !important;
          height:290px !important;
        }

      #snsbox .fbbox .box {
        height:290px !important;
        text-align:center;
      }
        #snsbox .fbbox .box iframe {
          width:300px !important;
          height:290px !important;
        }
}

@media (min-width: 1200px) {
  #snsbox .twbox  {margin: 0 20px 0 0; padding: 0 10px 15px 10px; height:400px;}
  #snsbox .fbbox  {margin: 0 20px 0 0; padding: 0 10px 15px 10px; height:400px;}
  #snsbox .banbox {margin: 0; height:400px;}

    #snsbox .banbox .kotorin {
      margin: 0 0 10px 0;
      padding:0;
      height:190px;
    }
    #snsbox .banbox .ameba {
      margin: 10px 0 0 0;
      padding:0;
      height:190px;
    }

    #snsbox .twbox .icon,
    #snsbox .fbbox .icon {
      width:60px;
      padding: 20px 0 15px 0;
    }

    #snsbox .twbox .box,
    #snsbox .fbbox .box {
      width:100%;
    }

      #snsbox .twbox .box {
        height:290px !important;
      }
        #snsbox .twbox .box iframe {
          width:100% !important;
          height:290px !important;
        }

      #snsbox .fbbox .box {
        height:290px !important;
        text-align:center;
      }
        #snsbox .fbbox .box iframe {
          width:300px !important;
          height:290px !important;
        }
}


/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* NEWSBOX */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#newsbox {
  margin-bottom:80px;
}
  #newsbox .title01 {
    margin:0 0 10px 0;
    padding:0;
  }

  #newsbox .news,
  #newsbox .rest { margin:0; padding:0;}
    #newsbox .news .box,
    #newsbox .rest .box {
      padding:20px;
      background-color:#FFF;
      border-radius:10px;
      -moz-border-radius:10px;
      -webkit-border-radius:10px;
      box-shadow:rgba(0, 0, 0, 0.10) 0px 0px 5px 3px;
      -webkit-box-shadow:rgba(0, 0, 0, 0.10) 0px 0px 5px 3px;
      -moz-box-shadow:rgba(0, 0, 0, 0.10) 0px 0px 5px 3px;
    }
    #newsbox .news .box {margin: 0 10px 0 0;}
    #newsbox .rest .box {margin: 0 0 0 10px;}

      #newsbox .news .box .scroll span,
      #newsbox .rest .box .scroll span {
        margin: 0 5px 0 0;
      }

@media (max-width: 767px) {
  #newsbox {}
    #newsbox .news .box {margin:0 0 20px 0;}
    #newsbox .rest .box {margin:0;}
      #newsbox .news .box .scroll,
      #newsbox .rest .box .scroll {
        height:auto;
        overflow:inherit;
        padding:0;
      }
}

@media (min-width: 768px) and (max-width: 991px) {
  #newsbox {}
    #newsbox .news .box {margin: 0 10px 0 0;}
    #newsbox .rest .box {margin: 0 0 0 10px;}
      #newsbox .news .box .scroll,
      #newsbox .rest .box .scroll {
        height:100px;/* -- 通常は200PX -- */
        overflow:auto;
        padding: 0 10px 0 0;
      }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #newsbox {}
    #newsbox .news .box {margin: 0 10px 0 0;}
    #newsbox .rest .box {margin: 0 0 0 10px;}
      #newsbox .news .box .scroll,
      #newsbox .rest .box .scroll {
        height:100px;/* -- 通常は200PX -- */
        overflow:auto;
        padding: 0 10px 0 0;
      }
}

@media (min-width: 1200px) {
  #newsbox {}
    #newsbox .news .box {margin: 0 10px 0 0;}
    #newsbox .rest .box {margin: 0 0 0 10px;}
      #newsbox .news .box .scroll,
      #newsbox .rest .box .scroll {
        height:100px;/* -- 通常は200PX -- */
        overflow:auto;
        padding: 0 10px 0 0;
      }
}





/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ABOUT */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#about {
  width:100%;
  margin-bottom:80px;
}
  #about .imgmain {
    margin:0;
    padding: 20px 0;
    text-align:center;
    background-color:#f8eeec;
  }
  #about .text {
    margin:0 auto;
    padding: 20px 0;
    text-align:center;
  }

@media (max-width: 767px) {
  #about .imgmain img {
    width:80%;
  }
  #about .text {
    width:90%;
    margin:0 auto;
    text-align:center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #about .imgmain img {
    width:auto;
  }
  #about .text {
    width:80%;
    margin:0 auto;
    text-align:center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #about .imgmain img {
    width:auto;
  }
  #about .text {
    width:700px;
    margin:0 auto;
    text-align:center;
  }
}

@media (min-width: 1200px) {
  #about .imgmain img {
    width:auto;
  }
  #about .text {
    width:700px;
    margin:0 auto;
    text-align:center;
  }
}



/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* STAFF */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#staff {
  margin-bottom:80px;
}
  #staff .stafftextbox {
    text-align:center;
    margin: 0 20px 30px 20px;
  }
  #staff .box {}


  #staff .image {
    position:relative;
    margin:0 0 15px 0;
    padding:0;
    text-align:center;
  }

    #staff .image .staffimg {
      z-index:1;
      position: relative;
      overflow:hidden;
      border-radius:10px;
      -moz-border-radius:10px;
      -webkit-border-radius:10px;
    }

    #staff .image .stafficon {
      z-index:2;
      position:absolute;
      top:-10px;
      left:-10px;
      width:50px;
      height:50px;
    }
      #staff .image .stafficon img {
        width:50px;
        height:50px;
      }

  #staff .text {
    width:auto;
    margin:0 0 10px 0;
    padding:0;
    text-align:center;
  }
    #staff .text .name {
      color:#834350;
      font-weight:bold;
      font-size:1.1em;
      margin:0 0 2px 0;
      padding:0;
    }
    #staff .text .kind {
      color:#F16466;
      font-size:0.8em;
      line-height:1.0em;
      margin:0;
      padding:0;
    }

@media (max-width: 767px) {
  #staff .row {
    padding: 0 20px;
  }
  #staff .box {
    margin: 0 0 30px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #b08a92;
  }
    #staff .image img {
      width:70%;
    }

  #staff .text {
    height:3.0em;
    overflow:hidden;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #staff .box {
    margin: 0 0 20px 0;
    border:none;
  }
    #staff .image img {
      width:100%;
    }

  #staff .text {
    min-height:5.0em;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #staff .box {
    margin: 0 0 20px 0;
    border:none;
  }
    #staff .image img {
      width:100%;
    }

  #staff .text {
    min-height:5.0em;
  }
}

@media (min-width: 1200px) {
  #staff .box {
    margin: 0 0 20px 0;
    border:none;
  }
    #staff .image img {
      width:100%;
    }

  #staff .text {
    min-height:5.0em;
  }
}



/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* MENU */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#menu_main {
  width:100%;
  background-image:url(../images/common/img_menu_main.png);
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-size:100% auto;
  min-height:350px;
}
  
  #menu_main .text {
    margin: 0 auto;
  }
    #menu_main h3 {
      color:#834350;
      font-weight:bold;
      font-size:1.3em;
      padding:0;
    }
    #menu_main p {
      margin:0 0 0 0;
      padding:0;
    }

#menu {
  margin-bottom:80px;
  padding: 30px 0 50px 0;

  background-color:#f8eeec;
}

  #menu .menu_title {
    text-align:center;
    margin: 0 0 15px 0;
    padding: 50px 0 0 0;
  }

  #menu .box {}

  #menu .image {
    overflow:hidden;
    border-radius:200px;
    -moz-border-radius:200px;
    -webkit-border-radius:200px;
    margin:0 0 15px 0;
    padding:0;
    text-align:center;
  }

  #menu .text {
    width:auto;
    margin:0 0 10px 0;
    padding:0;
    text-align:center;
  }
    #menu .text .name {
      color:#834350;
      font-weight:bold;
      font-size:1.1em;
      margin:0 0 2px 0;
      padding:0;
    }
    #menu .text .price {
      color:#F16466;
      font-size:0.8em;
      margin:0;
      padding:0;
    }

  #menu .textbox_title {
    color:#834350;
    font-weight:bold;
    font-size:1.5em;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
    text-align:center;
    border-bottom: 1px dashed #EB6C6E;
  }
  #menu .textbox_titlesub {
    color:#834350;
    font-weight:bold;
    font-size:0.8em;
    margin:0 0 30px 0;
    padding:0;
    text-align:center;
  }

  #menu .textbox {
    margin:0 auto 50px auto;
    padding:0;
    text-align:left;
  }

    #menu .textbox .desc {
      font-size:1.0em;
      margin:0 0 20px 0;
      padding:0;
    }

    #menu .textbox .menu01 {
      font-weight:bold;
      color:#333333;
      font-size:1.1em;
      margin:0 0 5px 0;
      padding:0;
    }
    #menu .textbox .menu01:before {
      content:"";
      vertical-align:middle;
      background-image:url(../images/common/iconset_arrow.png);
      background-repeat:no-repeat;
      background-position:0 0;
      background-size:auto 30px;
      display:inline-block;
      width:30px;
      height:30px;
      margin:0 8px 0 0;
      padding:0;
    }
    #menu .textbox .menu01:before {background-position:  0px 0;}

    #menu .textbox .menu02 {
      font-weight:bold;
      color:#333333;
      font-size:1.1em;
      margin:0 0 5px 0;
      padding:0;
    }
    #menu .textbox .menu02:before {
      content:"";
      vertical-align:middle;
      background-image:url(../images/common/iconset_arrow.png);
      background-repeat:no-repeat;
      background-position:0 0;
      background-size:auto 20px;
      display:inline-block;
      width:20px;
      height:20px;
      margin:0 8px 0 10px;
      padding:0;
    }
    #menu .textbox .menu02:before {background-position:  -20px 0;}

    #menu .textbox .minidesc {
      color:#666666;
      font-size:1.0em;
      margin:0 0 20px 0;
      padding:0 0 0 38px;
    }

@media (max-width: 767px) {
  #menu_main { background-image:none;background-color:#f8eeec;}
  
    #menu_main .image {
      display:block;
      width:100%;
      margin: 0 0 30px 0;
    }
      #menu_main .image img {
        width:100%;
      }

    #menu_main .text {
      width:90%;
      padding: 0 0;
    }
      #menu_main h3 {
        width:100%;
        margin:0 0 20px 0;
      }
      #menu_main p {
        width:100%;
      }
 
  #menu .row {
    padding: 0 20px;
  }
  #menu .box {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
  }
  #menu .box:last-child {
    border:none;
  }
    #menu .image img {
      width:80%;
    }

  #menu .textbox {
    width:90%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #menu_main {}
  
    #menu_main .image {
      display:none;
    }

    #menu_main .text {
      width:80%;
      padding: 50px 0;
    }
      #menu_main h3 {
        width:300px;
        margin:0 0 20px 0;
      }
      #menu_main p {
        width:300px;
      }

  #menu .box {
    margin: 0 0 20px 0;
  }
    #menu .image img {
      width:100%;
    }

  #menu .textbox {
    width:500px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #menu_main {}
  
    #menu_main .image {
      display:none;
    }

    #menu_main .text {
      width:80%;
      padding: 50px 0;
    }
      #menu_main h3 {
        width:300px;
        margin:0 0 20px 0;
      }
      #menu_main p {
        width:300px;
      }

  #menu .box {
    margin: 0 0 20px 0;
  }
    #menu .image img {
      width:100%;
    }

  #menu .textbox {
    width:500px;
  }
}

@media (min-width: 1200px) {
  #menu_main {}
  
    #menu_main .image {
      display:none;
    }

    #menu_main .text {
      width:900px;
      padding: 50px 0;
    }
      #menu_main h3 {
        width:450px;
        margin:0 0 20px 0;
      }
      #menu_main p {
        width:450px;
      }

  #menu .box {
    margin: 0 0 20px 0;
  }
    #menu .image img {
      width:100%;

    }

  #menu .textbox {
    width:500px;
  }
}
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* CONTACT */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#contact {
  width:100%;
  margin-bottom:80px;
  text-align:center;
}
  #contact .textmain {
    margin:0 auto;
    padding: 20px 0;
    text-align:center;
  }

  #contact .row {
    margin:0 auto;
  }

  #contact .box {
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    background-color:#dcdd6d;
    text-align:center;
    padding:10px;
  }
    #contact .box img {
      width:80px;
      padding:20px 0 0 0;
    }
    #contact .text {
      margin:0 auto;
      padding: 0 0 20px 0;
      text-align:center;
    }

@media (max-width: 767px) {

  #contact .row {
    width:100%;
  }

    #contact .box img {
      width:60px;
      padding:20px 0 0 0;
    }
    #contact .text {
      font-size:1.0em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

  #contact .row {
    width:70%;
  }

    #contact .box img {
      width:80px;
      padding:20px 0 0 0;
    }
    #contact .text {
      font-size:1.2em;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

  #contact .row {
    width:70%;
  }

    #contact .box img {
      width:80px;
      padding:20px 0 0 0;
    }
    #contact .text {
      font-size:1.2em;
    }
}

@media (min-width: 1200px) {

  #contact .row {
    width:70%;
  }

    #contact .box img {
      width:80px;
      padding:20px 0 0 0;
    }
    #contact .text {
      font-size:1.2em;
    }
}



/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* RECRUIT */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#recruit {
  width:100%;
  margin-bottom:80px;
  text-align:center;
}
  #recruit .text {
    margin:0 auto;
    padding: 0 0 40px 0;
    text-align:center;
  }

@media (max-width: 767px) {
  #recruit .text {
    width:90%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #recruit .text {
    width:90%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #recruit .text {
    width:500px;
  }
}

@media (min-width: 1200px) {
  #recruit .text {
    width:500px;
  }
}



/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* MAILFORM */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#mailformopen {
  cursor:pointer;
}

.mailform {
  display:none;
  margin: 0 auto 20px auto;
  padding: 30px 0 0 0;
  text-align:center;
}
  .mailform .mailformbox {
    margin: 0 0 20px 0;
  }
  .mailform .mailformbox:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
  }
    .mailform .mailform_l {
      padding:0;
      text-align:left;
    }
      .mailform .mailform_l span {
        display:inline-block;
        font-size:0.8em;
        color:#FFF;
        background-color:#FFAA00;
        width:auto;
        margin:0 0 0 10px;
        padding:0 10px;
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
      }

    .mailform .mailform_r {
      padding:0;
      text-align:left;
    }
      .mailform .mailform_r .wid100 {
        width:100% !important;
      }

    .mailform .btn {
      background-color:#D7494B;
      color:#FFF;
      font-size:1.5em;
      font-weight:bold;
      margin: 0 10px;
      padding: 5px 15px;
    }

@media (max-width: 767px) {
  .mailform {
    width:90%;
  }
    .mailform .mailform_l {
      float:none;
      width:auto;
      margin:0 0 10px 0;
    }
    .mailform .mailform_r {
      float:none;
      width:auto;
      margin:0 0 20px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mailform {
    width:90%;
  }
    .mailform .mailform_l {
      float:none;
      width:auto;
      margin:0 0 10px 0;
    }
    .mailform .mailform_r {
      float:none;
      width:auto;
      margin:0 0 20px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mailform {
    width:600px;
  }
    .mailform .mailform_l {
      float:left;
      width:200px;
      margin:0 0 0 0;
    }
    .mailform .mailform_r {
      float:right;
      width:380px;
      margin:0 0 0 0;
    }
}

@media (min-width: 1200px) {
  .mailform {
    width:600px;
  }
    .mailform .mailform_l {
      float:left;
      width:200px;
      margin:0 0 0 0;
    }
    .mailform .mailform_r {
      float:right;
      width:380px;
      margin:0 0 0 0;
    }
}




/* ---------------------------------------------------------------------------------------------- */
/* ICON & BTN */
/* ---------------------------------------------------------------------------------------------- */

.icon01::before,
.icon02:before,
.icon03:before,
.icon04:before,
.icon05:before {
  content:"";
  vertical-align:middle;
  background-image:url(../images/common/iconset_arrow.png);
  background-repeat:no-repeat;
  background-position:0 0;
  background-size:auto 20px;
  display:inline-block;
  width:20px;
  height:20px;
  margin:0 8px 0 0;
  padding:0;
}
.icon01:before {background-position:  0px 0;}
.icon02:before {background-position:-20px 0;}
.icon03:before {background-position:-40px 0;}
.icon04:before {background-position:-60px 0;}
.icon05:before {background-position:-80px 0;}

.btn01 {
  background-color:#D7494B;
  color:#FFF;
  font-size:1.2em;
  font-weight:bold;
  margin: 0 10px;
  padding: 5px 15px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}



/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* COMMONBOX */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

.commonbox01 {
  width:100%;
  margin-bottom:80px;
  text-align:center;
}
  .commonbox01 .text {
    margin:0 auto;
    padding: 0 0 40px 0;
  }

@media (max-width: 767px) {
  .commonbox01 .text {
    width:90%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .commonbox01 .text {
    width:500px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .commonbox01 .text {
    width:500px;
  }
}

@media (min-width: 1200px) {
  .commonbox01 .text {
    width:500px;
  }
}





/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* FOOTER */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

footer {
  width:100%;
  margin:0;
  padding: 50px 0 0 0;
  text-align:center;
  background-color:#e3c5ba;
  background-image:url(../images/common/line02.png);
  background-repeat:repeat-x;
  background-position:50% 15px;
  background-size:20px auto;
}
  footer .logo {
    width:200px;
    margin:0 0 10px 0;
    text-align:center;
  }
  footer .title01 {
    color:#834350;
    font-weight:bold;
    font-size:1.1em;
  }
  footer .title02 {
    color:#FFF;
    font-weight:bold;
    font-size:0.8em;
    margin: 0 0 15px 0;
  }
  footer .text {
    margin: 0 0 20px 0;
  }
  footer .copy {
    color:#FFF;
    font-size:0.8em;
    margin: 0 0 0 0;
    padding:5px 0;
    background-color:#d29179;
  }

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

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

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}




/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* COMMON DETAIL */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

.f10px	{font-size: 10px;line-height: 14px;}
.f11px	{font-size: 11px;line-height: 15px;}
.f12px	{font-size: 12px;line-height: 16px;}
.f13px	{font-size: 13px;line-height: 17px;}
.f14px	{font-size: 14px;line-height: 18px;}
.f15px	{font-size: 15px;line-height: 19px;}
.f16px	{font-size: 16px;line-height: 20px;}
.f17px	{font-size: 17px;line-height: 21px;}
.f18px	{font-size: 18px;line-height: 22px;}
.f19px	{font-size: 19px;line-height: 23px;}
.f20px	{font-size: 20px;line-height: 24px;}
.f22px	{font-size: 22px;line-height: 26px;}
.f29px	{font-size: 29px;line-height: 31px;}

.fc01	{color: #F74DBF;}
.fc02	{color: #A57D47;}
.fc03	{color: #FF9900;}
.fc04	{color: #555555;}
.fc05	{color: #FFFFFF;}
.fc06	{color: #7B3C3E;}

.fbold	{font-weight: bold;}

.mt00{margin-top: 0px !important;}
.mt01{margin-top: 1px !important;}
.mt05{margin-top: 5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt55{margin-top:55px !important;}
.mt60{margin-top:60px !important;}

.mb00{margin-bottom: 0px !important;}
.mb01{margin-bottom: 1px !important;}
.mb05{margin-bottom: 5px !important;}
.mb06{margin-bottom: 6px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}

.ml00{margin-left: 0px !important;}
.ml05{margin-left: 5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}
.ml60{margin-left:60px !important;}

.mr00{margin-right: 0px !important;}
.mr05{margin-right: 5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}
.mr60{margin-right:60px !important;}

.mlr00{margin-left: 0px;margin-right: 0px !important;}
.mlr05{margin-left: 5px;margin-right: 5px !important;}
.mlr10{margin-left:10px;margin-right:10px !important;}
.mlr15{margin-left:15px;margin-right:15px !important;}
.mlr20{margin-left:20px;margin-right:20px !important;}
.mlr25{margin-left:25px;margin-right:25px !important;}
.mlr30{margin-left:30px;margin-right:30px !important;}
.mlr35{margin-left:35px;margin-right:35px !important;}
.mlr40{margin-left:40px;margin-right:40px !important;}
.mlr45{margin-left:45px;margin-right:45px !important;}
.mlr50{margin-left:50px;margin-right:50px !important;}

.div_l {float:left;}
.div_r {float:right;}
.text_l {text-align:left;}
.text_r {text-align:right;}
.text_c {text-align:center;}
.img_l00 {float: left;}
.img_r00 {float: right;}
.img_l10 {float: left;padding-right: 10px;}
.img_r10 {float: right;padding-left: 10px;}
.img_l15 {float: left;padding-right: 15px;}
.img_r15 {float: right;padding-left: 15px;}
.img_l20 {float: left;padding-right: 20px;}
.img_r20 {float: right;padding-left: 20px;}
