@charset "UTF-8";
/*/////////////////////////////
reset
/////////////////////////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

button {
  background: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*/////////////////////////////
base
/////////////////////////////*/
body {
  width: 100%;
  line-height: 2;
  font-size: 13px;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  color: #333;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

/* fonts
* ------------------------- */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
}
/* list
* ------------------------- */
li {
  list-style: none;
}

/* link
* ------------------------- */
a {
  text-decoration: none;
  color: inherit;
}

/* img
* ------------------------- */
img {
  max-width: 100%;
  height: auto;
  outline: none;
  vertical-align: top;
}

a img {
  border: 0px;
}

/* headings
* ------------------------- */
h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-size: 100%;
}

/* clearfix
* ------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* other
* ------------------------- */
/* linkbox */
.linkbox {
  cursor: pointer;
}

/* br */
br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
/* ==========================================================
naturam
Created: 2019-8

00.common
01.header
02.main
03.footer
04.mainVisual
05.index
06.contents
========================================================== */
/*/////////////////////////////
00. common
- 1.container
- 2.hdg
- 3.btn
/////////////////////////////*/
/* 1.container
* ------------------------- */
.container {
  max-width: 1000px;
  margin: 0 auto;
}

/* 2.hdg
* ------------------------- */
/*/////////////////////////////
01. header
/////////////////////////////*/
.header {
  padding: 25px 0 30px;
}
.header .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.header .wrap .logo {
  width: 180px;
  margin: 0 auto;
}
.header .wrap .reserve {
  width: 150px;
  margin-left: auto;
}
.header .wrap .reserve .btn a {
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
  background: #c8b28e;
  border-radius: 2px;
  display: block;
}

/*/////////////////////////////
02. main
/////////////////////////////*/
.main {
  min-height: calc(100vh - 395px);
}

/*/////////////////////////////
03. footer
/////////////////////////////*/
.footer {
  color: #ccc;
  background: #1c1c1c;
  margin-top: 140px;
  padding: 35px 0;
}
.footer .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .copy {
  white-space: nowrap;
  margin-left: auto;
}
.footer .copy p {
  font-family: 'Work Sans', sans-serif;
  font-size: 10px;
}
.footer .top {
  letter-spacing: -0.4em;
  white-space: nowrap;
}
.footer .top > * {
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
}
.footer .top .logo {
  width: 83px;
  margin-right: 45px;
}
.footer .top .address p {
  font-size: 10px;
}
.footer .copy .insta {
  width: 20px;
	margin: 0 0 10px auto;
}
.footer .copy .insta a {
	display: block;
	transition: opacity .4s ease;
}
.footer .copy .insta a:hover {
	opacity: .7;
}

