@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body {
  font: 14px/1.9 'Noto Sans JP', 'M PLUS 1p', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust:100%;
  overflow-x: hidden;
  color: #333;
  background: #faf9f9;
}

a {
  color: #0066ff;
  text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus {
  outline:0;
}


/* ヘッダー
------------------------------------------------------------*/
#mainnav a{
  color: #000;
  font-family: 'Modern Antiqua', 'M PLUS 1p', 'Noto Sans JP',serif;
}


/* フッター
------------------------------------------------------------*/
#footer{
  clear: both;
  padding: 50px 10px 50px 0;
  text-align: center;
  font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2, h3, h4{
  font-family: 'Modern Antiqua', 'M PLUS 1p', 'Noto Sans JP',serif;
}

img{
  max-width: 100%;
  height: auto;
}

section{
  clear: both;
}

section h1{
  width: 90%;
  margin: 30px auto;
  font-size: 22px;
  font-weight:normal;
  text-align: center;
}

section h2{
  width: 83%;
  margin: 120px auto 80px auto;
  font-size: 20px;
  font-weight:normal;
  text-align: center;
}

section h2 span {
  padding-bottom: 20px;
  border-bottom: 3px solid #000;
}

section p {
  width: 100%;
  padding-bottom: 60px;
  text-align: left;
}

section h3{
  font-size: 1.5em;
  padding: 40px 0 10px 0px;
  font-weight:normal;
}

section h4{
  margin: 10px auto;
  font-size: 1.2em;
  font-weight:normal;
  text-align: left;
}

header p {
  text-align: center;
}

pre {
  margin: 1em 0;
  padding: 1em;
  border-radius: 5px;
  background: #25292f;
  color: #fff;
  white-space: pre-wrap;
}

.inner{
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #a0a0a0;
}

/* ???
.inner li {
  margin: 0 0 10px 0px;
}
*/

#sec03 .inner, #sec04 .inner{
  border-bottom: 1px solid #a0a0a0;
}

.innerS{
  width: 62%;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: center;
  font-size: 1.4em;
}

.col4 .img{
  margin: 0 auto;
}

.col2 li{
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

.copy--title{
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 80px;
}

.title {
  font-weight: bold;
  padding: 10px 0 10px 0;
  text-align: center;
}

.from--right {
  text-align: right;
  margin: 100px 0 0 0;
}

.from--center {
  text-align: center;
  margin: 100px auto 50px auto;
}

.copyright {
  text-align: center;
  margin: 50px auto 50px auto;
}



/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
  padding: 0 !important;
}

/*
#sec02 header{
  display: none;
}
*/

#gallery{
  overflow: hidden;
}

#gallery li{
  float: left;
  width: calc(100%/3);
  line-height: 0;
}
#gallery li.full{
  width: 100%;
}


#gallery img{
  display: block;
  width: 100%;
  height: auto;
}


/* SEC03 BRAND
------------------------------------------------------------*/
.col4 .img{
  margin: 0 auto;
}



/* SEC04 PROJECT
------------------------------------------------------------*/
#sec04{
  padding-bottom: 0 !important;
}

.article{
  clear: both;
  overflow: hidden;
  padding-bottom: 50px;
}

.article img{
  float: left;
  margin: 5px 20px 20px;
}

.article p{
  margin-bottom: 20px;
}



/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
  margin-bottom: 5px;
}

.col2 li{
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

#map{
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  z-index: 0;
}

#map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
  body{
    font-size:14px;
  }

  section h2 span {
    padding-bottom: 10px;
  }
  
  #wrapper{
    width: 100%;
  }
  
  #content{
    width: 80%;
  }
  
  #sidebar{
    width: 12%;
    position: fixed;
    top: 0;
    right: 4%;
    background: #faf9f9;
  }
  
  a#menu{
    display:none;
  }  

  .panel{
    display:block !important;
  }
  
  #sidebar h1{
    padding: 30px 0;
  }

  #mainnav li{
    font-size: 14px;
    padding: 10px 0;
  }
  
  #sns{
    margin-top: 50px;
  }
  
  #sns li{
    display: inline-block;
    padding-right: 10px;
  }

  #sns a:hover img{
    opacity: .8;
  }
  
  /* SEC03 BRAND
  -----------------*/
  .col4 .col3{
    text-align: center;
  }

  .col3 li{
    display: inline-block;
    width: 27%;
    padding: 0 3%;
    vertical-align: top;
    text-align: center;
  }

  .col4 li{
    display: inline-block;
    width: 18%;
    padding: 0 3%;
    vertical-align: top;
    text-align: center;
  }
  
  #map iframe{
    height: 200px !important;
  }
  
  #footer{
    padding: 30px 10px 70px 0;
  }
}


