@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand:500");
html {
  height: 100%;
}

body {
  background-color: #FFF;
  width: 100%;
  margin: 0;
  min-height: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.8em;
  color: #333;
}

.headImage {
  display: block;
  background-image: url(../img/main-bg-01.jpg);
  background-size: cover;
  background-position: center bottom;
  text-align: center;
  color: #FFF;
}

.headImage .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.headImage .main-v {
  width: 45%;
}

.headImage .main-v img {
  width: 312px;
}

.headImage h1 {
  font-size: 2.2em;
  line-height: 1.4em;
}

.headImage p {
  font-size: 1.2em;
}

@media (max-width: 991px) {
  .headImage p {
    font-size: 1em;
    letter-spacing: 0;
  }
}

.headImage:after {
  content: '';
  position: absolute;
  bottom: 20px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  left: 50%;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  z-index: 2;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.point-txt {
  text-align: center;
}

.point-txt span {
  font-size: 4em;
  color: #333;
}

.point-txt div {
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px 0 0;
}

.point-txt p {
  text-align: left;
  padding: 0 20px;
}

.navbar-nav li {
  font-family: "Quicksand", sans-serif;
}

p.title {
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 2em;
  letter-spacing: .1em;
  font-weight: 700;
}

p.title span {
  display: block;
  font-size: 12px;
  padding: 10px 0 0;
  color: #333;
}

.txt {
  text-align: justify;
  max-width: 80%;
  margin: 0 auto;
  letter-spacing: 0.1em;
}

.txt span {
  font-weight: bold;
}

.txt-pc-center {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  letter-spacing: 0.1em;
}

@media (max-width: 991px) {
  .txt-pc-center {
    text-align: justify;
  }
}

.txt-pc-center span {
  font-weight: bold;
}

.bar {
  display: block;
  width: 30px;
  height: 2px;
  border: 0;
  background-color: #333;
}

.bar-wide {
  display: block;
  width: 120px;
  height: 2px;
  border: 0;
  background-color: #f1f1f1;
}

@media (max-width: 991px) {
  .bar-wide {
    width: calc(100% - 40px);
  }
}

.bar-white {
  display: block;
  width: 30px;
  height: 2px;
  border: 0;
  background-color: #FFF;
}

span {
  display: inline-block;
}

br.none {
  display: block;
}

@media (max-width: 991px) {
  br.none {
    display: none;
  }
}

br.on {
  display: none;
}

@media (max-width: 767px) {
  br.on {
    display: block;
  }
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

#news {
  background-color: #f9f9f9;
}

#news .news-title {
  font-size: 1.4em;
  font-family: "Quicksand", sans-serif;
}

#feed {
  display: inline-block;
  text-align: left;
}

#feed ul li a:hover {
  text-decoration: underline;
}

.newsTxtBox {
  display: table;
  margin: 0 auto;
  text-align: left;
  max-width: 700px;
}

@media (max-width: 991px) {
  .newsTxtBox {
    width: 95%;
  }
}

.newsTxtBox li {
  display: table;
  margin-bottom: 8px;
}

.newsTxtBox li:last-child {
  display: table;
  margin-bottom: 0;
}

.newsDate {
  display: table-cell;
  vertical-align: middle;
  font-size: 11px;
  padding-right: 15px;
}

.newsLink {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.newsLink {
  text-decoration: underline;
}

#about {
  border-top: solid 1px #eee;
}

#about .txt {
  text-align: justify;
}

#concept .left {
  text-align: left;
  margin: 0;
  padding: 0;
  background-image: url(../img/shop-img.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 320px;
}

@media (max-width: 991px) {
  #concept .left {
    min-height: 0;
  }
}

#concept .left img {
  display: none;
}

@media (max-width: 991px) {
  #concept .left img {
    display: block;
  }
}

#concept .right {
  padding: 70px 0;
  background-color: #f1f1f1;
}

.pr-card {
  box-sizing: border-box;
  border: 1px solid #eee;
  background-color: #FFF;
  overflow: hidden;
  text-align: left;
}

.pr-txt {
  padding: 5px 20px 15px;
}

.pr-txt p {
  font-size: 0.9em;
  line-height: 1.5em;
  text-align: justify;
}

.pr-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  height: 4em;
  padding: 20px 0 0;
  font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pr-title {
    font-size: 0.9em;
    height: 5em;
    line-height: 1.4em;
  }
}

@media (max-width: 991px) {
  .pr-title {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}

.pr-title-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  height: 3em;
  padding: 20px 0 0;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: .2em;
  font-family: "Quicksand", sans-serif;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pr-title-cat {
    height: 5em;
    line-height: 1.4em;
  }
}

