@charset "UTF-8";

/* Scss Document */
/* CSS Document */
body {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li img,
dt img,
dd img {
    vertical-align: top;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

html.open {
    overflow: visible;
}


body {
    overflow-x: hidden;
    font-size: 1.4rem;
    line-height: 1;
}


a {
    text-decoration: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
}


.caption {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 600;
    color: #727272;
    margin: 2.5rem auto;
    font-family: "Shippori Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.caption {
    font-size: 1.0rem;
    margin-bottom: 2.5rem;
}


.pc {
    display: none;
}


.sp {
    display: block;
}

/* 資料請求・来場予約共通　幅は別で指定 */
.btn__req,
.btn__res {
    /*font-family: $font-family-base;*/
    font-family: "Shippori Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.2rem;
    letter-spacing: 0.07em;
    text-align: center;
    color: #FFF;
    line-height: 1.0;
    position: relative;
    overflow: hidden;
}

@keyframes shiny {
    0% {
        left: -20%;
    }

    10% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

.btn__req::after,
.btn__res::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.btn__req a,
.btn__res a {
    display: block;
    color: #FFF;
    padding: 1rem 0;
    transition: 0.5s;
}

.btn__req a:hover,
.btn__res a:hover {
    opacity: 0.7;
}

.btn__req a {
    background: #564224;
    background: linear-gradient(90deg, #564224 0%, #ba8e4c 50%, #564224 100%);
    color: #FFF;
}

.btn__req a .sub-en {
    display: block;
    font-family: "EB Garamond", serif;
    font-weight: 300;
    font-size: 1.2rem;
    color: #e5cca7;
    margin-top: 0.7rem;
}

.btn__res a {
    background: #69261e;
    background: linear-gradient(90deg, #69261e 0%, #dc503e 50%, #69261e 100%);
    color: #FFF;
}

.btn__res a .sub-en {
    display: block;
    font-family: "EB Garamond", serif;
    font-weight: 300;
    font-size: 1.2rem;
    color: #e5cca7;
    margin-top: 0.5rem;
}

/* header -------------------------------------- */
.header {
    width: 100%;
    background: #000;
    position: fixed;
    z-index: 25;
    height: 155px;
    border-bottom: 1px solid #b0b0b0;
    /*-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);*/
}

.header {
    width: 100%;
    height: auto;
}

.header {
    /*position: static;*/
}

.header .container {
    width: 95%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header .container {
    width: 95%;
}

.header .container {
    display: none;
}

.header .h1__wrap {
    /*width:560px;*/
    max-width: 560px;
    width: 40%;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}

.header .h1__wrap h1 {
    width: 200px;
    margin-right: 2rem;
}

.header .h1__wrap h1 img {
    width: 100%;
}

.header .h1__wrap h1 {
    width: 135px;
}

.header .h1__wrap h1 {
    width: 100px;
}

.header .h1__wrap .header__tel {
    width: 100%;
}

.header .h1__wrap .header__tel {
    width: 300px;
}

.header .header__nav-pc {
    max-width: 700px;
    width: 55%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.header .header__nav-pc__sub {
    margin-right: 1rem;
    /*width: 385px;*/
    /*width: 265px*/
    width: 58%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.header .header__nav-pc__sub p,
.header .header__nav-pc__sub .loan {
    display: inline-block;
    color: #876c44;
    font-size: 1.3rem;
    font-family: "Shippori Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 600;
    text-align: center;
    line-height: 1.0;
    width: 32.5%;
}

.header .header__nav-pc__sub p,
.header .header__nav-pc__sub .loan {
    font-size: 1.2rem;
}

.header .header__nav-pc__sub p a:before,
.header .header__nav-pc__sub .loan a:before {
    font-family: "Material Icons";
    font-weight: 500;
    vertical-align: sub;
    font-size: 1.5rem;
}

.header .header__nav-pc__sub p.map a:before,
.header .header__nav-pc__sub .loan.map a:before {
    content: ' ';
}

.header .header__nav-pc__sub p.info,
.header .header__nav-pc__sub .loan.info {
    display: none;
}

.header .header__nav-pc__sub p.info a:before,
.header .header__nav-pc__sub .loan.info a:before {
    content: ' ';
}

.header .header__nav-pc__sub p.contact a:before,
.header .header__nav-pc__sub .loan.contact a:before {
    content: ' ';
}

.header .header__nav-pc__sub p a,
.header .header__nav-pc__sub .loan a {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #d3bf92;
    display: block;
    border: 1px solid #d3bf92;
    padding: 0.6rem 0;
}

.header .header__nav-pc__sub p a:hover,
.header .header__nav-pc__sub .loan a:hover {
    background: #d3bf92;
    color: #000;
    border: 1px solid #d3bf92;
}

.header .header__nav-pc__sub .loan a:before {
    content: ' ';
}

.header .header__nav-pc__res-req {
    width: 40%;
    display: flex;
    justify-content: space-between;
}

.header .header__nav-pc__res-req .btn__req,
.header .header__nav-pc__res-req .btn__res {
    width: 49.5%;
}

.header .header__nav-pc__res-req .btn__req a,
.header .header__nav-pc__res-req .btn__res a {
    width: 100%;
    height: 70px;
    line-height: 1.0;
    margin-left: auto;
    padding: 1.5rem 0;
}

.header .header__nav-pc__res-req .btn__req a,
.header .header__nav-pc__res-req .btn__res a {
    font-size: 1.8rem;
}

.header .header__nav-pc__res-req .btn__req a .sub-jp,
.header .header__nav-pc__res-req .btn__res a .sub-jp {
    font-size: 1.4rem;
}

/* ナビ */
.g-nav {
    margin: 0.7rem 0 0;
}

.g-nav {
    margin: 1rem 0 0;
}

.g-nav {
    display: none;
}

.g-nav ul {
    width: 1200px;
    margin: 0 auto 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.g-nav ul {
    width: 95%;
}

.g-nav li {
    position: relative;
    font-family: "Shippori Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 500;
    color: #999999;
    width: 14.2%;
    text-align: center;
    font-size: 1.6rem;
    height: 20px;
    border-right: 1px solid #b0b0b0;
    line-height: 1.4rem;
    letter-spacing: 0.02em;
    /*@include max-screen($breakpoint-lg){
  	font-size: 1.4rem;
  }*/
}

.g-nav li:first-child {
    border-left: 1px solid #b0b0b0;
}

.g-nav li a {
    color: #fff;
    display: block;
    text-decoration: none;
    height: 25px;
    position: relative;
    overflow: hidden;
    /*-webkit-transition: all .3s;
      transition: all .3s;*/
}

.g-nav li a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.g-nav li a:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/*.g-nav li a:hover{
	color:#d3bf92;
}*/
.g-nav li.here a {
    color: #d3bf92;
    position: relative;
    font-weight: 600;
}

/* newマーク  */
#g-nav__concept,
#g-nav__plan,
#g-nav__design,
#g-nav__landplan,
#g-nav__model,
#g-nav__equipment,
#g-nav__building,
#g-nav__comfort {
    position: relative;
}

#g-nav__plan:after,
#g-nav__concept:after,
#g-nav__model:after,
#g-nav__landplan:after,
#g-nav__design:after,
#g-nav__equipment:after {
    /*width: 30px;
    position: absolute;
    background: #961f1f;
    content: 'NEW';
    font-family: "EB Garamond", serif;
    font-weight: normal;
    text-align: center;
    padding: 0.1rem 0.2rem;
    font-size: 1.2rem;
    color: #FFF;
    top: -15px;
    right: -8px;*/
}

/* ハンバーガーメニュー */
.header__nav-sp {
    display: none;
}

.header__nav-sp {
    display: block;
    position: fixed;
    z-index: 300;
    height: 70px;
    width: 100%;
    background: #000;
    border-bottom: 1px solid #b2b2b2;
}

.header__nav-sp__wrap {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header__nav-sp__wrap h1 {
    width: 95px;
    margin-top: 1rem;
}

.header__nav-sp__wrap h1 img {
    width: 100%;
}

.header__nav-sp__tel-menubtn {
    display: flex;
    margin-top: 1rem;
}

.header__nav-sp__tel span,
.header__nav-sp__menubtn span,
.header__nav-sp__res span,
.header__nav-sp__req span,
.header__nav-sp__contact span,
.header__nav-sp__map span {
    font-size: 1.0rem;
    color: #e5cca7;
    font-weight: 400;
    font-family: "EB Garamond", serif;
}

.header__nav-sp__tel {
    text-align: center;
    margin-right: 1.5rem;
}

.header__nav-sp__tel a:before {
    content: '';
    font-family: "Material Icons";
    color: #e5cca7;
    font-size: 2.7em;
    display: block;
}

.header__nav-sp__map {
    text-align: center;
    margin-right: 1.5rem;
}

.header__nav-sp__map a:before {
    content: '';
    font-family: "Material Icons";
    color: #e5cca7;
    font-size: 2.7em;
    display: block;
}

.header__nav-sp__req {
    text-align: center;
    margin-right: 1.5rem;
}

.header__nav-sp__req a:before {
    content: '';
    font-family: "Material Icons";
    color: #266b8e;
    font-size: 2.7em;
    display: block;
}

.header__nav-sp__res {
    text-align: center;
    margin-right: 1.5rem;
}

.header__nav-sp__res a:before {
    content: '';
    font-family: "Material Icons";
    color: #baa963;
    font-size: 2.7em;
    display: block;
}

.header__nav-sp__contact a {
    text-align: center;
    margin-right: 1.5rem;
}

.header__nav-sp__contact a a:before {
    content: '';
    font-family: "Material Icons";
    color: #66cafd;
    font-size: 2.7em;
    display: block;
}

.header__nav-sp__menubtn {
    text-align: center;
    cursor: pointer;
    color: #e5cca7;
}

.header__nav-sp__menubtn:before {
    content: '';
    font-family: "Material Icons";
    color: #e5cca7;
    font-size: 2.7em;
    display: block;
}

.header__nav-sp__menu {
    width: 100%;
    display: none;
}

.header__nav-sp .open {
    display: block;
    height: calc(100vh - 150px);
    margin-top: 0.7rem;
    background: #333;
    opacity: 0.95;
}

.header__nav-sp__menu ul {
    display: flex;
    flex-wrap: wrap;

    max-width: 1000px;
    margin: 0 auto;
}

.header__nav-sp__menu li {
    width: 50%;
    opacity: 0.95;
    padding: 2rem;
    border-bottom: 1px solid #444444;
    font-size: 1.3rem;
    font-weight: 500;
    color: #525252;
    position: relative;
    /*font-family:$font-family-base;*/
    font-family: "Shippori Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 600;
}

.header__nav-sp__menu li {
    padding: 1.2rem;
}

.header__nav-sp__menu li:nth-child(odd) {
    border-right: 1px solid #444444;
}

.header__nav-sp__menu li a {
    color: #e5cca7;
    text-decoration: none;
    display: block;
    border-radius: 0px;
}

.header__nav-sp__menu li.btn__req {
    width: 100%;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.0;
}


.header__nav-sp__menu li.btn__req a,
.header__nav-sp__menu li.btn__res a {
    color: #FFF;
    padding: 2rem 0;
}

.header__nav-sp__menu li.btn__res {
    width: 100%;
    background: #876c44;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 500;
}

.header__nav-sp__menu li.close {
    width: 100%;
    text-align: center;
    border-bottom: none;
    color: #FFF;
    cursor: pointer;
}

.header__nav-sp__menu li.close:before {
    color: #FFF;
    font-family: "Material Icons";
    content: ' ';
    vertical-align: sub;
}

/* new mark */
.header__nav-sp__menu li:nth-child(2) a:after,
.header__nav-sp__menu li:nth-child(3) a:after,
.header__nav-sp__menu li:nth-child(4) a:after,
.header__nav-sp__menu li:nth-child(6) a:after,
.header__nav-sp__menu li:nth-child(7) a:after,
.header__nav-sp__menu li:nth-child(8) a:after {
    /*background: #961f1f;
	font-family: $font-family-en;
  content: 'NEW';
  text-align: center;
	font-weight: normal;
  padding: 0.1rem 0.5rem;
  margin-left: 0.3rem;
  font-size: 1.2rem;
  color: #FFF;*/
}

/*モーダルの中身*/
.remodal-wrapper {
    width: 90%;
    margin: 0 auto;
}

.remodal-wrapper .remodal .in {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8;
    font-family: "Shippori Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.remodal-wrapper .remodal .in img {
    width: 100%;
}

.remodal-wrapper .remodal .in {
    font-size: 1.2rem;
}

.remodal-wrapper .remodal .in .tit {
    font-size: 2.0rem;
    margin-bottom: 2rem;
}

.remodal-wrapper .remodal .in .tit {
    font-size: 1.6rem;
}

.remodal-wrapper .remodal .in .txt span {
    font-size: 1.8rem;
    color: #988c52;
    font-weight: 700;
}

.remodal-wrapper .remodal .in .txt span {
    font-size: 1.3rem;
}

/* ライブ感 */
#t_live_balloon {
    position: fixed !important;
    z-index: 50;
}

#t_live_balloon {
    display: none !important;
}

#t_live_balloon #t_live_btn {
    left: 320px !important;
}

/* 打消し 画像が表示されないので */
#t_live_balloon #t_live_box {
    width: auto;
}

#t_live_balloon #t_live_btn .t_live_btn_base {
    width: auto;
    height: auto;
}

/* あなぶきヘッダー　打消しcss */
#common_header {
    box-sizing: content-box;
}

/* CVブロック -------------------------------------- */
.block-cv {
    background: #191919;
    text-align: center;
    padding: 9rem 0;
    position: relative;
}

.block-cv {
    background-attachment: inherit;
    padding: 7rem 0;
    height: auto;
}

.block-cv .border {
    width: 1px;
    height: 75px;
    background-color: #8d8167;
    left: 50%;
    margin-left: -1px;
    top: -12%;
    position: absolute;
}

.block-cv .txt {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #FFF;
    font-family: "Shippori Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    margin-bottom: 3rem;
}

.block-cv .txt .en {
    color: #876c44;
    font-weight: 300;
    letter-spacing: 0.2em;
    font-size: 2.4rem;
    margin-bottom: 1rem;
    font-family: "EB Garamond", serif;
}

.block-cv .txt {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 2.5rem;
}

.block-cv .btn_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 710px;
    margin: 0 auto;
}

.block-cv .btn_wrap {
    width: 90%;
}

.block-cv .btn_wrap {
    display: block;
}

.block-cv .btn__req,
.block-cv .btn__res {
    width: 340px;
}


.block-cv .btn__req,
.block-cv .btn__res {
    width: 48%;
}

.block-cv .btn__req,
.block-cv .btn__res {
    width: 100%;
    margin-bottom: 1.5rem;
}

.block-cv .btn__req a,
.block-cv .btn__res a {
    padding: 2rem;
    box-shadow: 0px 10px 20px 3px #131414;
    -webkit-box-shadow: 0px 10px 20px 3px #131414;
    -moz-box-shadow: 0px 10px 20px 3px #131414;
    -o-box-shadow: 0px 10px 20px 3px #131414;
    -ms-box-shadow: 0px 10px 20px 3px #131414;
}

.block-cv .btn__req a .sub-jp,
.block-cv .btn__res a .sub-jp {
    font-size: 1.6rem;
}

/* footer -------------------------------------- */
.footer {
    border-top: 1px solid #cccccd;
    padding: 4rem 0;
    background: #FFF;
    font-weight: 600;
}

.footer .footer__wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.footer .footer__wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.footer .footer__wrap {
    display: block;
    text-align: center;
}

.footer .footer__wrap p {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
    /*font-family:$font-family-base;*/
    font-family: "Shippori Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.privacy-policy {
    font-size: 1.2rem;
    margin-top: 15px;
    color: #333;
}

.privacy-policy {
    font-size: 1.4rem;
    margin-top: 2rem;
}

/* サイトマップ */
.footer__wrap__sitemap {
    width: 33%;
}

.footer__wrap__sitemap {
    display: none;
}

.footer__wrap__sitemap ul {
    display: flex;
    flex-wrap: wrap;
    /*font-family: $font-family-base;*/
    font-family: "Shippori Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.footer__wrap__sitemap li {
    width: 47%;
    padding-left: 1.2em;
    text-indent: -1.2em;
    margin-bottom: 10px;
    font-size: 1.4rem;
    color: #c9c9c9;
}

.footer__wrap__sitemap li {
    width: 47%;
    font-size: 1.0rem;
}

.footer__wrap__sitemap li:before {
    color: #c3c3c3;
    font-family: "Material Icons";
    content: ' ';
}

.footer__wrap__sitemap li a {
    color: #333;
    text-decoration: none;
}

/* 電話番号 */
.footer__wrap__tel {
    width: 33%;
    border-right: 1px solid #cccccd;
    border-left: 1px solid #cccccd;
    padding: 0 50px 0 50px;
    /*height:235px;*/
    cursor: default;
}

.footer__wrap__tel img {
    width: 100%;
}

.footer__wrap__tel {
    padding: 0 3vh;
}

.footer__wrap__tel {
    width: 100%;
    height: auto;
    padding: 0 0 3vh;
    border: none;
    border-bottom: 1px solid #cccccd;
}

.footer__wrap__tel .btn__res {
    margin: 2rem 0 1rem 0;
}

.footer__wrap__tel .btn__req a,
.footer__wrap__tel .btn__res a {
    box-shadow: 0px 10px 20px 3px #d4d0c5;
    -webkit-box-shadow: 0px 10px 20px 3px #d4d0c5;
    -moz-box-shadow: 0px 10px 20px 3px #d4d0c5;
    -o-box-shadow: 0px 10px 20px 3px #d4d0c5;
    -ms-box-shadow: 0px 10px 20px 3px #d4d0c5;
    padding: 1.5rem 0;
    font-size: 1.8rem;
    font-weight: 500;
}

.footer__wrap__tel .btn__req a .sub-jp,
.footer__wrap__tel .btn__res a .sub-jp {
    font-size: 1.4rem;
}

.footer__wrap__tel .btn__contact a {
    /*font-family: $font-family-base;*/
    font-family: "Shippori Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 1.4rem;
    line-height: 1.0;
    font-weight: 500;
    border: 1px solid #888888;
    color: #888888;
    padding: 10px;
    display: block;
    margin-top: 15px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer__wrap__tel .btn__contact a:before {
    content: ' ';
    font-family: "Material Icons";
    color: #c3c3c3;
    font-weight: 500;
    font-size: 1.6rem;
    vertical-align: sub;
}

.footer__wrap__tel .btn__contact a:hover {
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

.footer__wrap__tel__fukidashi {
    position: relative;
    display: inline-block;
    margin: 1.5em auto;
    padding: 7px 10px;
    width: 80%;
    color: #555;
    font-size: 16px;
    background: #e2e2e2;
    /*font-family: $font-family-base;*/
    font-family: "Shippori Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 1.2rem;

    display: none;
}

.sp-tel {
    pointer-events: none;
}

@media screen and (max-width:980px) {
    .footer .footer__wrap {
        max-width: 90%;
        margin: 0 auto;
    }

    .sp-tel {
        pointer-events: auto;
    }

    .footer__wrap__tel__fukidashi {
        display: block;
    }
}


.footer__wrap__tel__fukidashi:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #e2e2e2;
}

/* 事業主 */
.footer__wrap__seller {
    width: 33%;
    padding: 0 50px 0 50px;
}

.footer__wrap__seller {
    width: 100%;
    padding: 3vh 0 0 0;
}

.footer__wrap__seller img {
    width: 60%;
}

.footer__wrap__seller__box {
    margin-bottom: 40px;
}

.footer__wrap__seller__box {
    margin-bottom: 4rem;
}

.footer__wrap__seller__box:first-child img {
    width: 70%;
}

.footer__wrap__seller__box:last-child p {
    margin-bottom: 0;
}

.footer__wrap__seller__box:last-child img {
    width: 100%;
}

.footer__wrap__seller__box:last-child {
    margin-bottom: 0;
}

/* 予告広告 */
.yokoku {
    color: #666;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 600;
    margin: 3rem auto;
    display: flex;
    align-items: center;
    /*font-family: $font-family-base;*/
    font-family: "Shippori Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    display: none;
}

.yokoku {
    display: block;
    font-size: 1.0rem;
    margin: 2rem auto;
    line-height: 1.6;
    display: none;
}

.yokoku span {
    margin-right: 10px;
    border: 1px solid #666;
    padding: 5px 10px;
    text-align: center;
    width: 120px;
}

.yokoku span {
    display: block;
    width: 100%;
    margin-bottom: 0.2rem;
    display: none;
}

/* バナー削除　*/
#common_footer ul {
    /*@include max-screen($breakpoint-sm){
      	display: none;
  	}*/
}

/* バナー表示崩れ　打消し */
#common_footer li {
    box-sizing: content-box !important;
}

