/*------------------------------------------
reset.scss
-----------------------------------------*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

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

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*------------------------------------------
base.scss
-----------------------------------------*/
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  font-size: 1.4rem; /* 16px */
  font-weight: 400;
  line-height: 2.2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

.bgblack a, .bgblack02 a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}
.bgblack a:hover, .bgblack02 a:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*----responsive---------*/
.pc {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

/*----------box---------*/
.container__full {
  width: 100%;
}
.container__l {
  max-width: 980px;
  margin: 0 auto;
  width: 92%;
}
.container__m {
  margin: 0 auto;
  max-width: 780px;
  width: 80%;
}
.container__s {
  margin: 0 auto;
  max-width: 580px;
  width: 65%;
}

.btn__more {
  margin: 24px auto 0;
  max-width: 360px;
  width: 72%;
}

a.btn_01 {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin: auto;
  line-height: 2.4;
  font-weight: bold;
  border: 1px solid #ccc;
  transition: 0.5s;
}

a.btn_01:hover {
  color: #000;
  background: #b99c8c;
}

.links {
  width: 92%;
  max-width: 600px;
  margin: 60px auto 0;
}
@media screen and (min-width: 1025px) {
  .links {
    margin: 120px auto 0;
  }
}
.links ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .links ul {
    flex-direction: row;
    justify-content: space-between;
  }
}
.links li {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .links li {
    width: 49%;
  }
}
.links li:nth-child(n+2) {
  margin-top: 16px;
}
@media screen and (min-width: 1025px) {
  .links li:nth-child(n+2) {
    margin-top: 0;
  }
}

a.btn_02 {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin: auto;
  line-height: 3.4;
  font-weight: bold;
  background-color: #f1eae0;
  transition: 0.5s;
}

a.btn_02:hover {
  color: #333;
  background: #b99c8c;
}

footer {
  background-color: #a49d8b;
  padding: 24px 0;
  margin-top: 60px;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  footer {
    padding: 40px 0 8px;
  }
}
footer p {
  text-align: center;
  font-size: 1.2rem;
}

.footer__logo {
  max-width: 120px;
  width: 24%;
  margin: 0 auto 16px;
}

/*------------------------------------------
main.scss
-----------------------------------------*/
.header {
  background-image: url(../img/cheztoi_main_sp.jpg);
  background-origin: border-box;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-attachment: fixed;
  max-width: 1240px;
  width: 100%;
  height: 60vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (min-width: 1025px) {
  .header {
    background-position: center center;
    background-image: url(../img/cheztoi_main_pc.jpg);
    height: 80vh;
  }
}
.header__title {
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-family: "Playfair Display", serif;
  letter-spacing: 2px;
  margin: -8% auto 0;
}
@media screen and (min-width: 1025px) {
  .header__title {
    font-size: 4rem;
    color: #fff;
    text-align: right;
    margin: -4% 8% 0 0;
  }
}
.header__title span {
  font-size: 1.6rem;
  display: block;
}
@media screen and (min-width: 1025px) {
  .header__title span {
    font-size: 2rem;
  }
}

.lead {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  width: 92%;
  margin: 40px auto 0;
}

.pagenav {
  margin: 40px auto 0;
}
.pagenav ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  font-size: 1.2rem;
  flex-wrap: wrap;
  width: 72%;
  max-width: 720px;
  text-align: center;
}
.pagenav ul li {
  width: 48%;
  padding: 4px 8px;
  border: solid 1px #333;
}
@media screen and (min-width: 1025px) {
  .pagenav ul li {
    width: 24%;
  }
}
.pagenav ul li:nth-child(n+3) {
  margin-top: 8px;
}
@media screen and (min-width: 1025px) {
  .pagenav ul li:nth-child(n+3) {
    margin-top: 0;
  }
}
.pagenav ul li a {
  display: block;
}

.box {
  max-width: 720px;
  width: 92%;
  margin: 80px auto 0;
}
@media screen and (min-width: 1025px) {
  .box {
    margin: 160px auto 0;
  }
}

.item__title {
  font-size: 2.8rem;
  text-align: center;
}
.item__title span {
  font-size: 1.4rem;
  display: block;
  text-decoration: underline;
  margin: -8px auto 0;
}

.color {
  display: flex;
  justify-content: center;
}
.color--brown {
  color: #7a5b50;
}
.color--red {
  color: #8f3345;
}
.color--khaki {
  color: #91915c;
}
.color--black {
  color: #000;
}
.color--offwhite {
  color: #f1edec;
}
.color--green {
  color: #659158;
}
.color--blue {
  color: #344065;
}
.color--beige {
  color: #d9c7bc;
}

.items {
  margin-top: 24px;
}
@media screen and (min-width: 1025px) {
  .items {
    margin-top: 32px;
  }
}

.item__wrap01 {
  display: flex;
  justify-content: space-between;
}
.item__wrap01--left {
  width: 58.5%;
}
.item__wrap01--left img:nth-child(n+2) {
  margin-top: 4%;
}
.item__wrap01--right {
  width: 39.5%;
}
.item__wrap01--right img:nth-child(n+2) {
  margin-top: 4%;
}
.item__wrap02 {
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
}
.item__wrap02--left {
  width: 47%;
  margin-right: 2%;
}
.item__wrap02--right {
  width: 51%;
}
.item__wrap03 {
  width: 100%;
}
.item__wrap04 {
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
}
.item__wrap04--left {
  width: 38%;
}
.item__wrap04--right {
  width: 59.5%;
}
.item__wrap05 {
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
}
.item__wrap05--left {
  width: 58%;
}
.item__wrap05--right {
  width: 39.5%;
}
.item__wrap06 {
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
}
.item__wrap06--left {
  width: 32.5%;
}
.item__wrap06--right {
  width: 65.5%;
}
.item__wrap07 {
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
}
.item__wrap07--left {
  width: 32.5%;
}
.item__wrap07--center {
  width: 32%;
}
.item__wrap07--right {
  width: 32%;
}
.item__wrap08 {
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
}
.item__wrap08--left {
  width: 66%;
}
.item__wrap08--right {
  width: 32%;
}
.item__wrap09 {
  display: flex;
  justify-content: space-between;
}
.item__wrap09--left {
  width: 56%;
}
.item__wrap09--right {
  width: 42%;
}
.item__wrap09--right img:nth-child(n+2) {
  margin-top: 5%;
}
.item__wrap10 {
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
}
.item__wrap10--left {
  width: 47.5%;
}
.item__wrap10--right {
  width: 50.5%;
}

/*------------------------------------------
animation.scss
-----------------------------------------*/
.invisible {
  transition: opacity 0.2s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.2s ease;
  opacity: 1;
}

.inviewfadeIn {
  opacity: 0;
  transition: 0.6s;
}

.fadein {
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}

/*----------page top icon---------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

#page-top a {
  width: 18px;
  padding: 0;
  display: block;
}

#page-top a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */