@charset "utf-8";
/**
 * style
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "import/reset.css";
@import "import/util.css";
@import "import/font-awesome.min.css";
@import "../common_icnFonts/icnFonts.css";
/* WEB FONTS - Noto Sans Japanese */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* WEB FONTS - Garamond */
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
/* WEB FONTS - Prata */
@import url(https://fonts.googleapis.com/css?family=Prata);
/* @import "../ext_{bukkenID}/{bukkenID}.css"; */

@font-face {
   font-family: hdrIcons;
   src: url('../fonts/Genericons.woff') format('woff'), url('../fonts/Genericons.ttf') format('truetype');
}

@media only screen and (max-width:960px){
}

@media only screen and (max-width:640px){
}

/**
 * 2. html, body
 */ 
    html {
      font-size: 62.5% !important; /* 62.5% = 10px = 1.0rem */
      height: 100%;
    }
    body {
        background-color: #fff;
        background-image: url(../imgs/space.gif);
        background-repeat: repeat-x;
        background-position: center top;
    }
    .page {
        min-width: 1000px;
        color: #333333;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.1em;
        font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    }
    @media screen and (max-width: 640px) {
    .page {
      min-width: inherit;
      min-width: auto;
/*      padding: 50px 0 0 0;*/
    }
    }
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
    a {
        background-color: transparent;
        background-image: none;
        background-repeat: no-repeat;
        background-position: top left;
        color: #0000ff;
        text-decoration: underline;
    }
    a:visited {}
    a:hover {
        color: #ff0000;
        background-position: bottom right;
        text-decoration: underline;
    }
    a:active {}

/* heading */
    .siteTitle {
        /*dont use <h1> selector*/
    }
    .contentTitle {
        /*dont use <h2> selector*/
    }

/* cap */
    .cap,
    .caption {
        background: none;
        color: #666666;
        font-size: 10px;
        line-height: 15px;
    }
    .cap {
        padding-top: 5px;
    }

/**
 * 4. Layout
 */
    #container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        background-color: transparent;
        background-image: url(../imgs/space.gif);
        background-repeat: repeat-y;
        background-position: center top;
        text-align: left;
    }
    #containerInner01 {
        background-color: transparent;
        background-image: url(../imgs/space.gif);
        background-repeat: no-repeat;
        background-position: center top;
    }
    #containerInner02 {
        background-color: transparent;
        background-image: url(../imgs/space.gif);
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    /* --------------------------------------------------
    #header
    ---------------------------------------------------*/
    #header {
      position: relative;
      width: 100%;
      background: #fff;
      box-sizing: border-box;
      zoom: 1;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
    }

    #header:after {
      content: ".";
      display: block;
      visibility: hidden;
      clear: both;
      height: 0;
      font-size: 0;
      line-height: 1;
    }

    #header.scroll {
      padding: 0 0 49px 0;
    }

    #header .wrap {
      max-width: 960px;
      position: relative;
      margin: 0 auto;
    }

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

    #header {
      position: fixed;
      top: 0;
      z-index: 9999;
      padding: 0 !important;
    }

    #header .wrap {
      max-width: 100%;
      width: 100%;
    }
    }

    h1.shldrTxt {
      text-align: right;
      font-size: 10px;
      font-size: 1rem;
      line-height: 32px;
      line-height: 3.2rem;
      padding: 0;
    }

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

    h1.shldrTxt {
      display: none;
    }
    }

    p.siteTitle {
      padding: 0 0 27px 0;
    }

    p.siteTitle a {
      display: block;
    }

    p.siteTitle.pc {
      display: block;
      width: 160px;
      margin-left: 16px;
    }


    p.siteTitle.sp {
      display: none;
    }

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

    p.siteTitle {
      text-align: center;
      padding: 16px 0;
    }

    p.siteTitle.pc {
      display: none;
    }

    p.siteTitle.sp {
      display: block;
    }
    }

    /* --------------------------------------------------
    .nav format
    ---------------------------------------------------*/
    .nav ul {
      text-align: center;
      font-size: 0;
      line-height: 1;
      box-sizing: border-box;
    }

    .nav ul li {
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box;
    }

    .nav ul li a {
    }

    .nav ul li:hover a,
    .nav ul li.on a {
    }

    .nav ul li.on a {
      font-weight: bold;
    }

    .nav ul li.off {
      pointer-events: none;
      opacity: .5;
      filter: alpha(opacity=50);
      -ms-filter: "alpha(opacity=50)";
      -moz-opacity: .5;
      -khtml-opacity: .5;
      zoom: 1;
    }

    /* --------------------------------------------------
    pNav
    ---------------------------------------------------*/
    #pNav {
      position: absolute;
      top: 32px;
      right: 0;
    }

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

    #pNav {
      width: 100%;
      top: 0;
      background: #000;
    }
    }

    #pNav ul {
      text-align: right;
    }

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

    #pNav ul {
      width: 100%;
      text-align: center;
    }
    }

    #pNav ul li {
      font-size: 0;
      line-height: 1;
    }

    #pNav ul li.ntt {
      display: block;
      padding: 0 16px 18px 0;
    }
    #pNav ul li.reserve {
      margin-left: 16px;
    }
    #pNav ul li.request,
    #pNav ul li.map {
      margin-left: 24px;
    }

    #pNav ul li.tel,
    #pNav ul li.menu {
      display: none;
    }

    @media screen and (max-width: 640px) {
    #pNav ul li.ntt,
    #pNav ul li.map,
    #pNav ul li.outline,
    #pNav ul li.reserve,
    #pNav ul li.request {
      display: none;
    }

    #pNav ul li.tel,
    #pNav ul li.menu {
      display: inline-block;
      text-align: center;
      width: 50%;
      height: 48px;
      line-height: 1;
      padding: 0;
      border-top: 1px solid #979796;
      border-bottom: 1px solid #979796;
      border-left: 1px solid #979796;
      box-sizing: border-box;
      background-color: #fff;
      color: #979796;
      font-size: 9px;
    }

    #pNav ul li.menu {
      border-right: 1px solid #979796;
    }

    #pNav ul li.tel a,
    #pNav ul li.menu a,
    #pNav ul li.menu .close {
      box-sizing: border-box;
      display: block;
      width: 100%;
      height: 100%;
      padding-top: 6px;
      padding-bottom: 4px;
      color: #979796;
      text-decoration: none;

    }
    #pNav ul li.menu .close {
      display: none;
    }

    #pNav ul li.tel a [class^="icon-"],
    #pNav ul li.menu a [class^="icon-"],
    #pNav ul li.menu .close [class^="icon-"] {
      display: block;
      font-size: 25px;
      margin-bottom: 4px;
      color: #b39f84;
     }
    }

    /* --------------------------------------------------
    gNav
    ---------------------------------------------------*/
    #gNav {
      position: relative;
      width: 100%;
      margin: 0 auto;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      z-index: 99999;
      overflow: hidden;
      border-bottom: 1px solid #cdcdcd;
      text-align: left;
    }

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

    #gNav {
      display: none;
      position: fixed;
      top: 48px;
      z-index: 99999;
      width: 100%;
      background: #fff;
    }
    }

    #gNav.fixed {
      position: fixed;
      top: 0;
    }

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

    #gNav.fixed {
      top: 48px;
    }
    }

    #gNav ul {
      position: relative;
      max-width: 960px;
      margin: 0 auto;
      padding: 0;
      text-align: left;
    }





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

    #gNav ul {
      text-align: center;
    }
    #gNav ul:after {
      display: none;
    }
    }

    #gNav ul li {
      width: 12.5%;
      text-align: center;
      position: relative;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 45px;
      line-height: 4.5rem;
