
/* 
Version: 1.0
*/
@charset "UTF-8";
/* CSS Document */
html {
    font-size: 62.5%;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Shippori Mincho B1', serif;
    font-size: 1.6em;
    color: #000;
    line-height: 2.1;
    font-weight: 400;
    letter-spacing: 0.1rem;
}
a {
    color: #000;
    text-decoration: none;
    transition:all 0.3s ease;
    display: block;
}
a:hover{
    transition:all 0.3s ease;
    outline:none;
}
*,
*:before,
*:after {
    box-sizing:border-box;
}
/* ------------------------------------- /
/   共通
/* ------------------------------------- */
:root{
    --red: #E62310;
    --beg: #F8F4EA;
    --ylw: #FFEF2C;
    --font-yu: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.space{
    margin-top: 128px;
}
.inner {
    max-width: 1100px;
    margin: 0 auto;
}
.inner__wide{
    padding-left: 10vw;
    padding-right: 10vw;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.align__center{
    align-items: center;
}
.align__baseline{
    align-items: baseline;
}
.align__st{
    align-items: stretch;
}
.justify__between{
    justify-content: space-between;
}
.ptb150 {
    padding: 150px 0;
}
.pb150 {
    padding: 0 0 150px;
}
.ptb100 {
    padding: 100px 0;
}
.pb100 {
    padding: 0 0 100px;
}
.ptb50 {
    padding: 50px 0;
}
.pb50 {
    padding: 0 0 50px;
}
.font12{
    font-size: 1.2rem;
}
.font130{
    font-size: 130%;
}
.font120{
    font-size: 120%;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
.pc768 {
    display: block !important;
}
.sp768 {
    display: none !important;
}
.sp1200 {
    display: none !important;
}
.sp1024 {
    display: none !important;
}
.weight600 {
    font-weight: 600;
}
.anchor {
    padding-top: 100px;
    margin-top: -100px;
}
.font__en{
    font-family: var(--font-en);
}

@media (max-width: 1200px){
    .inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sp1200 {
        display: block !important;
    }
}
@media (max-width: 900px) {
    .pc768 {
        display: none !important;
    }
    .sp768 {
        display: block !important;
    }
    .ptb150,
    .ptb100{
        padding: 70px 0;
    }
    .space {
        margin-top: 58px;
    }
    .pb150{
        padding-bottom: 100px;
    }
    .inner__wide {
        padding-left: 3vw;
        padding-right: 3vw;
    }
}
@media (max-width: 650px) {
    .space {
        margin-top: 93px;
    }
}
@media (max-width: 600px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .ptb100 {
        padding: 50px 0;
    }
    .pb100 {
        padding: 0 0 50px;
    }
    body {
        font-size: 1.4rem;
        letter-spacing: 0.05rem;
    }
    .ptb150{
        padding: 50px 0;
    }
    .pb150{
        padding-bottom: 50px;
    }
    .space {
        margin-top: 70px;
    }
    .inner__wide {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/* ------------------------------------- /
/  header
/* ------------------------------------- */
.header{
    padding-top: 8rem;
    padding-left: 8.5rem;
    position: absolute;
    z-index: 999;
    color: #fff;
}
.low-header{
    position: absolute;
    z-index: 999;
    color: #fff;
    padding-top: 2rem;
    padding-left:2rem;
}
.logo{
    width: 100px;
    margin-bottom: 20px;
}

.logo span{
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.3;
    display: block;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0.25rem;
}
.low-logo{

}
.low-logo a{
    width: 180px;
    display: flex;
    align-items:center
}
.low-logo a img{
    width: 70px;
}
/*------------------------*/
.header__nav{
    margin-top: 30px;
    padding-left: 20px;
    transition:all 0.3s ease;
}
.header__nav li{
    margin-bottom: 15px;
}
.header__nav li a {
    color: #fff;
    font-size: clamp(1.4rem, 3vw, 1.5rem);
    font-family: "Marcellus", serif;
    letter-spacing: 0.15rem;
}
.header__nav li a:hover{
    color: #c9bc9c;
}
/*------------------------*/
.header__sp {
    position: relative;
}
.p-header__menu-trigger {
    position: fixed;
    top: 30px;
    right: 20px;
    width: 60px;
    color: #fff;
    border: none;
    padding:20px 0 0;
    cursor: pointer;
    background-color: inherit;
    z-index: 99999;
}
.p-header__menu-trigger::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #c9bc9c;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.text-container{
    position: relative;
    display: block;
}
.text-container .text{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.low-text-container .text{
    color: #000!important;
}
.text-container .text{
    display: block;
    font-family: "Marcellus", serif;
    color: #fff;
    letter-spacing: 0.15rem;
}
.nav__color .text-container .text.text--menu{
    color: #000;
}
.open-txt .text-container .text.text--menu{
    display: none;
}
.text-container .text.text--close{
    display: none;
}
.open-txt .text-container .text.text--close{
    display: block;
    color: #000;
}
.header__sp_contents {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .71);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    color: #fff;
    overflow-y: auto;
    transition: top 0.4s ease-in-out;
    z-index: 9995;
    padding-top: 100px;
}
.header__sp_inner {
    max-width: 1200px;
    margin: 0 auto;
}
.header__sp_nav{
    align-items: flex-end;
}
.header__sp_nav_left{
    width: 48%;
}
.header__sp_nav ul {
  list-style: none;
  padding: 0;
  max-width: 300px;
}
.header__sp_nav ul li {
  margin: 20px 0;
}
.header__sp_nav ul li a {
    font-size: 1.4rem;
    font-family: 'Shippori Mincho B1', serif;
}
.header__sp_nav ul li a span{
    min-width: 160px;
    display: inline-block;
    font-family: "Marcellus", serif;
    font-size:clamp(1.8rem, 3vw, 1.8rem);
}
.header__sp_contents.open {
  top: 0;
}
.header__sp_nav_right{
    width: 48%;
}
.header__add{
    font-size: 1.4rem;
    color: #000;
    text-align: right;
}
.header__sp_nav_right .footer__btn{
    margin-left: auto;
}
.header__bm{
    border-top: solid 1px #000;
    padding-top: 80px;
    margin-top: 100px;
}
.header__copy{
    text-align: right;
    font-size: 1.2rem;
    font-family: "Marcellus", serif;
    color: #000;
}
.header__copy a{
    display: inline-block;
}
@media (max-width: 1200px){
    .header__sp_inner {
        padding: 0 30px 10px;
    }
}
@media (max-width: 900px){
    .header {
        padding-top: 5rem;
        padding-left: 2.5rem;
    }
    .header__nav{
        display: none;
    }

}
@media (max-width: 600px){
    .header {
        padding-top: 2rem;
        padding-left: 1.5rem;
    }
    .logo {
        width: 70px;
        margin-bottom: 10px;
    }
    .header__sp_nav_left {
        width: 100%;
    }
    .header__sp_nav ul li {
        margin: 10px 0;
    }
    .header__sp_nav ul li a {
        font-size: 1.2rem;
    }
    .header__sp_nav ul li a span {
        min-width: inherit;
        padding-right: 15px;
    }
    .header__sp_nav_right {
        width: 100%;
        margin-top: 30px;
    }
    .header__add{
        text-align: center;
    }
    .header__copy {
        font-size: 1rem;
    }
    .header__bm {
        padding-top: 50px;
        margin-top: 50px;
    }
}
/* ------------------------------------- /
/  mv__wrapper
/* ------------------------------------- */
.mv__wrapper{
    height: 100vh;
}
.mv__left{
    width: 50%;
/*    padding: 20px 10px 20px 20px;*/
}
.mv__right{
    width: 50%;
    position: relative;
/*    padding: 20px 20px 20px 10px;*/
}
.mv__right::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 4;
}
.mv__txt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    overflow: hidden;
    max-width: 440px;
}
/*.mv__txt span {
    margin: 0 auto;
    font-size: clamp(4rem, 10vw, 8rem);
    color: #fff;
    letter-spacing: 3.35rem;
    text-align: center;
    display: block;
    line-height: 1;
    margin-right: -20px;
}*/
.mv__txt_en {
    position: absolute;
    transform: rotate(90deg);
    top: 50%;
    right: 10%;
    font-size: 1rem;
    display: block;
    text-align: center;
    color: #fff;
    letter-spacing: 0.85rem;
    z-index: 9;
    font-family: "Marcellus", serif;
}
.custom-slider, .custom-slider2 {
    width: 100%;
    height: 100vh;
    position: relative;
}
.custom-slider > li,
.custom-slider2 > li {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.custom-slider > li.slide-01 {
    background-image: url('../img/top/slider1.jpg');
}
.custom-slider > li.slide-02 {
    background-image: url('../img/top/slider2.jpg');
}
.custom-slider > li.slide-03 {
    background-image: url('../img/top/slider3.jpg');
}

.custom-slider2 > li.slide2-01 {
    background-image: url('../img/top/slider2-1.jpg');
}
.custom-slider2 > li.slide2-02 {
    background-image: url('../img/top/slider2-2.jpg');
}
.custom-slider2 > li.slide2-03 {
    background-image: url('../img/top/slider2-3.jpg');
}

.custom-slider > li.active, .custom-slider2 > li.active {
    z-index: 2;
}
.custom-slider > li.next, .custom-slider2 > li.next {
    z-index: 1;
}
.custom-slider > li.close, .custom-slider2 > li.close {
    animation-name: slide-out;
    opacity: 0;
    animation-iteration-count: 1;
}
@keyframes slide-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@media (max-width: 1200px){
    .mv__txt_en{
        right: -90px;
    }
    .mv__txt{
        max-width: 380px;
    }
}
@media (max-width: 600px){
    .mv__txt {
        max-width: 230px;
    }
    .custom-slider > li.slide-02 {
        background-image: url('../img/top/slider2_sp.jpg');
        background-position: center right;
    }
}
/* ------------------------------------- /
/  about__wrapper
/* ------------------------------------- */
.ttl__h2{
    font-size: clamp(2.5rem, 3vw, 2.5rem);
    letter-spacing: 0.45rem;
    line-height: 2.2;
}
.txt__rl{
    writing-mode: vertical-rl;
}
.txt__rl span{
    display: block;
}
.about__wrapper .txt__rl span:nth-child(2){
    margin-top: 25px;
}
.about__wrapper .txt__rl span:nth-child(3){
    margin-top: 45px;
}
.about__img{
    max-width: 350px;
}
.about__txt {
    margin-left: auto;
    max-width: 340px;
    margin-top: -10%;
}
.about__p{
    margin-bottom: 20px;
}
.about__p_en{
    font-family: "Marcellus", serif;
    font-size: 1.3rem;
}
.btn {
    font-family: "Marcellus", serif;
    display: table;
    padding-bottom: 12px;
    position: relative;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    line-height: 1;
    margin: 70px 0 0 auto;
}
.btn::after,
.btn::before {
    content: "";
    position: absolute!important;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
}
.btn:hover::after,
.btn:hover::before {
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0, 0, 0.5, 1.13);
    animation-fill-mode: forwards;
}
.btn::before {
    right: 0;
    transform: scaleX(0);
}
.btn::after {
    left: 0;
}
.btn:hover::before {
    animation-delay: 0.6s;
    animation-name: lineAnimation02;
    transform-origin: left;
}
.btn:hover::after {
    animation-name: lineAnimation;
    transform-origin: right;
}

@keyframes lineAnimation {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}
@keyframes lineAnimation02 {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@media (max-width: 600px){
    .about__wrapper .ttl__h2 {
        font-size: 2rem;
        margin-left: auto;
    }
    .about__p{
        text-align: left;
    }
    .about__txt {
        margin-top: 14%;
    }
    .btn {
        margin: 40px 0 0 auto;
    }
    .about__img {
        max-width: inherit;
        width: 60%;
        margin-left: auto;
    }
}
/* ------------------------------------- /
/   animation
/* ------------------------------------- */
.blur{
    animation-name:blurAnime;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
}
@keyframes blurAnime{
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger{
    opacity: 0;
}
/*===================*/
.blur2{
    animation-name:blurAnime2;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
}
@keyframes blurAnime2{
  from {
    filter: blur(10px);
    transform: scale(2.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger2{
    opacity: 0;
}
/* ------------------------------------- /
/  works__wrapper
/* ------------------------------------- */
.works__wrapper{
   border-top: solid 1px #000;
   border-bottom: solid 1px #000;
   padding: 100px 10px; 
}
.works__ttl{
    align-items: baseline;
    margin-bottom: 30px;
    justify-content: flex-start;
}
.works__ttl h2{
    margin-right: 20px;
}
.works__wrapper .ttl__h2{
    font-size: clamp(3rem, 3vw, 3.5rem);
}
.works__box h3{
    font-size:clamp(1.8rem, 3vw, 2rem);
    margin-bottom: 15px;
    letter-spacing: 0.2rem;
}
.works__box h3:first-letter{
    font-size:clamp(3rem, 3vw, 3.5rem);
    color: #727272;
 }
.works__p{
    font-size: 1.4rem;
}
.works__list{
    margin-top: 40px;
}
.works__box{
    width: 25%;
    padding: 10px;
}
.works__box a{
    width: 100%;
    height: 60vh;
    position: relative;
    overflow: hidden;
    background-image: url(../img/top/blank.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: bottom 20px right 20px;
}
.works__box a span{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    transition: all .3s ease-out;
}
.works__box a:hover span{
    opacity: 1;
    transition: all .3s ease-out;
}
.works__box a::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/top/architects01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .3s ease-out;
    z-index: -1;
}
.works__box a:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.works__box a:hover::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.works__box2 a::after{
    background-image: url(../img/top/architects02.jpg);
}
.works__box3 a::after{
    background-image: url(../img/top/architects03.jpg);
}
.works__box4 a::after{
    background-image: url(../img/top/architects04.jpg);
}
@media (max-width: 900px){
    .works__box {
        width: 50%;
        padding: 10px;
    }
}
@media (max-width: 600px){
    .works__wrapper {
        padding: 60px 30px;
    }
    .works__wrapper .inner__wide{
        padding: 0;
    }
    .works__box {
        width: 47%;
        padding: 0;
        margin-bottom: 30px;
    }
    .works__box h3 {
        font-size: clamp(1.6rem, 3vw, 2rem);
        margin-bottom: 10px;
        letter-spacing: 0.2rem;
        line-height: 1.1;
    }
/*    .works__box:nth-child(2){
        margin-top: 30px;
    }*/
    .works__list{
        align-items: end;
    }
    .works__box:nth-child(3){
        margin-top: -30px;
    }
    .works__box a {
        height: 40vh;
        background-size: 16px;
        background-position: bottom 14px right 12px;
    }

}

/* ------------------------------------- /
/  movie__wrapper
/* ------------------------------------- */
.movie__wrapper{
    position: relative;
}
.movie__wrapper .ttl__h2{
    margin-bottom: 40px;
}
.movie__wrapper .flex {
    align-items: end;
}
.movie__txt{
    margin-left: auto;
    width: 40%;
    padding-right: 3vw;
}
.movie__contents {
    width: 53%;
}
.movie__contents video{
    width: 100%;
    top: 0px;
    left: 0px;
}
@media (max-width: 900px){
    .movie__wrapper .flex {
        flex-direction: column-reverse;
    }
    .movie__txt {
        margin-left: auto;
        width: 100%;
        padding-right: 3vw;
        padding-left: 3vw;
        order: -1;
        margin-top: 30px;
    }
    .movie__contents {
        width: 100%;
    }
}
@media (max-width: 600px){
.movie__txt{
    padding: 0 30px;
}
.movie__wrapper .ttl__h2{
    margin-bottom: 20px;
}
}
/* ------------------------------------- /
/  blog__wrapper
/* ------------------------------------- */
.blog__wrapper h2 {
    writing-mode: vertical-rl;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-family: "Marcellus", serif;
    margin-bottom: -88px;
    letter-spacing: 0.35rem;
}
.blog__wrapper .btn{
    padding-right: 10vw;
}
.font__en{
    font-family: "Marcellus", serif;
}
.blog__wrapper .inner__wide{
    padding: 0 20px;
}
.blog__list{
    padding-left: 10vw;
}
.blog__box{
    width: calc(25% - 10px);
    padding: 10px;
    border-radius: 4px;
}
.blog__box a{
    position: relative;
}
.arh__img{
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.arh__img:before{
    content: "";
    display: block;
    padding-top: 75%;
}
.arh__img img{
    display: block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    transition: all .3s ease-out;
}
.blog__box a:hover .arh__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s ease-out;
}
.blog__no {
    font-family: "Marcellus", serif;
    font-size: 1.4rem;
    position: absolute;
    top: -22px;
    right: 0;
    color: #000;
    line-height: 1;
}
.blog__no::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #000;
    left: -30px;
    bottom: 3px;
}
.blog__day{
    font-size: 1.1rem;
    font-family: "Marcellus", serif;
}
@media (max-width:900px){
    .blog__list {
        padding-left: 0;
    }
    .blog__box {
        width: calc(50% - 5px);
        border-radius: 4px;
        margin-bottom: 30px;
    }
    .blog__wrapper h2 {
        writing-mode: inherit;
        font-size: clamp(1.8rem, 3vw, 2.5rem);
        margin-bottom: 18px;
    }
    .blog__wrapper .btn{
        margin-top: 0;
    }
}
@media (max-width: 600px){
    .top-blog__wrapper{
        padding-top: 0;
    }
    .blog__box {
        width: calc(50% - 8px);
        border-radius: 4px;
        margin-bottom: 35px;
        padding: 0px;
    }
    .arh__img {
        margin-bottom: 3px;
    }
    .blog__day {
        color: #777;
    }
    .blog__ttl{
        font-size: 1.4rem;
    }
}
/* ------------------------------------- /
/  access__wrapper
/* ------------------------------------- */
.access__wrapper h2{
    text-align: center;
    font-family: "Marcellus", serif;
    font-size:clamp(1.8rem, 3vw, 2.5rem);
    letter-spacing: 0.25rem;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: solid 1px #000;
}
.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (max-width: 1200px){

}
@media (max-width: 768px){

}
@media (max-width: 600px){

}
/* ------------------------------------- /
/  footer
/* ------------------------------------- */
.footer{
    border-top: solid 1px #ccc;
    margin-top: 100px;
    padding: 50px 0 110px;
    position: relative;
}
.footer__logo{
    width: 130px;
}
.footer__logo a{
    width: 50px;
    margin: 0 auto;
}
.footer__logo span{
    display: block;
    text-align: center;
    font-size: 1.4rem;
    margin-top: 10px;
}
.footer__btn {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    font-family: "Marcellus", serif;
    width: 270px;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}
.footer__btn:hover{
    background-color: #c9bc9c;
    color: #000;
}
.footer__add{
    text-align: right;
    font-size: 1.4rem;
}
.footer__add p a{
    display: inline-block;
}
.footer__btn span{
    font-size: 1rem;
    padding-left: 10px;
}
.copy{
    font-family: "Marcellus", serif;
    font-size: 1.2rem;
    position: absolute;
    bottom: 20px;
    left: 10vw;
}
.copy a{
    display: inline-block;
}
.copy a:hover{
    opacity: 0,7;
}
@media (max-width: 600px){
    .footer__left,
    .footer__right{
        width: 100%;
    }
.footer__logo a{
    width: 50px;
    margin: 0 auto;
}
    .footer__logo{
        margin: 0 auto 20px;
    }
    .footer__add{
        text-align: center;
    }
    .footer__btn{
        margin: 20px auto 0;
    }
    .copy {
        font-size: 1rem;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
}
/* ------------------------------------- /
/  low-main
/* ------------------------------------- */
.low-main{
    padding-top: 100px;
}
.low-main .low-main__ttl{
    text-align: center;
    font-family: "Marcellus", serif;
    font-size:clamp(1.8rem, 3vw, 2.5rem);
    margin-bottom: 30px;
    position: relative;
}
.low-main__ttl span{
    display: block;
    font-size: 1.3rem;

}
.low-main .low-main__ttl::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    background-color: #000;
    left: 50%;
    bottom: -60px;
}
.low-main .inner__wide{
    padding-left: 3vw;
    padding-right: 3vw;
}
/* ------------------------------------- /
/  low-blog__wrapper
/* ------------------------------------- */
.low-blog__wrapper{
    padding-top: 200px;
}
.low-blog__wrapper .inner__wide{
    padding-left: 3vw;
    padding-right: 3vw;
}
.low-blog__wrapper .blog__box{
    margin-bottom: 40px;
}
.pagination ul{
    justify-content: center;
    align-items: center;
}
.pagination a{
    font-family: "Marcellus", serif;
    padding: 10px;
    letter-spacing: 0;
}
.low-blog__list{
    padding-left: 0!important;
}


@media (max-width: 1200px){
    .low-blog__wrapper {
        padding-top: 100px;
    }
}


/* ------------------------------------- /
/  single__wrapper
/* ------------------------------------- */
.single__inner{
    max-width: 800px;
    margin: 0 auto;
}
.single__ttl{
    border-bottom: solid 1px #000;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.single__ttl_flex{
    align-items: baseline;
    margin-bottom: 10px;
}
.single__contents p{
    font-size: 1.4rem;
}
.single__contents img{
    margin: 30px 0;
}
.single__pagination{

}
.single__pagination a{
    font-family: "Marcellus", serif;
    letter-spacing: 0;
}
.single__pagination a:hover{
    color: #c9bc9c;
}
@media (max-width: 800px){
    .single__inner{
        padding: 0 30px;
    }
}
@media (max-width: 600px){
    .single__contents img {
        margin: 30px 0 10px;
    }
}


/* ------------------------------------- /
/  low-about__wrapper
/* ------------------------------------- */
.low-about-gallery__wrapper .inner__wide{
    padding-left: 3vw;
    padding-right: 3vw;
}
.low-about__txt h2{
    text-align: left;
    line-height: 1.7;
    max-width: 289px;
    margin: 0 auto 40px;
    font-family: "Marcellus", serif;
    font-size: clamp(2.2rem, 3vw, 2.5rem);
}
.low-about__txt p{
    text-align: center;
}
.low-about-gallery__top{
    width: 100%;
    margin-top: 5%;
}
.low-about-gallery__top li{
    width: 31%;
}
.low-about-gallery__bm{
    width: 100%;
    margin-left: auto;
    margin-top: 5%;
}
.low-about-gallery__bm li{
    width: 31%;
}
.low-about-gallery__wrapper span{
    font-size: 1.3rem;
    margin-left: 30px;
}
@media (max-width: 600px){
    .low-about-gallery__top{
        width: 100%;
    }
    .low-about__txt h2 {
        margin-bottom: 20px;
        margin-left: 0;
    }
    .low-about-gallery__bm{
        width: 100%;
    }
    .low-about-gallery__wrapper span {
        margin-left: 0;
    }
    .low-about-gallery__wrapper{
        padding-bottom: 0!important;
    }
}

/* ------------------------------------- /
/  low-companyprof__wrapper
/* ------------------------------------- */
.inner__narrow{
    max-width: 800px;
    margin: 0 auto;
}
.ttl__cp{
    border-bottom: solid 1px #000;
    text-align: center;
    font-size: clamp(2.5rem, 3vw, 2.5rem);
    letter-spacing: 0.45rem;
    line-height: 2.2;
    padding-bottom: 20px;
}
.ttl__cp span{
    display: block;
    font-size: 1.3rem;
}
.low-companyprof__table{
    margin-top: 40px;
}
.low-companyprof__table th{
    width: 30%;
    padding: 10px;
    border-bottom: solid 1px #c9bc9c;
    text-align: center;
    padding-top: 20px;
     vertical-align: middle;
}
.low-companyprof__table td{
    width: 70%;
    padding: 10px;
    border-bottom: solid 1px #f2efe7;
    padding-top: 20px;
}
/*------------------------*/
.low-history__contents{
    margin-top: 40px;
}
.low-history__box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    min-height: 70px;
}
.low-history__box::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 101%;
    background-color: #c9bc9c;
    top: 50%;
    left: 152px;
}
.low-history__box:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: #c9bc9c;
    top: 50%;
    transform: translateY(-50%);
    left: 149px;
}
.low-history__ttl {
    width: 25%;
    font-size: clamp(2.8rem, 3vw, 3rem);
    letter-spacing: 0.15rem;
}
.low-history__span{
    display: block;
    width: 10%;
}
.low-history__p{
    width: 65%;
    line-height: 1.4;
}
.low-history__p span{
    display: block;
    font-family: "Marcellus", serif;
    font-weight: 600;

}
.low-history__box-last::before{
    display: none;
}
@media (max-width: 800px){
    .inner__narrow{
        padding: 0 30px;
    }
    .low-history__box::before{
        left: 17%;
    }
    .low-history__box::after{
        left: calc(17% - 3px);
    }
}
@media (max-width: 600px){
    .low-history__ttl,
    .low-history__span,
    .low-history__p {
        width: 100%;
    }
    .low-history__box {
        padding-left: 38px;
        padding-bottom: 20px;
    }
    .low-history__box::before {
        left: 2%;
        top: 14px;
    }
    .low-history__box::after{
        left: calc(2% - 3px);
        top: 14px;
    }
    .low-history__ttl {
        font-size: clamp(2.4rem, 3vw, 2.4rem);
        line-height: 1;
        padding-bottom: 7px;
        color: #5d5d5d;
    }
    .low-history__box-last .low-history__ttl,
    .low-history__box-last .low-history__span{
        display: none;
    }
    .low-history__ttl_sp{
        display: none;
    }
    .low-companyprof__table th {
        width: 34%;
        padding: 10px;
        padding-top: 10px;
        vertical-align: middle;
        line-height: 1.4
    }
    .low-companyprof__table td{
        width: 66%;
        padding:10px;
        padding-top: 10px;
        line-height: 1.4;
        vertical-align: middle;
    }
    .low-companyprof__table td p{
        padding-bottom: 6px;
    }
    .low-companyprof__wrapper .ttl__cp{
        line-height: 1.2;
        font-size: 1.7rem;
    }
    .low-companyprof__wrapper .ttl__cp span{
        padding-top: 8px;
    }
    .low-companyprof__wrapper {
        padding-bottom: 0;
    }
}


/* ------------------------------------- /
/  contact__wrapper
/* ------------------------------------- */
.inner__contact{
    max-width: 800px;
    margin: 0 auto;
}
.form label{
    margin-bottom: 15px;
    display: block;
}
.form label p{
    display: flex;
    align-items: center;
}
.form label p span {
    font-size: 1.1rem;
    background-color: #000;
    border-radius: 2px;
    padding: 0px 8px;
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    line-height: 1.7;
}
input,
textarea,
select {
  outline:none;
}
.form select,
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea {
    display: block;
    width: 100%;
    padding: 9px 12px;
    border: none;
    border-radius: 5px;
    background: none;
    background-color: #f3f3f3;
    font-family: 'Shippori Mincho B1', serif;
    font-size: 1.8rem;
    box-sizing: border-box;
    appearance: none;
}
.form input[type="date"] {
    width: 160px;
    padding: 10px;
    margin-right: 6px;
    border-radius: 5px !important;
    border: 0;
    background-color: #f3f3f3;
}
.form_3day{
    display: flex;
}
.form_3day p{
    font-size: 1.2rem;
}
.form_number {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.form_number input[type=text]{
    width: 100px;
}
.form_number .name{
    padding-right: 10px;
}
.form_number .part{
    padding-left: 10px;
}
.form_number .name_child{
    padding-left: 16px;
}
.form button{
    background-color: #000;
    color: #fff;
    width: 250px;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    font-family: 'Shippori Mincho B1', serif;
    font-size: 1.6rem;
    margin: 30px auto 0;
    display: block;
    font-weight: normal!important;
}
.button__container  button{
    margin-left: 10px;
    margin-right: 10px;
}
.contact__thanks p{
    text-align: center;
}
.button__container{
    display: flex;
    justify-content: center;
}
@media (max-width: 800px){
    .inner__contact{
        padding: 0 20px;
    }
}
@media (max-width: 600px){
    .form input[type="date"] {
        width: 70%;
        margin-bottom: 10px;
        min-height: 43px;
        display: block;
          -webkit-appearance: none;
          font-size: 1.4rem;
    }
    .button__container button{
        margin-left: 10px;
        margin-right: 10px;
        width: 70%;
    }
    .form_3day{
        flex-wrap: wrap;
    }
    .form_3day div{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .form_3day div p{
        padding-right: 10px;
    }
    .form button{
        font-size: 1.4rem;
        letter-spacing: 0.15rem;
    }
}