@media only screen and (min-width: 641px){
  .col2 li{
    width: 60%;
    vertical-align: top;
  }
  .col2 li:first-child{
    width: 35%;
    padding-right: 4%;
  }
}

@media only screen and (max-width: 640px){
  .innerS{
    width: 90%;
    padding-bottom: 30px;
  }
  #gallery li{
    float: none;
    width: 100%;
  }
  .article img{
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  #map iframe{
    width: 96% !important;
    left: 2%;
  }
}

@media only screen and (max-width: 799px){
  section h2 span {
    padding-bottom: 10px;
  }

  #sidebar{
    position: fixed;
    width: 100%;
    z-index:500;
  }
  
  #sidebarWrap{
    position: relative;
    width: 100%;
    height: 60px;
    background: #dadada;
    border-bottom: 1px solid #ccc;
  }
  
  #sidebar h1{
    text-align: center;
    padding-top: 15px;
  }
  
  #sidebar h1 img{
    width: auto !important;
    max-height: 25px;
  }
  
  a#menu{
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px 10px 10px 10px;
  }

  #menuBtn{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #000;
    transition: .2s;
  }

  #menuBtn:before, #menuBtn:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #000;
    transition: .3s;
  }

  #menuBtn:before{
    margin-top: -7px;
  }

  #menuBtn:after{
    margin-top: 5px;
  }

  a#menu .close{
    background: transparent;
  }

  a#menu .close:before, a#menu .close:after{
    margin-top: 0;
  }

  a#menu .close:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  a#menu .close:after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .panel{
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: -10px;
    z-index: 100;
  }

  #mainnav{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
  }

  #mainnav ul{
    border-bottom: 1px solid #ccc;
    background: #dadada;
    text-align: left;
  }

  #mainnav li a{
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 400;
  }
  #mainnav li a:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #mainnav #sns li{
    display: inline-block;
  }
  #mainnav #sns li a{
    position: relative;
    display: inline-block;
    padding: 15px 10px 0;
    border: 0;
  }
  #mainnav #sns li a:before{
    border: 0;
  }
  .col4 li{
    margin: 0 auto 50px;
    display: block;
    text-align: center;
  }
  section h2{
    margin: 55px auto;
  }
}

table{
  border-collapse:collapse;
  margin: 0 0 0 10px;
}

td,th{
  text-align: left;
  padding:10px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
table tr th:nth-child(odd),
table tr td:nth-child(odd){
  background:#e6f2ff;
}

table li {
  list-style: disc;
  margin: 0 0 5px 20px;
  text-align: left;
}

ul.list li {
  list-style: disc;
  margin: 10px 0 0 20px;
}

li p {
  text-align: left;
  padding-bottom: 0px;
}

div.order {
  text-align: center;
  margin: 50px 0 0 20px;
}

div.block {
  margin-top: 100px;
}

.article{
  clear: both;
  overflow: hidden;
  padding-bottom: 50px;
}

.article img{
  float: left;
  margin: 5px 20px 20px;
}

.article p{
  margin-bottom: 20px;
  text-align: left;
}

.article ul, .accordion-content ul {
  list-style: inherit;
}

.article li {
  margin: 0 0 5px 20px;
}


.btn,
a.btn,
button.btn {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  width: 100px;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.hljs {
  display: contents;
}

.accordion-check{
  display: none;
}
.accordion-label{
  background: #f2f2f2;
  border-radius: 5px;
  display: block;
  margin-bottom: 5px;
  padding: 10px;
}
.accordion-content{
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.accordion-check:checked + .accordion-label + .accordion-content{
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.box {
  position: relative;
  margin: 2em 0;
  padding: 1.5em 1em;
  border: solid 1px #a0a0a0;
  border-radius: 8px;
}
.box .box-title {
  position: absolute;
  display: inline-block;
  top: -12px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 1.2em;
  background: #faf9f9;
  color: #a0a0a0;
}

.box p {
  margin: 0; 
  padding: 0;
}

.cover {
  position: relative;
}

.cover img {
  width: 100%;
  opacity: 95%;
}

.cover a {
  color: inherit;
  text-decoration: none;
}
  
.cover p {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 20px 0 20px 0;
  color: #E16D19;
  font-size: 1.8em;
  text-align: center;
  text-shadow: 0px 0px 20px #fff;
  background: rgba(255, 255, 255, 0.3);
}

.cover p .fa {
  display: block;
  padding-bottom:10px;
  font-size: 3em;
  color: rgba(255, 255, 255, 0.6);
}