@charset "UTF-8";

/* CSS Document */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding-top: 0;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
}

a {
  border: 0;
}

.gothic {
  font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

.mincho {
  font-family:
    "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    serif;
  font-weight: normal;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.noto300 {
  font-weight: 300;
}

.noto500 {
  font-weight: 500;
}

.noto700 {
  font-weight: 700;
}

.noto900 {
  font-weight: 900;
}

#wrap {
  width: 100%;
  height: 100%;
  padding-top: 0;
  margin: 0;
  overflow: hidden;
}

.hide {
  display: none !important;
}

/*----------------------------------------------------------
共通
----------------------------------------------------------*/

/*----------------------------------------------------------
ヘッダー
----------------------------------------------------------*/

@media screen and (min-width: 761px), print {
  /* PC */
  header input {
    display: none;
  }
  .spbt {
    display: none;
  }
  header {
    position: fixed;
    width: 100%;
    height: 70px;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #4a3f39;
  }
  header .logo {
    position: absolute;
    top: 21px;
    left: 16px;
    right: 0;
  }
  header img {
    height: 28px;
  }
  header nav {
    position: absolute;
    height: 100%;
    top: 0;
    right: 5%;
    bottom: 0;
  }
  nav ul {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
    margin: auto 0;
  }
  nav li {
    display: block;
    width: auto;
    margin: 0 1.25em;
  }
  nav li a {
    font-size: 15px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    transition-duration: 0.5s;
  }
  nav li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 760px) {
  /* SP */
  header input {
    display: none;
  }
  header {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 60px;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #4a3f39;
  }
  header .logo {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 0;
  }
  header img {
    height: 28px;
  }
  .slidemenuwrap {
    position: absolute;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.6s;
    z-index: 150;
  }
  .slidemenuwrap nav {
    position: absolute;
    width: 90%;
    height: 50vh;
    min-height: 300px;
    top: 8vh;
    left: 5%;
    right: 5%;
    background-color: rgba(102, 95, 89, 0.9);
    transform: translateY(-100%);
    transition: all 0.6s;
    opacity: 0;
  }
  .slidemenuwrap.active nav {
    transform: translateZ(0);
    opacity: 1;
  }
  nav ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 0.75em;
    list-style-type: none;
    padding-left: 0;
    font-size: calc(17px + 0.8vw);
  }
  nav li {
    display: block;
    width: auto;
    margin: 1.25em 0 1.25em 1em;
  }
  nav li a {
    font-size: calc(19px + 1vw);
    line-height: 1;
    color: #fff;
    text-decoration: none;
    transition-duration: 0.5s;
  }
  nav li a:hover {
    text-decoration: underline;
  }
  .spbt {
    position: absolute;
    width: 43px;
    height: 43px;
    top: 9px;
    right: 9px;
    z-index: 100;
    border: 2px solid #fff;
  }
  .spbt::before {
    display: block;
    content: "";
    padding-top: 100%;
  }
  .slidemenuwrap.active .spbt {
    background-image: none;
  }
  .spbt .smb_span {
    display: inline-block;
    position: absolute;
    width: 66%;
    height: 2px;
    left: 18%;
    border-radius: 1px;
    background-color: #fff;
    transition: all 0.3s;
    z-index: 5;
  }
  .slidemenuwrap.active .smb_span {
    height: 1px;
    background-color: #fff;
  }
  .smb_span:nth-of-type(1) {
    top: 11px;
  }
  .slidemenuwrap.active .smb_span:nth-of-type(1) {
    margin-top: 8px;
    transform: rotate(-45deg);
  }
  .smb_span:nth-of-type(2) {
    top: 19px;
  }
  .slidemenuwrap.active .smb_span:nth-of-type(2) {
    opacity: 0;
  }
  .smb_span:nth-of-type(3) {
    top: 27px;
  }
  .slidemenuwrap.active .smb_span:nth-of-type(3) {
    margin-top: -7px;
    transform: rotate(45deg);
  }
}

/*----------------------------------------------------------
sec1
----------------------------------------------------------*/

@media screen and (min-width: 761px), print {
  /* PC */
  .sec1 {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 450px;
    margin: 60px 0 0 0;
    background-color: #dbd8d6;
  }
  .sec1::after {
    position: absolute;
    z-index: 0;
    display: block;
    content: "";
    width: 55%;
    height: 450px;
    top: 0;
    left: 45%;
    right: 0;
    bottom: 0;
    background-image: url(image/index_s1image.jpg);
    background-size: cover;
    background-position: center;
  }
  .sec1::before {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 55%;
    height: 450px;
    top: 0;
    left: 45%;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      to right,
      rgba(219, 216, 214, 1) 0%,
      rgba(237, 235, 234, 0.5) 20%,
      rgba(255, 255, 255, 0) 40%
    );
  }
  .sc1_content {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px),
      linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px);
    background-position: 16px 2px;
    background-size: 37px 37px;
  }
  .s1_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55%;
    height: 100%;
    margin: 0 auto 0 0;
    text-align: center;
    color: #4a3f39;
  }
  .s1t_l1 {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 auto;
    font-size: 41px;
    line-height: 1;
  }
  .s1t_l2 {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 2.85em auto 0 auto;
    font-size: calc(7px + 1vw);
    line-height: 1.85;
  }
}