/*      -webkit-transition: .3s;
         -moz-transition: .3s;
          -ms-transition: .3s;
           -o-transition: .3s;
              transition: .3s;*/

    }
    #gNav ul li strong,
    #gNav ul li:hover,
    #gNav ul li.on {
      background-color: #005447;
    }

    #gNav ul li.map,
    #gNav ul li.outline,
    #gNav ul li.request,
    #gNav ul li.reserve,
    #gNav ul li.close {
      display: none;
    }

    #gNav ul li a,
    #gNav ul li strong {
      position: relative;
      display: block;
      letter-spacing: 0.1px;
      text-decoration: none;
      color: #000;
      -webkit-transition: .3s;
         -moz-transition: .3s;
          -ms-transition: .3s;
           -o-transition: .3s;
              transition: .3s;
    }
    #gNav ul li a,
    #gNav ul li strong {
      padding: 35px 0;
    }
    #gNav ul li span {
        display: none;
    }
    #gNav.nav ul li:hover a,
    #gNav.nav ul li.on a {
        color: #6c1530;
    }
    #gNav ul li:after {
    }


    #gNav ul li.new:before {
      position: absolute;
      content:url(../imgs/icon-new_ov.png);
      top: 0;
      right: 0;
    }
    #gNav.nav ul li:after {
      display: none\9;
    }
    #gNav.nav ul li:hover:after,
    #gNav.nav ul li.on:after,
    #gNav ul li strong:after {
      display: block\9;
    }


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

    #gNav ul li a {
    }
    }


    #gNav ul li.on:before,
    #gNav ul li:hover:before,
    #gNav ul li strong:before {
      opacity: 1;
    }

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

    #gNav ul li {
      display: inline-block;
      width: 50%;
      line-height: 40px;
      line-height: 4rem;
      border-right: none;
      border-bottom: 1px solid #ccc;
      background-color: #F7F0EC;
    }

    #gNav ul li:nth-child(even) {
      border-left: 1px solid #ccc;
    }

    #gNav ul li.map,
    #gNav ul li.outline,
    #gNav ul li.request,
    #gNav ul li.reserve,
    #gNav ul li.close {
      display: inline-block;
    }

    #gNav ul li.close {
      width: 100%;
    }

    #gNav ul li a,
    #gNav ul li strong {
      padding: 0;
    }
    #gNav ul li a img,
    #gNav ul li strong img {
      display: none;
    }
    #gNav ul li span {
        display: block;
    }
    #gNav ul li:hover,
    #gNav ul li.on,
    #gNav ul li strong {
      background: #005446;
    }
    #gNav.nav ul li:hover a,
    #gNav.nav ul li.on a,
    #gNav ul li strong {
        color: #fff;
    }

    #gNav ul li:before {
      bottom: 0;
    }
    #gNav.nav ul li a {
        background: none!important;
        text-indent: 0;
    }
    }


  /* --------------------------------------------------
fNav
---------------------------------------------------*/
  #fNav {
    clear: both;
    padding: 9px 0 9px;
    color: #666666;
    line-height: 1;
    background-color: #f6efeb;
    position: relative;
    border-bottom: 5px solid #e8e1dc;
  }
  #fNav ul {
    margin: 0 auto;
    text-align: center;
  }
  #fNav li {
    display: inline-block;
    border-left: 2px solid #e6e2df;
  }
  #fNav li:first-child {
    border-left: none;
  }
  #fNav li a {
    color: #666;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: "メイリオ", "Meiryo", sans-serif;
    padding: 0 10px;
  }
  #fNav a:hover {
    color: #776249;
    text-decoration: none;
  }
  #fNav li.on a {
    color: #776249;
    font-weight: bold;
  }
  #fNav li.request,
  #fNav li.reserve {
    display: none;
  }