/*/////////////////////////////
04. mainVisual
/////////////////////////////*/
.mainVisual {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 50px;
  max-width: 1000px;
  height: calc(100vh - 105px);
  margin: 0 auto 120px;
}
.mainVisual .lyt {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.mainVisual .lyt:before {
  content: "";
  display: table-cell;
  vertical-align: middle;
  width: 61%;
  background-image: url("../images/wedding/index_image01_pc.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mainVisual .lyt .inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5.5%;
}
.mainVisual .lyt .inner .catch {
  width: 128.35821%;
  line-height: 0;
  margin: 0 0 14.92537% -29.85075%;
}
.mainVisual .lyt .inner .text {
  margin-bottom: 11.9403%;
}
.mainVisual .lyt .inner .text p {
  line-height: 2.15385;
  margin-top: 1.5em;
}
.mainVisual .lyt .inner .scrollDown {
  text-align: center;
}
.mainVisual .lyt .inner .scrollDown a {
  color: #999;
  font-family: 'Work Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  display: inline-block;
  padding-bottom: 30px;
  position: relative;
}
.mainVisual .lyt .inner .scrollDown a:after {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background: #dcbea0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.5px;
}

/*/////////////////////////////
05. index
/////////////////////////////*/
.indexLink + .indexLink {
  margin-top: 130px;
}
.indexLink:last-child {
  margin-bottom: 180px;
}
.indexLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.indexLink a > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.indexLink a > * > * {
  width: 100%;
}
.indexLink.rtol a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.indexLink.rtol .title .hdg {
  left: 0;
}
.indexLink.rtol .text p {
  text-align: left;
}
.indexLink .title {
  width: 80%;
}
.indexLink .title .hdg {
  line-height: 0;
  position: absolute;
  top: -24px;
  right: 0;
}
.indexLink .title .hdg.wedding {
  width: 262px;
}
.indexLink .title .hdg.catering {
  width: 276px;
}
.indexLink .title span {
  display: block;
  overflow: hidden;
}
.indexLink .text {
  width: 20%;
}
.indexLink .text p {
  color: #beaa6e;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: right;
}
.indexLink .text p span {
  display: inline-block;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: #beaa6e 1px solid;
}

/*/////////////////////////////
06. contents
/////////////////////////////*/
.contents > .hdg02 {
  line-height: 0;
  padding: 40px 0 0;
  margin: 0 auto 65px;
}
.contents > .hdg02.wedding {
  width: 262px;
}
.contents > .hdg02.catering {
  width: 277px;
}
.contents > .visual {
  max-width: 1000px;
  margin: 0 auto 50px;
}
.contents .blockConcept {
  margin-bottom: 105px;
}
.contents .blockConcept dl {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.contents .blockConcept dl > * {
  display: table-cell;
  vertical-align: top;
}
.contents .blockConcept dl dt {
  width: 36%;
  font-family: 'Work Sans', sans-serif;
  font-size: 30px;
  line-height: 1;
}
.contents .blockConcept dl dd {
  font-size: 13px;
  line-height: 2.15385;
}
.contents .contact {
  max-width: 640px;
  margin: 0 auto;
}
.contents .contact .hdg03 {
  font-family: 'Work Sans', sans-serif;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
}
.contents .contact .lead {
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
.contents .contact .compText {
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
.contents .contact .btnTop {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}
.contents .contact .btnTop a {
  color: #c4b085;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 50px;
  text-align: center;
  display: block;
  border: #c4b085 1px solid;
  border-radius: 2px;
}
.contents .contact .btnTop a:hover {
  text-decoration: none;
}
.contents .contact .form .inputArea {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.contents .contact .form .inputArea > * {
  display: table-cell;
  vertical-align: top;
}
.contents .contact .form .inputArea + .inputArea {
  margin-top: 25px;
}
.contents .contact .form .inputArea .input {
  width: 73.4375%;
}
.contents .contact .form .inputArea .name {
  padding-top: 15px;
}
.contents .contact .form .inputArea .name p {
  font-size: 13px;
  line-height: 1;
}
.contents .contact .form .inputArea .inputText,
.contents .contact .form .inputArea textarea {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 0 5px;
  line-height: 48px;
  border: #f5eee6 1px solid;
}
.contents .contact .form .inputArea textarea {
  line-height: 1.5;
  padding: 5px;
  height: 150px;
}
.contents .contact .form .submit {
  width: 73.4375%;
  margin: 40px 0 0 auto;
}
.contents .contact .form .submit span {
  display: block;
  width: 188px;
}
.contents .contact .form .submit input[type="submit"],
.contents .contact .form .submit input.back {
  -webkit-appearance: none;
  width: 100%;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 50px;
  text-align: center;
  background: #f5eee6;
  padding: 0;
  border: none;
  cursor: pointer;
}
.contents .contact.confirm {
  padding: 50px 0 0;
}
.contents .contact.confirm .hdg03 {
  margin-bottom: 80px;
}
.contents .contact.confirm .lead {
  margin-bottom: 100px;
}
.contents .contact.confirm .form .inputArea .input .confText {
  font-size: 16px;
  padding-top: 8px;
}
.contents .contact.confirm .form .submit {
  letter-spacing: -0.4em;
}
.contents .contact.confirm .form .submit span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.contents .contact.confirm .form .submit span:first-child {
  margin-left: 0;
}
.contents .contact.confirm .form .submit input[type="submit"],
.contents .contact.confirm .form .submit input.back {
  letter-spacing: 0.1em;
}
.contents .contact.confirm .error_messe {
  color: red;
  text-align: center;
}
.contents .contact.confirm .error_messe + .submit {
  margin-top: 60px;
  width: 100%;
  text-align: center;
}
.contents .pageNav {
  max-width: 600px;
  margin: 130px auto 0;
}
.contents .pageNav p a {
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  display: table;
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.contents .pageNav p a span {
  display: table-cell;
  vertical-align: middle;
}
.contents .pageNav p a span:after {
  content: "";
  display: block;
  width: 28px;
  height: 8px;
  margin: 25px auto 0;
  background: url("../images/wedding/nav_arrow.png") no-repeat;
  background-position: left top;
  background-size: contain;
}
.contents .pageNav.wedding p a {
  background-image: url("../images/wedding/wedding_image08.jpg");
}
.contents .pageNav.catering p a {
  background-image: url("../images/wedding/party_image02.jpg");
}

@media screen and (min-width: 769px) {
  .indexLink a .title span img {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }
  .indexLink a .text p {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }
  .indexLink a .text p span {
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .indexLink a:hover .title span img {
    opacity: .7;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  .indexLink a:hover .text p {
    color: #333;
  }
  .indexLink a:hover .text p span {
    border-color: #333;
  }

  .contents .pageNav p a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .contents .pageNav p a span:after {
    position: relative;
    right: 0;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
  }
  .contents .pageNav p a:hover {
    opacity: .7;
  }
  .contents .pageNav p a:hover span:after {
    right: -10px;
  }

  .contents .contact .btnTop a {
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .contents .contact .btnTop a:hover {
    color: #fff;
    background: #c4b085;
  }
}
/*/////////////////////////////
rwd
/////////////////////////////*/
@media screen and (max-width: 768px) {
  .container {
    padding: 0 5.33333%;
  }

  .header {
    padding: 10px 0 20px;
  }
  .header .inner {
    padding: 0 2.66667%;
  }
  .header .wrap .logo {
    width: 126px;
  }
  .header .wrap .reserve {
    width: 130px;
  }
  .header .wrap .reserve .btn a {
    font-size: 10px;
    line-height: 42px;
  }

  .footer {
    text-align: center;
    margin-top: 76px;
    padding: 30px 0 35px;
  }
  .footer .wrap {
    display: block;
  }
  .footer .copy {
    white-space: normal;
    margin: 20px 0 0;
  }
  .footer .top {
    white-space: normal;
  }
  .footer .top > * {
    display: block;
  }
  .footer .top .logo {
    margin: 0 auto 20px;
  }
	.footer .copy .insta {
		margin: 0 auto 20px;
	}
	.footer .copy .insta a {
		transition: none;
	}
	.footer .copy .insta a:hover {
		opacity: 1;
	}

  .main {
    min-height: calc(100vh - 423px);
  }

  .mainVisual {
    padding: 0;
    height: auto;
    margin: 0 0 80px;
  }
  .mainVisual .lyt {
    height: auto;
    display: block;
  }
  .mainVisual .lyt:before {
    display: block;
    width: 100%;
    padding-top: 89.33333%;
    background-image: url("../images/wedding/index_image01_sp.jpg");
    background-size: contain;
    margin-bottom: 30px;
  }
  .mainVisual .lyt .inner {
    display: block;
    padding: 0 5.33333%;
  }
  .mainVisual .lyt .inner .catch {
    width: auto;
    max-width: 295px;
    margin: 0 0 30px;
  }
  .mainVisual .lyt .inner .text {
    margin-bottom: 0;
  }
  .mainVisual .lyt .inner .text p {
    font-size: 12px;
    line-height: 2;
  }
  .mainVisual .lyt .inner .scrollDown {
    display: none;
  }

  .indexLink + .indexLink {
    margin-top: 105px;
  }
  .indexLink:last-child {
    margin-bottom: 95px;
  }
  .indexLink a {
    display: block;
  }
  .indexLink a > * {
    display: block;
  }
  .indexLink.rtol .title .hdg {
    left: 50%;
  }
  .indexLink.rtol .text p {
    text-align: center;
  }
  .indexLink .title {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
  }
  .indexLink .title .hdg {
    top: -15px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .indexLink .title .hdg.wedding {
    width: 197px;
  }
  .indexLink .title .hdg.catering {
    width: 207px;
  }
  .indexLink .text {
    width: 100%;
  }
  .indexLink .text p {
    text-align: center;
  }
  .indexLink .text p span {
    padding-bottom: 6px;
  }

  .contents > .hdg02 {
    padding: 15px 0 0;
    margin-bottom: 40px;
  }
  .contents > .hdg02.wedding {
    width: 197px;
  }
  .contents > .hdg02.catering {
    width: 207px;
  }
  .contents > .visual {
    margin-bottom: 40px;
  }
  .contents .blockConcept {
    margin-bottom: 60px;
  }
  .contents .blockConcept dl {
    display: block;
  }
  .contents .blockConcept dl > * {
    display: block;
  }
  .contents .blockConcept dl dt {
    width: 100%;
    font-size: 25px;
    margin-bottom: 25px;
    text-align: center;
  }
  .contents .blockConcept dl dd {
    font-size: 12px;
    line-height: 2;
  }
  .contents .contact .hdg03 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .contents .contact .lead {
    font-size: 12px;
    line-height: 2;
    text-align: left;
    margin-bottom: 20px;
  }
  .contents .contact .form .inputArea {
    display: block;
  }
  .contents .contact .form .inputArea > * {
    display: block;
  }
  .contents .contact .form .inputArea + .inputArea {
    margin-top: 30px;
  }
  .contents .contact .form .inputArea .input {
    width: 100%;
  }
  .contents .contact .form .inputArea .name {
    padding-top: 0;
    margin-bottom: 6px;
  }
  .contents .contact .form .inputArea .name p {
    font-size: 12px;
  }
  .contents .contact .form .inputArea .inputText,
  .contents .contact .form .inputArea textarea {
    height: 32px;
    line-height: 32px;
  }
  .contents .contact .form .inputArea textarea {
    height: 100px;
  }
  .contents .contact .form .submit {
    width: 100%;
    margin: 30px 0 0;
  }
  .contents .contact .form .submit input[type="submit"],
  .contents .contact .form .submit input.back {
    font-size: 12px;
  }
  .contents .contact .form .submit span {
    margin: 0 auto;
  }
  .contents .contact.confirm {
    padding: 30px 0 0;
  }
  .contents .contact.confirm .hdg03 {
    margin-bottom: 30px;
  }
  .contents .contact.confirm .lead {
    margin-bottom: 40px;
  }
  .contents .contact.confirm .compText {
    margin-bottom: 40px;
  }
  .contents .contact.confirm .form .inputArea .input .confText {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 0;
  }
  .contents .contact.confirm .form .submit {
    text-align: center;
  }
  .contents .contact.confirm .form .submit span {
    width: 130px;
  }
  .contents .pageNav {
    margin-top: 60px;
  }
  .contents .pageNav p a {
    font-size: 16px;
    height: 134px;
    background-size: cover;
  }
  .contents .pageNav p a span:after {
    width: 27px;
    height: 7px;
    margin-top: 14px;
  }
}

/*# sourceMappingURL=wedding.css.map */