@media screen and (max-width: 760px) {
  /* SP */
  .sec1 {
    position: relative;
    z-index: -1;
    width: 100%;
    height: calc(100vh - 60px);
    min-height: 400px;
    margin: 60px 0 0 0;
    background-color: #dbd8d6;
  }
  .sec1::after {
    position: absolute;
    z-index: 0;
    display: block;
    content: "";
    width: 100%;
    height: 40%;
    min-height: 160px;
    max-height: 300px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(image/index_s1image.jpg?260214);
    background-size: cover;
    background-position: center;
  }
  .sc1_content {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: calc(32vh + 60px);
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px),
      linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px);
    background-position: 22px 16px;
    background-size: 37px 37px;
  }

  .s1_text {
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
    color: #4a3f39;
  }
  .s1t_l1 {
    width: auto;
    margin: 0 auto;
    font-size: calc(40px + 1vw);
    line-height: 1;
  }
  .s1t_l2 {
    width: 90%;
    margin: 1.5em auto 0 auto;
    font-size: calc(16px + 1vw);
    line-height: 1.8;
  }
  .s1t_l2 span {
    display: inline-block;
  }
  .s1_image {
    width: 100%;
    height: 28vh;
    min-height: 180px;
    margin: 0;
    background-image: url(image/index_s1image.jpg?260214);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/*----------------------------------------------------------
sec2
----------------------------------------------------------*/

@media screen and (min-width: 761px), print {
  /* PC */
  .sec2 {
    width: 100%;
    margin: 24px 0 0 0;
  }
  .s2_content {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
  }
  .s2c_image {
    width: 45%;
    max-width: 600px;
    margin: 0;
  }
  .s2c_image img {
    width: 100%;
    margin: 0 auto;
  }
  .s2c_text {
    width: 40%;
    margin: 0;
    color: #000;
    text-align: left;
  }
  .s2ct_l1 {
    width: 100%;
    margin: 0;
  }
  .s2ct_l1 p {
    margin: 0 auto 1em 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .s2ct_l2 {
    margin: 48px 0 0 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #edebea;
    text-align: center;
    font-size: 21px;
  }
  .s2ct_l2 p {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: left;
  }
  .s2ct_l2 a {
    display: block;
    color: #000;
  }
  .s2ct_l3 {
    width: 100%;
    margin: 16px 0 0 0;
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }
}

@media screen and (max-width: 760px) {
  /* SP */
  .sec2 {
    width: 100%;
    margin: 0;
  }
  .s2_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  .s2c_image {
    order: 2;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .s2c_image img {
    width: 100%;
  }
  .s2c_text {
    order: 1;
    width: 92%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 8px;
    color: #000;
    text-align: left;
  }
  .s2ct_l1 {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  .s2ct_l1 p {
    width: auto;
    margin: 1em auto;
    font-size: calc(12px + 1vw);
    line-height: 1.5;
    text-align: left;
  }
  .s2ct_l2 {
    width: 100%;
    margin: 32px 0 0 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #edebea;
    text-align: center;
    font-size: calc(14px + 1vw);
  }
  .s2ct_l2 p {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: left;
  }
  .s2ct_l2 a {
    display: block;
    color: #000;
  }
  .s2ct_l3 {
    width: 100%;
    margin: 16px 0 0 0;
    font-size: calc(10px + 0.5vw);
    line-height: 1;
    text-align: center;
  }
}

/*----------------------------------------------------------
index - sample
----------------------------------------------------------*/

@media screen and (min-width: 761px), print {
  /* PC */
  .sample {
    width: 95%;
    margin: 80px auto 0 auto;
  }
  .sm_title {
    width: 100%;
    height: 58px;
    margin: 16px 0 0 0;
    background-color: #6f6a63;
    font-size: 28px;
    line-height: 58px;
    color: #fff;
    text-align: center;
  }
  .sm_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    margin: 16px 0 0 0;
    padding-bottom: 32px;
    background-color: #edebea;
  }
  .sm_content .smc_block {
    display: inline-block;
    width: 45%;
    min-width: 480px;
    margin: 0;
    padding-top: 20px;
  }
  .smcb_title {
    margin: 0;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    color: #4a3f39;
  }
  .smcb_image {
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .smcb_image img {
    display: block;
    width: 50%;
    margin: 0;
  }
}

@media screen and (max-width: 760px) {
  /* SP */
  .sample {
    width: 100%;
    margin: 0;
  }
  .sm_title {
    width: 100%;
    height: 60px;
    margin: 64px 0 0 0;
    background-color: #6f6a63;
    font-size: calc(28px + 1vw);
    line-height: 60px;
    color: #fff;
    text-align: center;
  }
  .sm_content {
    width: 92%;
    margin: 16px auto 0 auto;
    padding-bottom: 24px;
    background-color: #edebea;
  }
  .sm_content .smc_block {
    display: block;
    width: 100%;
    margin: 0;
    padding-top: 12px;
  }
  .smcb_title {
    margin: 0;
    font-size: calc(14px + 1vw);
    line-height: 1.8;
    text-align: center;
    color: #4a3f39;
  }
  .smcb_image {
    width: 92%;
    margin: 0 auto;
  }
  .smcb_image img {
    display: block;
    width: 100%;
    margin: 0;
  }
}

/*----------------------------------------------------------
　　TOPボタン
----------------------------------------------------------*/

.fadeInUp {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 750ms;
  -ms-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (min-width: 761px), print {
  /* PC */
  .topbutton {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 28px;
    left: 0;
  }
  .tb_content {
    width: 98%;
    height: 100%;
    margin: 0 auto;
    padding-right: 1%;
    text-align: right;
  }
  .pagetop {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 0 0 auto;
    padding-top: 12px;
    border: 3px solid #4a3f39;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .triangle {
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 18px solid #4a3f39;
    border-top: 0;
  }
}

@media screen and (max-width: 760px) {
  /* SP */
  .topbutton {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 52px;
    bottom: 36px;
    left: 0;
  }
  .tb_content {
    width: 92%;
    height: 100%;
    margin: 0 auto;
    text-align: right;
  }
  .pagetop {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 0 0 auto;
    padding-top: 12px;
    border: 3px solid #4a3f39;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .triangle {
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-bottom: 20px solid #4a3f39;
    border-top: 0;
  }
}

/*----------------------------------------------------------
footer
----------------------------------------------------------*/

@media screen and (min-width: 761px), print {
  /* PC */
  footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    width: 100%;
    margin: 48px 0 0 0;
    padding-top: 16px;
    background-color: #4a3f39;
    color: #fff;
  }
  .ft_l1 {
    width: 50%;
    margin: 0;
    padding-left: 20px;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 1.2;
  }
  .ft_l1 p {
    margin: 0.5em auto 0 0;
  }
  .ft_l1 p span {
    display: inline-block;
  }
  .ft_l1 a {
    color: #fff;
  }
  .ft_l2 {
    width: 50%;
    margin: 0;
    padding-right: 32px;
    text-align: center;
    font-size: 13px;
    line-height: 1;
  }
  .ft_l2 ul {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .ft_l2 ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 1em;
  }
  .ft_l2 ul li a {
    color: #fff;
    text-decoration: none;
  }
  .ft_privacy {
    display: block;
    width: 100%;
    margin: 1.5em 0 0 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  .ft_l3 {
    width: 100%;
    margin: 16px 0 0 0;
    padding-bottom: 8px;
    text-align: center;
    font-size: 13px;
    line-height: 3;
    background-color: #6f6a63;
  }
}

@media screen and (max-width: 760px) {
  /* Sp */
  footer {
    width: 100%;
    margin: 48px 0 0 0;
    padding: 16px 0 0 0;
    background-color: #4a3f39;
    color: #fff;
  }
  .ft_l1 {
    width: 93%;
    margin: 0 auto;
    padding-bottom: 8px;
    font-size: calc(10px + 1vw);
    line-height: 1.2;
  }
  .ft_l1 p {
    margin: 0.55em auto 0 0;
  }
  .ft_l1 p span {
    display: inline-block;
  }
  .ft_l1 a {
    color: #fff;
  }
  .ft_l2 {
    width: 93%;
    margin: 32px auto 0 auto;
    padding-bottom: 16px;
    text-align: left;
    font-size: calc(10px + 1vw);
    line-height: 1;
  }
  .ft_l2 ul {
    display: block;
    width: 100%;
    margin: 0 0 0 -1em;
    text-align: left;
  }
  .ft_l2 ul li {
    display: block;
    list-style-type: none;
    margin: 1.25em 0;
  }
  .ft_l2 ul li a {
    color: #fff;
    text-decoration: none;
  }
  .ft_privacy {
    display: block;
    width: 100%;
    margin: 1em 0 0 0;
    padding-left: 2em;
    color: #fff;
    text-decoration: none;
    text-align: left;
  }
  .ft_l3 {
    width: 100%;
    margin: 16px 0 0 0;
    padding-bottom: 8px;
    text-align: center;
    font-size: calc(10px + 1vw);
    line-height: 3.5;
    background-color: #6f6a63;
  }
}
