@charset "UTF-8";
#menu h2, #information h2, #instagram h2, #news h2 {
  font-family: cormorant-garamond, serif;
  font-weight: 400;
  font-style: normal;
}

#menu .contents1 .block .title p, #menu .contents2 .block .title p {
  font-family: cormorant-garamond, serif;
  font-weight: 700;
  font-style: normal;
}

#information .txtbox .btn a, #news .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  border: solid 1px #aa7d9a;
  background: #aa7d9a;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#information .txtbox .btn a:hover, #news .btn a:hover {
  background: #fff;
  color: #aa7d9a;
}

#menu h2, #information h2, #instagram h2, #news h2 {
  font-size: 30px;
  color: #444444;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media (max-width: 999px) {
  #menu h2, #information h2, #instagram h2, #news h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  #menu h2, #information h2, #instagram h2, #news h2 {
    font-size: 22px;
  }
}

#menu h2, #information h2, #instagram h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

#menu h2:before, #information h2:before, #instagram h2:before {
  margin-right: 20px;
  display: block;
  content: "";
  width: 292px;
  height: 30px;
  background: url(../images/h2-icon1.png) no-repeat right;
}

#menu h2:after, #information h2:after, #instagram h2:after {
  margin-left: 20px;
  display: block;
  content: "";
  width: 292px;
  height: 30px;
  background: url(../images/h2-icon2.png) no-repeat left;
}

@media (max-width: 999px) {
  #menu h2:before, #information h2:before, #instagram h2:before {
    margin-right: 15px;
    width: 180px;
  }
  #menu h2:after, #information h2:after, #instagram h2:after {
    margin-left: 15px;
    width: 180px;
  }
}

@media (max-width: 767px) {
  #menu h2:before, #information h2:before, #instagram h2:before {
    margin-right: 10px;
    width: 100px;
    height: 21px;
    background-size: 146px 15px;
  }
  #menu h2:after, #information h2:after, #instagram h2:after {
    margin-left: 10px;
    width: 100px;
    height: 21px;
    background-size: 146px 15px;
  }
}

@media (max-width: 500px) {
  #menu h2:before, #information h2:before, #instagram h2:before {
    display: none;
  }
  #menu h2:after, #information h2:after, #instagram h2:after {
    display: none;
  }
}

#news h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

#news h2:after {
  margin-left: 15px;
  display: block;
  content: "";
  width: 200px;
  height: 25px;
  background: url(../images/h2-icon3.png) no-repeat left;
}

@media (max-width: 999px) {
  #news h2:after {
    margin-left: 10px;
    width: 170px;
  }
}

@media (max-width: 767px) {
  #news h2:after {
    margin-left: 5px;
    width: 120px;
    height: 17.5px;
    background-size: 140px 17.5px;
  }
}

@media (max-width: 500px) {
  #news h2:after {
    display: none;
  }
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg #mainslider img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  #mainimg #mainslider img {
    min-height: 200px;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 85px;
  overflow: hidden;
}

#about .image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

#about .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#about .inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

#about .txtbox {
  width: 68%;
  padding-left: 10px;
  padding-right: 50px;
  padding-top: 150px;
  padding-bottom: 50px;
  background-color: #fff;
}

#about h2 {
  color: #444444;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 30px;
}

#about h2:after {
  display: block;
  content: "";
  width: 100%;
  max-width: 588px;
  height: 21px;
  margin: 35px 0;
  background: url(../images/about-title.png) no-repeat center/contain;
}

#about .text {
  color: #444444;
  line-height: 3;
  letter-spacing: 0.06em;
}

@media (max-width: 999px) {
  #about .txtbox {
    width: 68%;
    padding-right: 30px;
    padding-top: 100px;
  }
  #about h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #about {
    padding-bottom: 0;
  }
  #about .image {
    position: relative;
    padding-top: 40px;
  }
  #about .image img {
    max-height: 350px;
  }
  #about .txtbox {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 0;
  }
  #about h2 {
    font-size: 18px;
  }
}

/* ----------------------------------------------
menu
------------------------------------------------- */
#menu {
  margin-bottom: 135px;
}

