

@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("/campaign/assets/common/fonts/GenJyuuGothic-Regular.eot");
  src: url("/campaign/assets/common/fonts/GenJyuuGothic-Regular.woff") format("woff"), url("/campaign/assets/common/fonts/GenJyuuGothic-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'GenJyuuGothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/campaign/assets/common/fonts/GenJyuuGothic-Bold.eot");
  src: url("/campaign/assets/common/fonts/GenJyuuGothic-Bold.woff") format("woff"), url("/campaign/assets/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;
}

.regTop {
  font-size: 80%;
  vertical-align: super;
}
.regBtm {
  font-size: 80%;
  vertical-align: bottom;
}

nav {
  float: right;
}

nav ul {
	display: flex;
	flex-flow: row;
	margin: 0;
	padding: 0px 2px 0 0;
	list-style-type: none;
}
nav a {
	display: block;
  color: #473933;
	text-decoration: none;
}

#header{
  background: #fff;
}

#header h1{
  float: left;
}

#header h2{
  text-align: right;
  margin: 0 20px 10px 0;
}

#header h2 img{
  width: 36%;
  margin: 0 0 0 0;
}



@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;
  }
}
/* header */
#header {
  position: relative;
  padding: 15px 0 0 20px;
  z-index: 1000;
  background: #fff;
  height: 110px;
}
header h1 {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 798px) {
  #header {
    position: fixed;
    width: 100%;
    height: 65px;
    top: 0;
    left: 0;
    padding: 10px 0 0;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
  }
  #header h1 {
    height: 45px;
  }
  #header h1 a {
    display: inline-block;
  }
  #header h1 img {
    height: 45px;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #header {
    height: 55px;
  }
  #header h1,
  #header h1 img {
    height: 35px;
  }
  #header h1 {
    text-align: left;
    padding-left: 10px;
  }

}

/* mainImg */
#mainImg {
  position: relative;
}
#mainImg #conceptMain img {
  width: 100%;
  max-width: 2000px;
  display: block;
  margin: 0 auto;
}

/* 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);
}


/* pagetop */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5000;
}
#pagetop a {
  position: relative;
  display: block;
  width: 60px;
  height: 25px;
  padding-top: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  border: 1px solid #fff;
  color: #fff;
  background: #ccc;
  background: rgba(100,100,100,0.5);
  border-radius: 5px;
  transition: opacity .5s ease;
}
#pagetop a:hover {
  opacity: .8;
}
#pagetop 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;
  }

  #pagetop {
    right: 15px;
    bottom: 15px;
  }
  
  #pagetop 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;
  }
 
  #pagetop {
    right: 10px;
    bottom: 10px;
  }
  
  #pagetop a {
    width: 35px;
    height: 35px;
    padding-top: 0;
    font-size: 0;
    border-radius: 100%;
    text-indent: -999em;
  }
}

/* footer */
#footer {
  width: 100%;
  background: #F7F7F7;
}

#footerBnrs {
  width: 80%;
  margin: 0 auto;
}

#footerBnrs li {
  width: 18%;
  float: left;
  padding: 2% 0 2%;
}

#footerBnrs li a {
  display: block;
  margin: 0 10px;
}

#footerBnrs li img {
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
}

#footer .snsbnrcon {
  background: #fff;
  padding-bottom: 2%;
}

#footer .snsbnrcon2 {
  background: #fff;
  padding-bottom: 2%;
  border-top: 1px solid #ddd;
}


#footer .copyright {
  padding: 30px 0 25px;
  font-size: 140%;
  font-weight: bold;
  color: #333;
  background: #F5F5EE;
}

.sns{
  width: 8%;
  margin: 0 auto;
  padding: 2% 0;
  display:flex;
  display:-webkit-box;
  display:-ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.sns-item01{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 50%;
  padding: 2%;
  flex-wrap:wrap;
  -ms-flex-wrap: wrap;
  align-content: flex-start;/*垂直上につめる*/
  text-align: left;
}

.sns-item02{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 50%;
  padding: 2%;
  flex-wrap:wrap;
  -ms-flex-wrap: wrap;
  align-content: flex-start;/*垂直上につめる*/
  text-align: left;
}

.ja_g_osk{
  width: 20%;
  margin: 0 auto;
}

.ja_g_osk img{
  width: 100%;
}


@media screen and (max-width: 981px) {
  .sns{
  width: 18%;
  }
  .ja_g_osk{
    width: 35%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 798px) {
  #footerBnrs {
    padding: 0 5px;
  }
  #footerBnrs li a {
    margin: 0 5px;
  }
  #footer .copyright {
    padding: 40px 0 20px;
  }
  
  .sns{
    width: 18%;
    padding: 4% 0 0;
  }

  .ja_g_osk{
    width: 40%;
    margin: 4% auto;
  }
}

@media screen and (max-width: 640px) {
  
  #footerBnrs {
    padding: 0 5px;
  }
  #footerBnrs li {
    width: 50%;
    padding-top: 10px;
  }
  #footer .copyright {
    padding: 20px 0;
    font-size: 10px;
  }
  
  .sns{
    width: 22%;
    margin: 0 auto;
    padding: 4% 0 0;
    display:flex;
    display:-webkit-box;
    display:-ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .ja_g_osk{
    width: 40%;
    margin: 4% auto;
  }

}