#common_footer .common_footer_bg {
    margin-bottom: 4.7rem;
}

/* 上へ戻るボタン -------------------------------------- */
#btn_totop {
    position: fixed;
    bottom: 2%;
    right: 3%;
    z-index: 10;
    text-align: center;
}

#btn_totop {
    bottom: 9%;
}

#btn_totop a {
    width: 50px;
    height: 50px;
    display: block;
    background: FFF;
    color: #cdcdcd;
    font-size: 1.0rem;
}

#btn_totop a:before {
    content: '';
    font-size: 3.0rem;
    line-height: 1.8;
    font-family: "Material Icons";
}

#btn_totop a span {
    display: block;
}

/* 下部固定　資料請求・来場予約ボタン（スマホのみ） -------------------------------------- */
.btn__req-res__fix {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 5;
}

.btn__req-res__fix ul {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.btn__req-res__fix li {
    width: calc(100% / 2);
    /*font-family:$font-family-base;*/
    font-family: "Shippori Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 500;
}

.btn__req-res__fix li a {
    width: 100%;
    color: #FFF;
    padding: 1.5rem 0;
    font-size: 1.4rem;
    text-align: center;
    float: left;
    text-decoration: none;
    display: block;
    border-radius: 0px;
    line-height: 1.0;
}

.btn__req-res__fix li.btn__contact a {
    background: #f2f2f2;
    color: #333;
}

.btn__req-res__fix li.btn__req a:before {
    font-family: "Material Icons";
    content: '';
    color: #FFF;
    vertical-align: sub;
    font-size: 1.8rem;
    margin-right: 6px;
}

.btn__req-res__fix li.btn__res a:before {
    font-family: "Material Icons";
    content: '';
    color: #FFF;
    vertical-align: sub;
    margin-right: 3px;
    font-size: 1.8rem;
}

.btn__req-res__fix li.btn__contact a:before {
    font-family: "Material Icons";
    content: '';
    color: #333;
    vertical-align: sub;
    font-size: 1.8rem;
    margin-right: 6px;
}

/* --------------------------------------
下層ページ 
-------------------------------------- */
.contents {
    padding-top: 240px;
}

.contents {
    padding-top: 150px;
}

.contents {
    padding-top: 5rem;
}

.page {
    /*font-family: $font-family-base;*/
    font-family: "Shippori Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    color: #333;
    font-weight: 500;
    overflow: hidden;
}

/* ページタイトル */
.block_page-tit {
    width: 100%;
    margin-top: 15rem;
    padding-bottom: 12rem;
    margin-bottom: 10rem;
    /*background: url("../images/format/bg_page-tit.jpg") no-repeat center;*/
    background-size: cover;
    position: relative;
}

.block_page-tit {
    margin-top: 10rem;
}

.block_page-tit {
    padding-top: 10rem;
    padding-bottom: 8rem;
}

.block_page-tit {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.block_page-tit .h2-wrap {
    text-align: center;
    padding-top: 12rem;
    margin: 0 auto;
}

.block_page-tit .h2-wrap {
    padding-top: 0;
}

.block_page-tit .h2-wrap {
    padding-top: 5rem;
}

.block_page-tit .h2-wrap .h2-txt {
    font-size: 3.0rem;
    line-height: 1.5;
    color: #333;
}

.block_page-tit .h2-wrap .h2-txt {
    font-size: 2.0rem;
}

.block_page-tit .h2-wrap .h2-txt {
    font-size: 1.8rem;
}

.block_page-tit .h2-wrap .h2-en {
    position: absolute;
    line-height: 0.7;
    opacity: 0.7;
    font-weight: 600;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-size: 15rem;
    letter-spacing: 0.2em;
    color: #FFF;
    font-family: "EB Garamond", serif;
}

.block_page-tit .h2-wrap .h2-en {
    font-size: 10rem;
}

.block_page-tit .h2-wrap .h2-en {
    font-size: 6rem;
}

.block_page-tit .border {
    position: absolute;
    left: 50%;
    bottom: -50px;
    height: 100px;
    z-index: 5;
    /*高さ・位置・透過が変化して線が上から下に動く*/
}

.block_page-tit .border::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 50px;
    background: #adadad;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 60px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 100px;
        opacity: 0;
    }
}