#menu .contents1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#menu .contents1 .block {
  width: 49.8%;
  position: relative;
}

#menu .contents1 .block:not(:first-child) {
  margin-left: 0.4%;
}

#menu .contents1 .block a {
  display: block;
  position: relative;
  text-decoration: none;
}

#menu .contents1 .block a:before {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(55, 47, 23, 0.5);
  opacity: 0;
}

#menu .contents1 .block a:hover:before {
  opacity: 1;
}

#menu .contents1 .block .image {
  overflow: hidden;
  width: 100%;
  padding-top: 60.2409638554216%;
  position: relative;
}

#menu .contents1 .block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

#menu .contents1 .block:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 210px;
  height: 100%;
  background-color: #544a29;
  mix-blend-mode: multiply;
}

#menu .contents1 .block .title {
  text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.65);
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 210px;
  height: 100%;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
}

#menu .contents1 .block .title p {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#menu .contents1 .block .title p:after {
  position: absolute;
  bottom: 22.222%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  display: block;
  content: "";
  width: 26px;
  height: 25px;
  background: url(../images/menu-icon.png) no-repeat center/cover;
}

#menu .contents1 .block .title span {
  position: relative;
  display: block;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

#menu .contents1 .block .title span::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  left: -100%;
  right: -100%;
  z-index: 0;
  width: 70px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#menu .contents1 .block a:hover .title span::before {
  opacity: 1;
}

#menu .contents2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#menu .contents2 .block {
  width: 33.0666666%;
  position: relative;
  margin-top: 5px;
}

#menu .contents2 .block:not(:nth-child(4n)) {
  margin-left: 0.4%;
}

#menu .contents2 .block:first-child {
  margin-left: 0;
}

#menu .contents2 .block a {
  display: block;
  position: relative;
  text-decoration: none;
}

#menu .contents2 .block a:before {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(55, 47, 23, 0.5);
  opacity: 0;
}

#menu .contents2 .block a:hover:before {
  opacity: 1;
}

#menu .contents2 .block .image {
  width: 100%;
  padding-top: 74.59677419%;
  position: relative;
}

#menu .contents2 .block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

#menu .contents2 .block:after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: 100%;
  height: 120px;
  background-color: #544a29;
  mix-blend-mode: multiply;
}

#menu .contents2 .block .title {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 120px;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
}

#menu .contents2 .block .title p {
  text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.65);
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#menu .contents2 .block .title p:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 0;
  width: 70px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#menu .contents2 .block .title p:after {
  position: absolute;
  z-index: 1;
  right: 10.0806%;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  display: block;
  content: "";
  width: 26px;
  height: 25px;
  background: url(../images/menu-icon.png) no-repeat center/cover;
}

#menu .contents2 .block .title span {
  position: relative;
  display: block;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

#menu .contents2 .block a:hover .title p::before {
  opacity: 1;
}

@media (max-width: 1200px) {
  #menu .contents1 .block:after {
    width: 150px;
  }
  #menu .contents1 .block .title {
    width: 150px;
    font-size: 22px;
  }
  #menu .contents1 .block .title p:after {
    bottom: 30px;
  }
  #menu .contents1 .block .title p span {
    font-size: 12px;
  }
  #menu .contents2 .block:after {
    height: 90px;
  }
  #menu .contents2 .block .title {
    height: 90px;
    font-size: 22px;
  }
  #menu .contents2 .block .title p:after {
    right: 10px;
  }
  #menu .contents2 .block .title p span {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #menu .contents1 {
    display: block;
  }
  #menu .contents1 .block {
    width: 100%;
  }
  #menu .contents1 .block:not(:first-child) {
    margin-top: 5px;
    margin-left: 0;
  }
  #menu .contents1 .block .image {
    padding: 0;
    height: 250px;
  }
  #menu .contents1 .block:after {
    width: 150px;
  }
  #menu .contents1 .block .title {
    width: 150px;
    font-size: 22px;
  }
  #menu .contents1 .block .title p:after {
    bottom: 30px;
  }
  #menu .contents1 .block .title p span {
    font-size: 12px;
  }
  #menu .contents2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #menu .contents2 .block {
    width: calc((100% - 5px) / 2);
  }
  #menu .contents2 .block:not(:first-child) {
    margin-left: 0;
  }
  #menu .contents2 .block:not(:nth-child(4n)) {
    margin-left: 0;
  }
  #menu .contents2 .block .image {
    padding: 0;
    height: 250px;
  }
  #menu .contents2 .block .title {
    font-size: 22px;
  }
  #menu .contents2 .block .title p:before {
    display: none;
  }
  #menu .contents2 .block .title p:after {
    bottom: 30px;
  }
  #menu .contents2 .block .title p span {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  #menu .contents1 .block:after {
    width: 120px;
  }
  #menu .contents1 .block .title {
    width: 120px;
  }
  #menu .contents2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #menu .contents2 .block {
    width: 100%;
  }
  #menu .contents2 .block:after {
    height: 70px;
  }
  #menu .contents2 .block .title {
    height: 70px;
  }
}

