@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Charm|Cormorant+Garamond|Fenix|Volkhov");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
body {
  color: #444;
  font-size: 18px;
  font-family: "open sans","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","YuGothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  padding: 0;
  background-color: #fff;
  margin: 0 auto;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

strong {
  background: linear-gradient(rgba(0, 0, 0, 0) 75%, #ff9ece 75%);
}

header {
  background-color: #fff;
}
header h1 {
  padding: 0;
  margin: 10px 0 0 15px;
}
header h1 img {
  width: 25%;
}

.intro {
  background-image: url("../images/intro.jpg");
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 85vh;
}
.intro div {
  background-color: rgba(0, 0, 0, 0.6);
  height: 85vh;
  width: 100%;
  display: table;
}
.intro p {
  color: #fff;
  width: 100%;
  height: 85vh;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2em;
  line-height: 2.4;
  font-weight: bold;
}

h2 {
  font-family: 'Cormorant Garamond', serif;
  background: linear-gradient(#fcfcfc, #f1f1f1);
  color: #1e6261;
  padding: 5px 0 5px 15px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  font-size: 1.6em;
}
h2 span {
  display: inline-block;
  font-size: 0.5em;
  color: #da4464;
  margin-left: 10px;
}

.kind .kind_list {
  display: flex;
}
.kind .kind_detail {
  width: 50%;
  text-align: center;
  margin: 50px 50px 10px;
}
.kind .kind_detail img {
  width: 60%;
}
.kind p {
  text-align: center;
  line-height: 2.0;
  margin: 10px 0;
}
.kind p.cap {
  background-color: #2f1600;
  background-image: url("../images/bg.jpg");
  background-repeat: repeat;
  padding: 50px 0;
  color: #fff;
  font-size: 1.2em;
}

.what_shop h3, .area h3 {
  font-size: 1.4em;
  border-bottom: 1px dotted #ccc;
}
.what_shop h3:before, .area h3:before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 25px;
  /*画像の幅*/
  height: 40px;
  /*画像の高さ*/
  background-image: url("../images/icon_heart.png");
  background-size: contain;
  vertical-align: middle;
  margin: 10px 10px 10px 10px;
  background-color: #fff;
}
.what_shop .what_shop_list, .area .what_shop_list {
  width: 60%;
  margin: 0 auto 80px;
}
.what_shop .what_shop_list p, .area .what_shop_list p {
  font-size: 1.1em;
  margin-left: 10px;
}

.earm h3 {
  text-align: center;
  font-size: 1.8em;
  background-image: url("../images/bg.jpg");
  background-repeat: repeat;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: block;
  color: #fff;
  padding: 10px 50px;
  margin: 50px auto 20px;
  width: 43%;
}
.earm dl {
  width: 43%;
  margin: 20px auto 20px;
}
.earm dt {
  font-size: 1.4em;
  font-weight: bold;
  border-left: 8px solid #351500;
  padding-left: 10px;
}
.earm dd {
  font-size: 3.6em;
  font-family: 'Fenix', serif;
  font-style: italic;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 2px dotted #351500;
  letter-spacing: 5px;
}
.earm dd span {
  font-size: 0.5em;
  display: inline-block;
  padding-left: 20px;
}

.me .me_intro {
  text-align: center;
  font-size: 1.6em;
}
.me ul {
  list-style: none;
  width: 30%;
  margin: 40px auto;
  font-size: 1.8em;
  line-height: 2;
  background-image: url("../images/bg_red.jpg");
  background-repeat: repeat;
  padding: 20px 30px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
}
.me li {
  position: relative;
  margin-left: 30px;
}
.me ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: 0.6em;
  left: -1.2em;
  width: 8px;
  height: 15px;
  border-left: 4px solid #f4bd00;
  border-bottom: 4px solid #f4bd00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.me .me_under {
  text-align: center;
  font-size: 1.2em;
}

.review {
  background-image: url("../images/bg_yellow.jpg");
  background-repeat: repeat;
  padding: 0px 0 50px;
}
.review .review_list {
  display: flex;
  flex-wrap: wrap;
}
.review .review_detail {
  padding: 20px 30px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #f6f6f6;
  margin: 30px 2% 10px;
  width: 42%;
}
.review .review_detail span {
  display: block;
  text-align: right;
  border-top: 1px dotted #999;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: bold;
  color: #513300;
}

.recruit h3 {
  background-image: url("../images/mimosa.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  text-align: center;
  color: #fff;
  font-size: 3.0em;
  font-family: 'Fenix', serif;
}
.recruit h3 p {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 120px 0;
}
.recruit h3 span {
  font-size: 0.4em;
  display: inline-block;
  padding-left: 10px;
}
.recruit p {
  text-align: center;
}
.recruit table {
  margin: 20px auto;
  width: 50%;
}
.recruit th {
  background-image: url("../images/bg_red.jpg");
  background-repeat: repeat;
  border: solid 1px #513300;
  color: #fff;
  padding: 10px;
  width: 30%;
}
.recruit td {
  border: solid 1px #513300;
  padding: 10px;
  font-size: 0.9em;
}
.recruit ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.recruit ul li {
  list-style: none;
  width: 30%;
  margin: 0 1%;
}
.recruit ul li a {
  background-color: #ff9000;
  display: block;
  color: #fff;
  background-color: #999;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 20px 60px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.recruit ul li a span {
  font-size: 0.6em;
}
.recruit ul li a.on {
  background-color: #ff9000;
}

.btn {
  display: block;
  font-size: 1.6em;
  text-align: center;
  margin: 50px auto;
  color: #fff;
  background-color: #ff9000;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 20px 60px;
  width: 40%;
}

footer {
  background-color: #412317;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  padding: 50px 0;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  header h1 {
    padding: 5px 0 0;
  }
  header h1 img {
    width: 100%;
  }

  .intro p {
    font-size: 0.7em;
  }

  .btn {
    width: 95%;
    font-size: 1.2em;
    padding: 20px 0;
  }

  h2 {
    font-size: 1.2em;
    padding: 10px 0 10px 15px;
  }

  .kind .kind_list {
    flex-wrap: wrap;
  }
  .kind .kind_detail {
    width: 46%;
    margin: 10px 1%;
  }
  .kind h3 {
    margin: 10px 0;
  }
  .kind p {
    line-height: 1.6;
  }
  .kind p.cap {
    text-align: left;
    font-size: 0.9em;
    padding: 20px 10px;
  }

  .what_shop h3, .area h3 {
    font-size: 1.2em;
  }
  .what_shop .what_shop_list, .area .what_shop_list {
    width: 90%;
  }
  .what_shop .what_shop_list p, .area .what_shop_list p {
    font-size: 0.9em;
  }

  .earm h3 {
    font-size: 1.0em;
    padding: 10px 0;
    width: 95%;
  }
  .earm dl {
    width: 100%;
  }
  .earm dd {
    font-size: 2.6em;
    padding: 0;
    margin: 10px 0;
    width: 96%;
  }

  .me .me_intro {
    font-size: 1.0em;
  }
  .me ul {
    width: 80%;
    font-size: 1.2em;
  }
  .me .me_under {
    font-size: 1.0em;
    text-align: left;
    padding: 10px;
  }

  .review .review_detail {
    width: 90%;
  }
  .review .review_detail span {
    font-size: 0.8em;
  }

  .recruit h3 {
    background-image: url("../images/mimosa.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    margin-top: 0;
  }
  .recruit table {
    width: 95%;
  }
  .recruit ul li {
    width: 31%;
    margin: 1%;
    line-height: 1.4;
  }
  .recruit ul li a {
    font-size: 0.9em;
    padding: 8%;
  }
}