@media screen and (max-width: 640px) {
  #fNav  {
    padding: 0;
    border-bottom: none;
  }
#fNav ul {
  border-bottom: none;
  padding: 0;
  background: #fff;
  border-top: 1px solid #ccc;
}
}

#fNav ul li {
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
}

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

#fNav ul li {
  width: 50%;
  border-bottom: 1px solid #ccc;
  line-height: 40px;
  line-height: 4rem;
  position: relative;
}

#fNav ul li:nth-child(even) {
  border-left: 1px solid #ccc;
}

#fNav ul li.on,
#fNav ul li:hover {
}
}

@media screen and (max-width: 640px) {
#fNav ul li a {
  display: block;
  color: #000;
}

#fNav ul li.on,
#fNav ul li a:hover {
  background-color: #005446;
  color: #fff;
}
#fNav ul li.on:after {
  display: block;
  content: "";
  width: 100%;
  margin: 0;
  padding: 0;
}
#fNav li.on a {
  color: #fff;
  font-weight: normal;
}
#fNav li.request,
#fNav li.reserve {
  display: inline-block;
}
}

@media screen and (max-width: 640px) {
#fNav ul li:first-child:before,
#fNav ul li:after {
  display: none;
}
}


/* --------------------------------------------------
#footer
---------------------------------------------------*/
#footer {
  width: 100%;
  zoom: 1;
  background: #fff;
}

#footer:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 1;
}

#footer ul {
  text-align: center;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
}

