@charset "utf-8";

body {
	background-image: url("../img/bg.jpg");
    font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
a {
    text-decoration: none;
}
a:hover {
    opacity: 0.8
}
.nopc {
    display: none;
}

/*フェードイン*/
.fade-effect {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}
.fade-effect.scrollin {
    opacity: 1;
    transform: translateY(0);
}

/* ローダー */
.loader-wrap {
    position: fixed;
    display: flex;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #deddcb;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
}
.loader {
    margin: 60px auto;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: .8em solid rgba(255, 255, 255, 0.2);
    border-right: .8em solid rgba(255, 255, 255, 0.2);
    border-bottom: .8em solid rgba(255, 255, 255, 0.2);
    border-left: .8em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* タイトル */
.main__ttl {
    text-align: center;
}
h1.main__ttl-txt {
    position: relative;
    padding: 50px 0 0.25em;
    color: #6b4545;
    font-size: 35px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .5em;
    text-indent: .5em;
}
h1.main__ttl-txt span {
    display: block;
    width: 200px;
    margin: 10px auto 0;
    padding-top: 10px;
    border-top: solid 1px #6b4545;
    font-size: .6em;
    letter-spacing: .2em;
    text-indent: .2em;
}

/* ナビゲーション */
.nav--sp {
    display: none;
}
.nav--pc {
    display: flex;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 10vh;
    background-color: #000;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.nav--pc a:hover {
    text-decoration: underline;
}
.nav--pc-main li, .nav--pc-secondary li {
    display: inline-block;
    margin: 0.5vw;
    padding: 0.5vw;
    line-height: 25px;
}
.nav--pc-main li a, .nav--pc-secondary li a{
    color: #fff;
}
.nav--pc-main li img {
    width: 30px;
}
.nav__link--lang {
    color: #fff;
    font-size: .8em;
}
.nav__btn--pc a {
    padding: 15px;
    border: solid 1px #fff;
}
.nav__btn--pc a:hover {
    border: solid 1px #000;
    background: #ffb277;
    color: #000;
    text-decoration: none;
}
.nav--pc-secondary {
    font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

/* モーダルウィンドウ */
.modal {
    display: none;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
}
.modal__bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
}
.modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    padding-top: 50px;
    background: #e5e2ca;
    border-radius: 10px;
    color: #6b4545;
    font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    text-align: center;
}
.modal__content p {
    padding: 30px 10px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.modal__content h2 i {
    padding-right: 5px;
    font-size: 28px;
}
.modal__btn--close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #7b7b7b;
    font-size: 40px;
    cursor: pointer;
}
.modal__ttl {
    font-size: 30px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    letter-spacing: 0;
}
.modal__detail {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    background-color: #fff;
    border: #000 2px solid;
    color: #000;
    font-weight: 500;
    font-size: 20px;
}
.modal__detail li {
    padding-bottom: 20px;
}
.modal__detail li a {
    color: #000;
    text-decoration: underline;
}
.modal__link {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
    text-align: right;
}
.modal__link li {
    display: inline-block;
    margin-left: 20px;
}
.modal__link li a {
    color: #ea6332;
}
.modal__link li a:before {
    padding-right: 3px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: '\f138';
}
.modal__link li a:hover {
    text-decoration: none;
}

/* フッター */
footer {
    position: relative;
    width: 100%;
    z-index: 2;
}
.footer__content {
    padding: 80px 0 60px;
    background-color: #452d2d;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.footer__content img {
    width: 180px;
    padding-bottom: 10px;
}
.footer__list--sns {
    width: 50%;
    margin: 10px auto 0;
    padding: 20px 0;
    border-top: solid 1px #6b4545;
}
.footer__list--sns li {
    display: inline-block;
    padding: 0 5px;
}
.footer__list--sns li a {
    color: #fff;
}
.footer__txt--copy {
    padding: 10px 0;
    background: #000;
    text-align: right;
    font-size: 12px;
    color: #ababab;
}

/* TOPへ戻る */
#pagetop {
    position: fixed;
    right: 20px;
    bottom: 30px;
}
#pagetop a:hover {
    opacity: 0.5;
}
#pagetop img {
    width: 120px;
    height: auto;
}
