@charset "UTF-8";
/* ーーーーーーーーーーーーーーーーーーーー
 ブレークポイント設定
ーーーーーーーーーーーーーーーーーーーー */
/* 変数 -----*/
/* ーーーーーーーーーーーーーーーーーーーー
UIKIT リセット
ーーーーーーーーーーーーーーーーーーーー */
.uk-navbar {
  background: white;
  padding: 10px 20px;
}

@media (max-width: 479px) {
  .uk-navbar {
    padding: 10px;
  }
}

.uk-navbar h1 {
  margin: 0px auto;
  padding: 0px;
}

.uk-navbar-nav > li.uk-open > a,
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus {
  background-color: transparent;
}

.uk-navbar-nav > li > a:active {
  background-color: transparent;
}

.uk-vertical-align-bottom, .uk-vertical-align-middle {
  font-size: inherit !important;
}

/* ーーーーーーーーーーーーーーーーーーーー
BODY
ーーーーーーーーーーーーーーーーーーーー */
body {
  background-color: #FAF5EA;
  font-family: kozuka-gothic-pr6n,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
}

/* ーーーーーーーーーーーーーーーーーーーー
ヘッダー
ーーーーーーーーーーーーーーーーーーーー */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10000;
}

header .inner {
  position: relative;
  padding: 20px 20px;
}

header .inner #siteID h1 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  color: #333;
}

header .inner #siteID p {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 1;
}

header .inner .mail {
  position: absolute;
  top: 0px;
  right: 0px;
}

header .inner .mail a {
  display: block;
  background-color: #0094AF;
  padding: 35px;
}

@media (max-width: 479px) {
  header .inner .mail a {
    padding: 20px;
  }
}

header .inner .mail a img {
  width: 30px;
  height: auto;
}

/* ーーーーーーーーーーーーーーーーーーーー
メインビジュアル
ーーーーーーーーーーーーーーーーーーーー */
.mainVisual {
  margin-bottom: 150px;
}

@media (max-width: 479px) {
  .mainVisual {
    margin-bottom: 50px;
  }
}

.mainVisual .message {
  position: relative;
  height: 100vh;
  background: url(../images/main3.jpg) no-repeat left bottom;
  background-size: cover;
}

@media (max-width: 479px) {
  .mainVisual .message {
    background: url(../images/main3_sp.jpg) no-repeat left bottom #fff;
    background-size: contain;
    padding-bottom: 450px;
  }
}

.mainVisual .message .inner {
  position: absolute;
  left: -20%;
  bottom: 50px;
  width: 50%;
}

@media (max-width: 479px) {
  .mainVisual .message .inner {
    left: 20px;
    width: 90%;
    top: 100px;
  }
}

.mainVisual .message p {
  margin: 0px 0px 20px 0%;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 479px) {
  .mainVisual .message p {
    font-size: 14px;
    line-height: 1.8;
  }
}

.mainVisual .message p strong {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}

@media (max-width: 479px) {
  .mainVisual .message p strong {
    font-size: 22px;
  }
}

.mainVisual .message p.catch {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 50px;
  line-height: 1.2;
  color: #0094AF;
  white-space: nowrap;
}

@media (max-width: 479px) {
  .mainVisual .message p.catch {
    font-size: 24px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーー
コンテンツ共通
ーーーーーーーーーーーーーーーーーーーー */
.cntsBlock h2 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #0094AF;
  line-height: 20px;
}

.cntsBlock h2 span {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #999;
}

/* ーーーーーーーーーーーーーーーーーーーー
コンセプト
ーーーーーーーーーーーーーーーーーーーー */
.concept {
  margin-bottom: 150px;
}

@media (max-width: 479px) {
  .concept {
    margin-bottom: 50px;
  }
}

.concept .outer {
  position: relative;
}

@media (max-width: 479px) {
  .concept .outer {
    position: inherit;
  }
}

.concept .outer .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 75px;
}

@media (max-width: 479px) {
  .concept .outer .inner {
    position: inherit;
    top: 0%;
    transform: translateY(0%);
    padding: 0px 0px;
  }
}