/* 文字のアニメーション */
.curtain {
    position: relative;
}

.curtain span {
    transition: all 0s 2s ease;
    opacity: 0;
}

.curtain.active span {
    opacity: 1;
}

.curtain:after {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    background: #876c44;
}

.curtain.active:after {
    animation: curtain 1s ease 1.5s 1 normal both running;
}

@keyframes curtain {
    0% {
        transform-origin: left center;
        transform: scaleX(0);
    }

    49.999% {
        transform-origin: left center;
        transform: scaleX(1);
    }

    50% {
        transform-origin: right center;
        transform: scaleX(1);
    }

    100% {
        transform-origin: right center;
        transform: scaleX(0);
    }
}

/* 見出し共通 */
.h3-wrap {
    font-family: "Shippori Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    margin-bottom: 6rem;
    font-weight: 500;
    text-align: center;
}

.h3-wrap {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 3.5rem;
}

.h3-wrap .h3-common {
    color: #896e47;
    font-size: 2.4rem;
    line-height: 1.6;
}

.h3-wrap .h3-common {
    font-size: 2.0rem;
}

.h3-wrap .h3-common {
    font-size: 1.5rem;
}

.h3-wrap .h3-txt {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 3rem;
    font-weight: 600;
}

.h3-wrap .h3-txt {
    font-size: 1.6rem;
}

.h3-wrap .h3-txt {
    font-size: 1.2rem;
    margin-top: 2rem;
}

.img {
    position: relative;
    line-height: 1;
}

.img-caption,
.img-caption-bk {
    font-size: 1.0rem;
    position: absolute;
    /*bottom: 1rem;
  right: .5rem;*/
    bottom: 0.5rem;
    right: 0.5rem;
    color: #fff;
}

.img-caption-bk {
    color: #000;
}

/* 共通ボタン */
.btn__map a,
.btn__print a {
    color: #b4905a;
    border: 1px solid #b4905a;
    background: #FFF;
    font-size: 1.6rem;
    font-family: "Shippori Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    padding: 1rem;
    text-align: center;
    display: block;
    transition: background-color 1s;
}


.btn__map a,
.btn__print a {
    font-size: 1.4rem;
}

.btn__map a:hover,
.btn__print a:hover {
    background: #b4905a;
    color: #FFF;
    border: 1px solid #FFF;
}

.btn__map a:before {
    content: '';
    font-family: "Material Icons";
    vertical-align: sub;
    margin-right: 0.5rem;
}

.btn__print a:before {
    content: '';
    font-family: "Material Icons";
    vertical-align: sub;
    margin-right: 0.5rem;
}