@charset "utf-8";

/* default
-----------------------------------------------------------*/

/*********************************************************
 reset
*********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
:focus {
  outline: 0;
}
 
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
}


@font-face {
  font-family: 'GenJyuuGothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../common/fonts/GenJyuuGothic-Regular.eot");
  src: url("../common/fonts/GenJyuuGothic-Regular.woff") format("woff"), url("../common/fonts/GenJyuuGothic-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'GenJyuuGothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../common/fonts/GenJyuuGothic-Bold.eot");
  src: url("../common/fonts/GenJyuuGothic-Bold.woff") format("woff"), url("../common/fonts/GenJyuuGothic-Bold.ttf") format("truetype"); }


/*********************************************************
 共通
*********************************************************/
body {
  /*font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: 'GenJyuuGothic';
  font-size: 18px;
  line-height: 1.6;
  color: #473933;
  background: #fff;
  text-align: center;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}
a, a:hover, a:focus {
  color: #473933;
}
a:hover {
  text-decoration: none;
}
a img {
  transition: opacity .5s ease;
}
a:hover img {
  opacity: .8;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block; }
/* End hide from IE-mac */


.sp {
  display: none;
}

.ssmall {
  font-size: 70%;
}
.ls {
  letter-spacing: -0.05em;
}
.block {
  display: block;
}

.link_u_line{
 text-decoration: underline;
}

.regTop {
  font-size: 80%;
  vertical-align: super;
}
.regBtm {
  font-size: 80%;
  vertical-align: bottom;
}


@media screen and (max-width: 798px) {
  body {
    font-size: 16px;
  }
  a:hover {
    text-decoration: underline;
  }
  a:hover img {
    opacity: 1;
  }
  body {
    overflow-x: hidden;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #wrapper {
    overflow: hidden;
    padding-top: 65px;
  }

}
@media screen and (max-width: 640px) {
  body {
    font-size: 12px;
  }
  #wrapper {
    padding-top: 55px;
  }
}
@media screen and (max-width: 320px) {
  body {
    font-size: 11px;
  }
}

/* mainImg */
#mainImg {
  position: relative;
}
#mainImg #conceptMain img {
  width: 100%;
  max-width: 2000px;
  display: block;
  margin: 0 auto;
}
#mainImg .wave {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  z-index: 100;
  background: url(../img/bg_wave.png) repeat-x center top;
}
@media screen and (max-width: 798px) {
  #mainImg .wave {
    display: none;
  }
}


/* contactbtn */
#contactbtn {
  position: fixed;
  right: 0px;
  top: 150px;
  z-index: 5000;
}

#contactbtn a {
  position: relative;
  display: block;
  width: 46px;
  height: 110px;
  padding-top: 30px;
  padding-right: 19px;
  padding-bottom: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  /*border: 1px solid #fff;*/
  color: #fff;
  background: #ccc;
  background: rgba(72,57,51,100);
  /*border-radius: 5px;*/
  transition: opacity .5s ease;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl; 
  writing-mode: vertical-rl;
  text-orientation: upright;
}

#contactbtn a:hover {
  opacity: .8;
}

#contactbtn a:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -6px;
  width: 10px;
  height: 10px;
  border: 0px;
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 798px) {
  
  #contactbtn a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 640px) {
  #contactbtn {
    right: 0;
    bottom: 10px;
    top: 80px;
  }
 
  #contactbtn a {
    width: 26px;
    height: 90px;
    padding-top: 15px;
    padding-right: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    transition: opacity .5s ease;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