/* ----------------------------------------------
information
------------------------------------------------- */
#information {
  margin-bottom: 135px;
}

#information .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#information .block:nth-child(even) .txtbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#information .txtbox {
  width: 50%;
  padding: 50px 30px;
  background: url(../images/info-block-bg.png) no-repeat center/cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#information .txtbox .inner {
  width: 100%;
  max-width: 400px;
}

#information .txtbox .title {
  margin-bottom: 25px;
}

#information .txtbox .tel {
  margin-bottom: 25px;
  font-size: 16px;
  letter-spacing: 0.1em;
}

#information .txtbox .tel p {
  line-height: 1.6;
}

#information .txtbox .tel span {
  margin-left: 40px;
  font-weight: bold;
  line-height: 1.2;
}

#information .txtbox .text {
  line-height: 2;
  letter-spacing: 0.05em;
}

#information .txtbox .btn {
  margin-top: 40px;
}

#information .map {
  width: 50%;
}

#information .map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 999px) {
  #information .txtbox {
    padding: 20px 20px;
  }
  #information .txtbox .title {
    margin-bottom: 20px;
  }
  #information .txtbox .tel {
    margin-bottom: 20px;
  }
  #information .txtbox .tel span {
    margin-left: 10px;
  }
  #information .txtbox .btn {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  #information .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #information .block:nth-child(even) .txtbox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  #information .txtbox {
    width: 100%;
    padding: 20px 10px;
  }
  #information .txtbox .inner {
    max-width: 300px;
  }
  #information .txtbox .tel {
    margin-bottom: 15px;
    font-size: 14px;
  }
  #information .txtbox .tel span {
    font-size: 16px;
  }
  #information .map {
    width: 100%;
    height: 280px;
  }
}

@media (max-width: 500px) {
  #information .block .tel {
    margin-bottom: 15px;
    font-size: 14px;
  }
  #information .block .tel span {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 70px;
}

#news .inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#news article {
  padding-bottom: 25px;
  border-bottom: 1px solid #999999;
}

#news article:not(:first-child) {
  margin-top: 20px;
}

#news article .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

#news article .title time {
  margin-right: 40px;
  color: #333333;
  line-height: 2;
  font-size: 16px;
}

#news article .title p {
  color: #333333;
  line-height: 2;
  font-size: 16px;
}

#news article .text {
  color: #333333;
  line-height: 2;
}

#news .btn a {
  margin: 50px auto auto;
}

@media (max-width: 500px) {
  #news article {
    padding-bottom: 20px;
  }
  #news article:not(:first-child) {
    margin-top: 20px;
  }
  #news article .title {
    display: block;
    margin-bottom: 20px;
  }
  #news article .title time {
    margin-right: 0px;
    line-height: 1.2;
    font-size: 14px;
  }
  #news article .title p {
    line-height: 1.6;
    font-size: 16px;
  }
}

/* ----------------------------------------------
blog
------------------------------------------------- */
#blog {
  padding: 0 10px;
  margin-bottom: 150px;
}

#blog .image {
  text-align: center;
}

#blog a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#blog a:hover {
  opacity: 0.6;
}

/* ----------------------------------------------
instagram
------------------------------------------------- */
#instagram {
  margin-bottom: 70px;
}
/*# sourceMappingURL=index.css.map */