@charset "utf-8";


/*----------------------------------

font-size

9px_____2.4vw
10px_____2.666vw
11px_____2.933vw
12px_____3.2vw
14px_____3.733vw
15px_____4vw
16px_____4.266vw
17px_____4.533vw
18px_____4.8vw
19px_____5.066vw
20px_____5.333vw
21px_____5.6vw
22px_____5.866vw
23px_____6.133vw
24px_____6.4vw
25px_____6.666vw
30px_____8vw

----------------------------------*/


/*----------------------------------

*common

----------------------------------*/

#mainContent {
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#wedding h1,
#wedding h2,
#wedding h3,
#wedding h4,
#wedding h5,
#wedding h6 {
  font-weight: normal;
}

#wedding img {
  width: 100%;
}

#wedding .inner {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

header.summary {
  text-align: center;
  padding-top: 70px;
}

header.summary h1 {
  display: inline-block;
  border-bottom: 2px solid #af8646; 
  font-size: 5.866vw;
  color: #222;
  font-weight: normal;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

header.summary p {
  line-height: 1.6;
}

.btn_def {
  clear: both;
}

.btn_def a {
  display: block;
  line-height: 1.5;
  color: #fff;
  font-size: 3.733vw;
  border-radius: 2px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  background: #222 url(../img/btn_arrow.png) no-repeat 93% center / 8px 14px;
}

.btn_def a:hover {
  background-color: #444;
}

.btn_cv a {
  display: block;
  line-height: 1.5;
  color: #fff;
  font-size: 3.733vw;
  font-weight: bold;
  border-radius: 2px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  background: #af8646 url(../img/btn_arrow.png) no-repeat 93% center / 8px 14px;
}

.btn_cv a:hover {
  background-color: #c39b5d;
}

.cv_sm {
  margin-top: 50px;
}

.cv_sm p {
  color: #666;
  font-size: 2.4vw;
  padding-top: 10px;
  text-align: center;
}


/*----------------------------------

#mv

----------------------------------*/
#mv {
  height: 520px;
  background: url(../img/main_bg.jpg) no-repeat center / cover;
}

#mv p:first-child {
  width: 260px;
  margin: 0 auto;
  padding: 35px 0 25px;
}

#mv h1 {
  width: calc(100% - 60px);
  margin: 0 auto;
}

#mv p:last-child {
  text-align: center;
  font-size: 2.4vw;
  color: #666;
  padding-top: 28px;
}


/*----------------------------------

#anchor

----------------------------------*/
#anchor {
  background: #222;
  padding: 0 20px 14px;
}

#anchor ul {
  display: flex;
  justify-content: space-between;
}

#anchor a {
  font-size: 3.2vw;
  color: #fff;
  background: url(../img/nav_arrow.png) no-repeat center bottom / 14px 8px;
  padding: 20px 0 20px;
}

#anchor a:hover {
  color: #fff;
}


/*----------------------------------

#onedish

----------------------------------*/
.restaurant {
  background: #f5f3f0;
  padding-bottom: 50px;
}

.restaurant h2 {
  color: #af8646;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 5.333vw;
  text-align: center;
  line-height: 1.4;
  margin-top: 70px;
  z-index: 10;
  position: relative;
  background: #fff;
  padding-bottom: 50px;
}

.restaurant h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #af8646;
  margin-left: -1px;
}

.restaurant .maindish {
  text-align: center;
}

.restaurant .maindish h3 {
  background: #fff;
  padding: 15px 20px;
  font-family: 'PT Serif', serif;
  color: #333;
  font-size: 8vw;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
  margin-top: -25px;
  letter-spacing: 0.05em;
}