.concept .outer .inner p {
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 479px) {
  .concept .outer .inner p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーー
スライダー
ーーーーーーーーーーーーーーーーーーーー */
.slider {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  margin-bottom: 150px;
}

@media (max-width: 479px) {
  .slider {
    margin-bottom: 100px;
  }
}

.slider .slidImg {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.slider .slidImg li {
  margin: 0px 25px;
  padding: 0px;
}

@media (max-width: 479px) {
  .slider .slidImg li {
    margin: 0px 10px;
  }
}

.slider .slidImg li img {
  border-radius: 10px;
}

/* ーーーーーーーーーーーーーーーーーーーー
コーヒーをお選びください。
ーーーーーーーーーーーーーーーーーーーー */
.chooseCoffee {
  background: url(../images/sweet.png) no-repeat right -300px bottom 150px;
  text-align: center;
  padding-bottom: 300px;
}

@media (max-width: 479px) {
  .chooseCoffee {
    background: url(../images/sweet.png) no-repeat right -140px bottom 0px;
    background-size: 80%;
    padding-bottom: 20px;
    margin-bottom: 75px;
  }
}

.chooseCoffee p {
  font-size: 16px;
  line-height: 1.8;
}

.chooseCoffee .uk-grid {
  margin: 50px 0px;
}

.chooseCoffee .inner {
  text-align: left;
}

@media (max-width: 479px) {
  .chooseCoffee .inner {
    margin-top: -50px;
  }
}

.chooseCoffee .inner h3 {
  margin-top: 50px;
  font-size: 18px;
  color: #714111;
}

.chooseCoffee .inner h3 span {
  font-family: atocha,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 55px;
  margin-right: 10px;
}

.chooseCoffee .inner h4 {
  font-size: 20px;
  font-weight: bold;
  color: #714111;
}

.chooseCoffee .inner p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0px;
}

@media (max-width: 479px) {
  .chooseCoffee .inner p {
    font-size: 14px;
    line-height: 1.5;
  }
}

.chooseCoffee .inner p img {
  width: 180px;
  height: auto;
}

@media (max-width: 479px) {
  .chooseCoffee .inner p img {
    width: 130px;
  }
}

.chooseCoffee .inner p.txtAlign-r {
  text-align: right;
}

.chooseCoffee .inner.sweet {
  margin-right: 150px;
}

@media (max-width: 479px) {
  .chooseCoffee .inner.sweet {
    padding-top: 85px;
    margin-right: 150px;
  }
}

.chooseCoffee .otherItems {
  padding-top: 60px;
  margin-left: -25px !important;
  margin-right: -25px !important;
}

/* ーーーーーーーーーーーーーーーーーーーー
サービス
ーーーーーーーーーーーーーーーーーーーー */
.service {
  margin-bottom: 150px;
}

@media (max-width: 479px) {
  .service {
    margin-bottom: 50px;
  }
}

.service .serviceImg {
  background: url(../images/service.jpg) no-repeat center top -200px;
  height: 500px;
  position: relative;
  margin-bottom: 75px;
}

@media (max-width: 479px) {
  .service .serviceImg {
    background: url(../images/service_sp.jpg) no-repeat left top -190px;
    background-size: cover;
    height: 530px;
    margin-bottom: 50px;
  }
}

.service .serviceImg h2 {
  margin-top: 100px;
  color: #fff;
}

.service .serviceImg h2 span {
  color: #fff;
}

.service .serviceImg .intro {
  background-color: #FAF5EA;
  padding: 50px 50px 0px 0px;
  position: absolute;
  bottom: 0px;
}

@media (max-width: 479px) {
  .service .serviceImg .intro {
    padding: 30px 10px 0px 10px;
  }
}

.service .serviceImg .intro .inner {
  margin-left: auto;
  margin-right: 0px;
  width: 520px;
}

@media (max-width: 479px) {
  .service .serviceImg .intro .inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}

.service .serviceImg .intro .inner p {
  font-size: 16px;
  line-height: 1.8;
}

.service .serviceConts .inner {
  background-color: #fff;
}

@media (max-width: 479px) {
  .service .serviceConts .inner {
    margin-bottom: 20px;
  }
}

.service .serviceConts .inner p {
  margin: 0px;
  padding: 0px;
}

.service .serviceConts .inner h3 {
  text-align: center;
  font-size: 18px;
  margin: 0px;
  padding: 30px 0px;
}

/* ーーーーーーーーーーーーーーーーーーーー
フッター
ーーーーーーーーーーーーーーーーーーーー */
footer {
  background: #0094AF;
  padding: 0px 0px;
  text-align: center;
}

footer .map {
  height: 0;
  overflow: hidden;
  padding-bottom: 90%;
  position: relative;
}

footer .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

footer .profile {
  height: 100%;
  position: relative;
  height: 600px;
}

@media (max-width: 479px) {
  footer .profile {
    height: 450px;
  }
}

footer .profile .inner {
  text-align: left;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  padding: 0px 0px;
  width: 540px;
}

@media (max-width: 479px) {
  footer .profile .inner {
    width: 100%;
  }
}

footer .profile .inner h2 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  line-height: 1;
  color: #fff !important;
}

@media (max-width: 479px) {
  footer .profile .inner h2 {
    padding: 0px 20px;
  }
}

footer .profile .inner p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 50px;
}

@media (max-width: 479px) {
  footer .profile .inner p {
    padding: 0px 20px;
    margin-bottom: 30px;
  }
}

footer .profile .inner p.tagline {
  font-size: 14px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

@media (max-width: 479px) {
  footer .profile .inner p.tagline {
    padding: 0px 20px;
  }
}

@media (max-width: 479px) {
  footer .profile .inner .imgBox {
    padding: 0px 20px;
  }
}

footer .copyright {
  color: #fff;
  background-color: #333;
  padding: 20px 0px;
  font-size: 12px;
  margin: 0px auto;
}