#footer ul li {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
#footer ul li img {
  vertical-align: bottom;
  max-width: 100%;
}
#footer ul li.indent05 {
  text-indent: 0.5em;
}
#footer ul li.indent-05 {
  text-indent: -0.5em;
}
#footer .contact {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 32px;
}

#footer .contact ul {
}

#footer .contact ul li {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  padding: 0 20px;
}

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

#footer .contact {
  padding-top: 24px;
  padding-bottom: 0;
}

#footer .contact ul li {
  text-align: center;
  width: 90%;
  padding: 0 16px 16px;
}
#footer .contact ul li:last-child {
  padding-bottom: 0;
}
#footer ul li.indent05,
#footer ul li.indent-05 {
    text-indent: 0;
}
}

#footer .contact ul li.pc {
  display: inline-block;
}

#footer .contact ul li.sp {
  display: none;
}

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

#footer .contact ul li.pc {
  display: none;
}

#footer .contact ul li.sp {
  display: inline-block;
}
}

#footer .officialLink {
  padding-top: 32px;
  margin-bottom: 36px;
  text-align: center;
}

#footer .officialLink ul {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  margin-bottom: 10px;
}
#footer .officialLink ul li {
  padding-right: 32px;
  padding-left: 32px;
}

@media screen and (max-width: 640px) {
#footer .officialLink {
  padding-top: 16px;
  margin-bottom: 16px;
}
#footer .officialLink ul {
  width: 100%;
  display: block;
}
#footer .officialLink ul:first-child {
  padding-right: 0;
}
#footer .officialLink ul li {
  display: block;
  text-align: center;
  padding: 0 16px;
  margin-bottom: 34px;
}
#footer .officialLink ul li:first-child {
  padding-right: 16px;
}
#footer .officialLink ul li:last-child {
  margin-bottom: 0;
}
}

#footer .officialMenu {
  padding-bottom: 12px;
}

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

#footer .officialMenu {
  display: none;
}
}

#footer .officialMenu ul {
}

#footer .officialMenu ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0 12px;
}

#footer .officialMenu ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}
#footer .officialMenu ul li a:hover {
  text-decoration: underline;
}

#footer .officialMenu ul li a:before {
  display: inline-block;
  content: "＞";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}

/* --------------------------------------------------
copyright
---------------------------------------------------*/
#copyright {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 2.4rem;
}
/* --------------------------------------------------
pagetop
---------------------------------------------------*/
#pagetop {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  display: block;
  background-color: #002f23;
  text-align: center;
  font-family: serif;
  -webkit-transition: .3s;
     -moz-transition: .3s;
      -ms-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
}
#pagetop a .inner {
  padding: 9px 0 8px;
}
#pagetop:hover {
  background-color: #294f45;
}

@media only screen and (max-width: 640px) {
#pagetop {
  text-align: center;
  position: static;
  width: 100%;
}
#pagetop a .inner {
  width: 100%;
  padding: 20px 0;
}
}
/* alt text to span */
    img.toText {
		padding: 0 20px 0 0;
		margin: 0;
    }

    span.altText {
        display: none;
    }

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


        img.toText {
            display: none;
        }

        span.altText {
            display: inline;
        }
    }
/* ---------------------------------------------------------
pop
----------------------------------------------------------*/
#pop .page {
  min-width: 750px;
}
#pop .shldrTxt,
#pop #pNav .outline,
#pop #pNav .map,
#pop #gNav,
#pop #pagetopPc,
#pop #fNav,
#pop .officialMenu {
  display: none;
}
#pop #header {
  background: transparent url(../imgs/pop/bg-line.png) bottom left repeat-x;
  padding-bottom: 20px;
}
#pop #header .wrap {
  width: 100%;
}
#pop p.siteTitle.pc {
  padding-top: 16px;
}
#pop #pNav {
  top: 16px;
}
#pop #pNav ul li.ntt {
  padding-bottom: 34px;
}
#pop #pNav ul li.reserve {
  padding-right: 16px;
}
ul.bt {
  text-align: center;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  max-width: 640px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

ul.bt li {
  display: inline-block;
  width: 25%;
  padding: 1%;
}
ul.bt li a {
  display: block;
  background: #fff;
  max-width: 160px;
  margin: 0 auto;
}
#pop #footer {
  border-top: 1px solid #333;
}
#pop #finfo {
  display: none;
}
#pop #footer .contact {
  padding-top: 24px;
  padding-bottom: 0;
}
#pop #footer .contact ul li {
  text-align: center;
  padding: 0 16px 16px;
  display: block;
  text-align: center;
}
#pop #footer .contact ul li:last-child {
  padding-bottom: 0;
}