.restaurant .maindish h3 span {
  letter-spacing: 0.03em;
  color: #af8646;
  font-size: 2.933vw;
  display: block;
  padding-bottom: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.restaurant .maindish .inner > p:first-child {
  padding-top: 25px;
  line-height: 1.3;
  font-size: 4.266vw;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.restaurant .maindish .inner > h4 {
  padding: 15px 0;
  letter-spacing: 0.01em;
  color: #af8646;
  line-height: 1.3;
  font-size: 6.4vw;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.restaurant .maindish .inner > p:last-child {
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}

.restaurant .maindish .inner > p:last-child span {
  display: block;
  font-size: 2.4vw;
  padding-top: 10px;
  color: #666;
}

.restaurant .dessert {
  text-align: right;
  margin-top: 40px;
}

.restaurant .dessert h3,
.restaurant .others h3 {
  background: #fff;
  padding: 15px 20px;
  font-family: 'PT Serif', serif;
  color: #333;
  font-size: 6.666vw;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
  z-index: 10;
  position: relative;
}

.restaurant .dessert h3 span,
.restaurant .others h3 span {
  letter-spacing: 0.03em;
  color: #af8646;
  font-size: 2.933vw;
  display: block;
  padding-bottom: 8px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.restaurant .dessert > p,
.restaurant .others > p {
  margin-top: -25px;
  z-index: 1;
  padding: 0 20px;
}

.restaurant .dessert .inner > h4,
.restaurant .others .inner > h4 {
  padding: 20px 0 15px;
  letter-spacing: 0.01em;
  color: #af8646;
  line-height: 1.3;
  font-size: 5.333vw;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.restaurant .dessert .inner > p,
.restaurant .others .inner > p {
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}

.restaurant .dessert .inner > p span,
.restaurant .others .inner > p span {
  display: block;
  font-size: 2.4vw;
  padding-top: 10px;
  color: #666;
}

.restaurant .others {
  text-align: left;
  margin-top: 40px;
}

.restaurant .about {
  border: 1px solid #af8646;
  box-sizing: border-box;
  padding: 15px 20px 30px;
  margin: 50px 20px 0;
}

.restaurant .about h5 {
  background: #222;
  color: #fff;
  border-radius: 10px;
  font-size: 2.666vw;
  font-family: 'PT Serif', serif;
  padding: 5px 10px;
  display: inline-block;
  letter-spacing: 0.1em;
}

.restaurant .about h6 {
  padding: 8px 0 10px;
  color: #af8646;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-size: 5.333vw;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.restaurant .about p {
  line-height: 1.6;
  font-size: 3.2vw;
  text-align: justify;
  text-justify: inter-ideograph;
}

.restaurant .about span {
  width: 46%;
  display: inline-block;
  float: left;
  padding: 0 15px 10px 0;
}

.restaurant .about .btn_def {
  margin-top: 30px;
}


/*----------------------------------

.cv

----------------------------------*/
.cv {
  text-align: center;
  margin: 56px 26px 6px;
  padding: 30px 0;
  box-shadow: 0 0 0 1px #af8646, 0 0 0 5px #fff, 0 0 0 6px #af8646;
}

.cv h2 {
  font-size: 4.266vw;
  padding-bottom: 28px;
  color: #af8646;
}

.cv p:last-child {
  color: #666;
  font-size: 2.4vw;
  padding-top: 10px;
}


/*----------------------------------

#hospitality

----------------------------------*/
#hospitality .profile > p:first-of-type {
  width: 150px;
  margin: 40px auto 20px;
}

#hospitality .profile > p:first-of-type img {
  border-radius: 150px;
}

#hospitality .profile > p:nth-of-type(2) {
  text-align: center;
  font-size: 4.266vw;
  margin-bottom: 20px;
}

#hospitality .profile > p:nth-of-type(2) span {
  font-size: 3.2vw;
  display: block;
  line-height: 1.5;
  padding-bottom: 12px;
}

#hospitality .profile div {
  background: #f5f3f0;
  border-radius: 6px;
  padding: 15px 20px;
  line-height: 1.6;
  margin: 0 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#hospitality .profile div p:not(:first-of-type) {
  padding-top: 10px;
}

#hospitality .point h2 {
  color: #af8646;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 5.333vw;
  text-align: center;
  line-height: 1.4;
  margin-top: 70px;
  z-index: 10;
  position: relative;
  background: #fff;
  padding-bottom: 50px;
}

#hospitality .point h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #af8646;
  margin-left: -1px;
}

#hospitality .point ul {
  margin: 0 20px;
}

#hospitality .point li {
  background: #f5f3f0;
  position: relative;
  padding: 15px 20px 15px 30px;
  line-height: 1.5;
}

#hospitality .point li:not(:first-of-type) {
  margin-top: 1px;
}

#hospitality .point li:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 2px;
  background: #222;
}

#hospitality .point li span {
  font-size: 2.666vw;
  display: block;
  padding-top: 6px;
  color: #666;
}


/*----------------------------------

#gallery

----------------------------------*/
#gallery {
  margin-bottom: 90px;
}

#gallery .summary {
  margin-bottom: 40px;
}

#gallery .bx-wrapper p {
  background: #222;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.5;
  padding: 10px 20px;
  height: 3em;
}


/*----------------------------------

others

----------------------------------*/
.lower {
  margin-top: 10px;
}


/*----------------------------------

sns

----------------------------------*/
.pl-snsButtons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  border: 1px solid #989898;
  padding: 2em 0;
  margin: 50px 5% 20px;
}

@media screen and (min-width: 640px) {
  .pl-snsButtons {
    margin: 40px auto;
  }
}

.pl-snsButtons__item {
  display: inline-block;
  margin: 0 .35em;
}

.pl-snsButtons__item img {
  height: 40px;
  width: auto;
}


/*----------------------------------

ホテルレストランTOPへ

----------------------------------*/

.pl-footerButtonWrapper {
    margin: 0 6%;
}

.pl-button {
    background-color: #ffb03e;
    border-bottom: 4px solid #d99430;
    height: 40px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    text-decoration: none;
    color: #fff;
    border-radius: 4px
}

.pl-button::after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border: 6px solid transparent;
    border-left-color: #fff;
    border-left: 6px solid #fff;
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
}