@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
/* 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;
}
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%;
 height: 35px
}
img, abbr, acronym, fieldset {
  border: 0;
}
body {
  font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  overflow-x: auto;
  color: #000;
  background: #fff;
}
a {
  color: #0066ff;
  text-decoration: none;
}
a:hover, .active {
  text-decoration: underline;
}
a:active, a:focus, input:active, input:focus {
  outline: 0;
}
/* ナビバー
------------------------------------------------------------*/
#header {
  background-color: #FFF5EE;
  color: #000000;
  height: 65px;
}
nav#header > .show {
  background-color: #FFF5EE;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-nav.mr-auto li a {
  color: #000000;
}
#navbar-header ul {
  width: 100%;
}
#navbar-header li {
  flex: 110%;
  display: block;
}
/* メインイメージ
------------------------------------------------------------*/
#mainnav a {
  color: #000;
}
#mainImg {
  text-align: center;
  width: 100%vw;
}
/* フッター
------------------------------------------------------------*/
#footer {
  clear: both;
  padding: 50px 10px 50px 0;
  text-align: center;
  font-size: 12px;
  background-color: #FFF5EE;
}
/* 共通
------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
section {
  clear: both;
  padding-top: 50px;
}
section h2 {
  font-family: 'Pacifico', cursive;
  width: 80%;
  margin: 0 auto;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  background: url(../images/borderBlack.png) repeat-x 0 50%;
  background-size: 1px 1px;
}
section h2 span {
  background: #fff;
  padding: 0 80px;
}
.inner {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.innerS {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 80px;
}
/* SEC02 Gallery
------------------------------------------------------------*/
#sec02 {
  padding: 0 !important;
}
#sec02 header {
  display: none;
}
#gallery li {
  float: left;
  width: calc(100%/3);
  line-height: 0;
}
#gallery img {
  width: 60%;
  height: auto;
}
/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img {
  width: 100%;
  margin-bottom: 30px;
}
/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img {
  display: block;
  margin: 0 auto 5px;
}
.col3 li {
  line-height: 2.0;
  display: inline;
}
.col3 .img {
  padding: 0px;
  margin-bottom: 30px;
  line-height: 0 !important;
  background: #f6f6f6;
}
#sec04_02 {
  background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding: 220px 20px;
}
#sec04_02 img {
  width: auto;
}
/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p {
  margin-bottom: 5px;
}
.col2 li {
  width: 100%;
  margin: 20px 0;
}
#sns img {
  padding: 35px 10px 5px 0;
}
#sns a:hover img {
  opacity: .8;
}
#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;
}
#sec05 .innerS #sns {
  text-align: center;
}
/*li .btn.btn-link {
  color: #23577A;
  font-family: Osaka-mono, "MS Gothic", monospace;
  border-color: #1D33B9;
  display: block;
  width: 100%;
  height: 2em;
}*/
li p {
  text-align: center;
}
li .text-left {
  text-decoration: none;
}
ul .col2 {
  position: absolute;
}
.startbox {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  width: 100%;
  min-width: 400px;
  background-color: #F7F7F7;
  margin-top: 15px;
}
.startbox p {
  margin-left: 15px;
}
header .text-center strong {
  color: #FFFFFF;
  font-size: x-large;
}
ul li a {
  color: #FFFFFF;
}
#main .container-fluid {
  width: 100%;
  height: auto;
}
.col-sm-12.col-md-4.albiita_deha .albiita-deha-inner {
  background-color: #fdf5e6;
  padding: 40px;
  width: auto;
  height: 100%;
}
.col-sm-12.col-md-4.albiita_deha {
  margin-bottom: 10px;
}
ul {
  list-style-type: none;
}
ul .course {
  display: inline;
}
.col-sm-12.col-md-4.course-box {
  text-align: center;
  margin-top: 10px;
}
.course-box .course-box-innner {
  background-color: #D3D3D3;
  text-align: center;
  height: 100%;
  position: relative;
  margin-bottom: 50px;
}
.course-box-innner button {
  border: thin solid #FFFFFF;
  background-color: #FFFFFF;
  width: 80%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.course-box-innner button a {
  color: #000000;
}
.row .course.col-sm-12.col-md-3 a {
  color: #000000;
}
.text-center u a {
  color: #000000;
}
.col2 li a {
  color: #000000;
}
.row .course.col-sm-12.col-md-4 a {
  color: #000000;
}
#main #sec05 #sns {
  background-color: #EEEEEE;
}
.row .col-sm-6.col-md-3 .text-center {}
#sec03 .container-fluid .row {
  background-color: #EEEEEE;
}
.row .col-xs-12 h4 {
    background-color: #FFF5EE;
}
.row .col-xs-12 h4 {
    color: #6F6F6F;
}
tbody tr th {
    background-color: #EEEEEE;
}
.row .col-xs-12 h6 {
}
.row .col-sm-12 h4 {
    background-color: #FFF5EE;
    color: #787878;
}
.course.col-sm-12.col-md-4 a strong {
    color: #000000;
}
#main header div {
    background-color: #FECAB9;
}
#main header div {
    background-color: #FFF5EE;
}








/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
  .inner {
    width: 1024px;
  }
}
@media only screen and (min-width: 800px) {
  body {
    font-size: 14px;
  }
  a#menu {
    display: none;
  }
  .panel {
    display: block !important;
  }
  #mainnav li {
    display: inline-block;
    padding: 50px 25px;
    font-size: 15px;
  }
  /* SEC03 PROJECT
	-----------------*/
  .col3 {
    text-align: center;
  }
  .col3 li {
    display: inline-block;
    width: 30%;
    margin-bottom: 0;
    vertical-align: top;
    text-align: center;
  }
  #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: 94%;
    padding-bottom: 70px;
  }
  .col3 li {
    line-height: 1.7;
  }
  .col3 img {
    margin: 0 auto;
  }
  .col3 .img {
    padding: 30px;
    margin-bottom: 20px;
  }
  #gallery li {
    float: none;
    width: 100%;
  }
  #map iframe {
    width: 96% !important;
    left: 2%;
  }
  #sec04_02 {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 799px) {
  #header {
    position: fixed;
    width: 100%;
    z-index: 500;
  }
  #headerWrap {
    position: relative;
    width: 100%;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  #header h1 {
    padding-top: 10px;
  }
  #header h1 img {
    margin-top: 3px;
    max-height: 45px;
    width: auto !important;
  }
  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }
  #menuBtn {
    display: block;
    position: absolute;
    top: 60%;
    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: 0;
    z-index: 100;
  }
  #mainnav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
  }
  #mainnav ul {
    border-bottom: 1px solid #ccc;
    background: #fff;
    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);
  }
  #mainImg {
    z-index: -100;
  }
  .col3 li {
    margin: 50px auto 0 auto;
    display: block;
  }
  section {
    padding-top: 50px;
  }
  section h2 {
    margin: 0 auto 20px;
  }
  section h2 span {
    padding: 0 30px;
  }
}
.col-sm-12.col-md-4 .img {
  text-align: center;
}


@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.gotoimg-box {
	padding-top: 20px;
	padding-bottom: 20px;
}

.gotoimg {
	text-align: center;
    margin-top: 25px;
}