#pop #footer .contact ul li.tel {
  margin-bottom: 16px;
}
#pop #footer .contact ul li.sp {
  display: none;
}
#pop #footer .contact ul li br {
  display: none;
}
#pop #footer .contact ul li.indent05,
#pop #footer .contact  ul li.indent-05 {
  text-indent: 0;
}
#pop #footer .contact ul li.indent05 {
  margin-bottom: 16px;
}
#pop #footer .contact ul li.indent-05 {
  padding-top: 16px;
}
#pop #footer .officialLink {
  padding-top: 20px;
  margin-bottom: 16px;
}
#pop #footer .officialLink ul {
  display: block;
  width: 100%;
}
#pop #footer .officialLink ul li {
  margin-bottom: 34px;
}
#pop #footer .officialLink ul:first-child {
  margin-bottom: 21px;
}
@media screen and (max-width: 640px) {
  #pop .page {
    min-width: inherit;
    min-width: auto;
  }
  #pop #pNav {
    top: 0;
  }
  #pop #footer .contact ul li {
    display: inline-block;
  }
  #pop #footer .contact ul li br {
    display: inline;
  }
  #pop #footer .contact ul li.indent05 {
    margin-bottom: 0;
  }
  #pop #footer .contact ul li.pc {
    display: none;
  }
  #pop #footer .contact ul li.sp {
    display: inline-block;
  }
  #pop #footer .contact ul li.indent-05 {
    padding-top: 0;
  }
  #pop #footer .officialLink ul:first-child {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 480px) {
  ul.bt li {
    width: 50%;
  }
  ul.bt li.print {
    display: none;
  }
}



/* content */

#mainContent {
    width: 100%;
    background-image: url(../imgs/main-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 60px;
    box-sizing: border-box;
}

h2 {
    text-align: center;
    padding: 50px 10px;
}

h2 img {
    max-width: 100%;
}

#mainContent .section {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../imgs/section-bg.png);
    border-top: 4px solid #9AC5AE;
    box-sizing: border-box;
    padding: 20px 35px 30px;
/*    margin-bottom: 50px;*/
    overflow: hidden;
    box-shadow: 0px 3px 3px #999;
}

#mainContent .section img {
    max-width: 100%;
}

#CV {
    text-align: center;
    width: 100%;
}
#CV img {
    margin-right: 10px;
}

.bottomArea {
    background-color: #FFF;
	padding-bottom:40px;
}

.bottomArea .wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.bottomArea .cap {
    letter-spacing: 0;
}

@media only screen and (max-width:999px){
    #mainContent .section {
        width: auto;
    }
    #mainContent {
        padding-left: 10px;
        padding-right: 10px;
    }
    #mainContent .section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bottomArea {
        padding: 0 10px 40px 10px;
    }
}


#MAINMASK {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.70);
    z-index: 999;
    top: 0;
    left: 0;
}

/* yokoku */
.yokoku {
    font-size: 0;
    letter-spacing: -0.4em;
    color: #777;
}
.yokoku .ttl {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 8%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #777;
    margin-right: 1%;
    font-size: 14px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #000;
}
.yokoku .txt {
    width: 91%;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #000;
}
@media only screen and (max-width:800px){
    .yokoku .ttl {
        width: auto;
        height: auto;
        line-height: 1.8;
        padding: 1%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .yokoku .txt {
        display: block;
    }
}
.spTell {
    display: none;
}
@media only screen and (max-width:768px) {
.pcTell {
    display: none;
}
.spTell {
    display: block;
}

}
@media only screen and (max-width:640px) {
#CV img {
	margin-right: 0;
	margin-bottom: 20px;
    max-width: 100%;

}
}

.bnr-kimete{
	display:none;
}

@media only screen and (max-width:1000px){
	 .bnr-kimete{
		display:block;
	}
}

@media screen and (max-width: 640px) {
#mainContent .section {
    padding: 0px 35px 20px;
}
}

@media only screen and (max-width: 999px) {
#mainContent .section {
    padding-left: 10px;
    padding-right: 10px;
}
}