@media (max-width: 991px) {
  .pr-title-cat {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}

.pr-price {
  text-align: center;
  color: #666;
  padding: 0 0 10px;
}

.pr-price span {
  font-size: 0.7em;
}

.pr-link {
  padding-top: 15px;
}

.pr-link a {
  display: block;
  text-align: center;
  background-color: #f4f5e8;
  padding: 5px;
  border-radius: 5px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 0.9em;
  color: #333;
  text-decoration: underline;
}

table.menu {
  width: 90%;
  margin: 0 auto;
  font-size: .9em;
}

@media (max-width: 991px) {
  table.menu {
    width: 100%;
  }
}

table.menu td {
  padding: 5px;
}

table.menu .menu-price {
  text-align: right;
  white-space: nowrap;
}

table.menu .menu-price span {
  font-size: .8em;
}

.caution {
  width: 90%;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  font-size: .9em;
}

@media (max-width: 991px) {
  .caution {
    width: 100%;
  }
}

#shop .right {
  text-align: left;
  margin: 0;
  padding: 0;
  background-image: url(../img/store-img.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 320px;
}

@media (max-width: 991px) {
  #shop .right {
    min-height: 0;
  }
}

#shop .right img {
  display: none;
}

@media (max-width: 991px) {
  #shop .right img {
    display: block;
  }
}

#shop .left {
  padding: 70px 0;
  background-color: #f1f1f1;
}

#rental .left {
  text-align: left;
  margin: 0;
  padding: 0;
  background-image: url(gallery-img.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 320px;
}

@media (max-width: 991px) {
  #rental .left {
    min-height: 0;
  }
}

#rental .left img {
  display: none;
}

@media (max-width: 991px) {
  #rental .left img {
    display: block;
  }
}

#rental .right {
  padding: 70px 0;
  background-color: #f1f1f1;
}

#rental .right .rental-price {
  padding: 20px 0 0;
  max-width: 80%;
  margin: 0 auto;
}

#instagram ul {
  padding: 0;
}

#instagram ul li {
  background-size: cover;
  background-position: center top;
}

#instagram ul li:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.insta_btn2 {
  /*ボタンの下地*/
  color: #FFF;
  /*文字・アイコン色*/
  border-radius: 5px;
  /*角丸に*/
  position: relative;
  display: inline-block;
  height: 40px;
  /*高さ*/
  width: 140px;
  /*幅*/
  text-align: center;
  /*中身を中央寄せ*/
  font-size: 1em;
  /*文字のサイズ*/
  line-height: 40px;
  /*高さと合わせる*/
  vertical-align: middle;
  /*垂直中央寄せ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  /*グラデーション①*/
  overflow: hidden;
  /*はみ出た部分を隠す*/
  text-decoration: none;
  /*下線は消す*/
}

.insta_btn2:before {
  /*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*全体を覆う*/
  height: 100%;
  /*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram {
  /*アイコン*/
  font-size: 1.8em;
  /*アイコンサイズ*/
  position: relative;
  top: 4px;
  /*アイコン位置の微調整*/
}

.insta_btn2 span {
  /*テキスト*/
  display: inline-block;
  position: relative;
}

.fb_btn {
  /*ボタンの下地*/
  color: #FFF;
  /*文字・アイコン色*/
  border-radius: 5px;
  /*角丸に*/
  position: relative;
  display: inline-block;
  height: 40px;
  /*高さ*/
  width: 140px;
  /*幅*/
  text-align: center;
  /*中身を中央寄せ*/
  font-size: 1em;
  /*文字のサイズ*/
  line-height: 40px;
  /*高さと合わせる*/
  vertical-align: middle;
  /*垂直中央寄せ*/
  background-color: #3B5998;
  overflow: hidden;
  /*はみ出た部分を隠す*/
  text-decoration: none;
  /*下線は消す*/
}

.fb_btn .fa-facebook-square {
  /*アイコン*/
  font-size: 1.8em;
  /*アイコンサイズ*/
  position: relative;
  top: 4px;
  /*アイコン位置の微調整*/
}

.fb_btn span {
  /*テキスト*/
  display: inline-block;
  position: relative;
}

#access {
  background-color: #f9f9f9;
  text-align: center;
}

#access .info-title {
  font-family: "Quicksand", sans-serif;
  font-size: 1.4em;
}

#access .google-map a {
  background-color: #444;
  color: #FFF;
  border-radius: 5px;
  padding: 20px 40px;
  transition: background-color .5s, color .5s;
}

#access .google-map a:hover {
  background-color: #FFF;
  color: #444;
}

#access .google-map i {
  font-size: 1.1em;
  margin-right: 10px;
}

#contact {
  background-color: #444;
  color: #FFF;
}

#contact img {
  width: 120px;
}

#contact .lineat a {
  display: block;
  max-width: 288px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
}

#contact .lineat a img {
  width: 100%;
}

footer {
  background-color: #444;
}

footer a {
  display: block;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #444;
}

footer .totop {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-top: 15px;
  left: 50%;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

footer .copy {
  font-size: 0.7em;
  padding: 5px 0;
  color: #FFF;
}
