@charset "utf-8";
html {
  scroll-behavior: smooth;
}

/* オープニング */
.logo_fadein{
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.logo_fadein p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}
.logo_fadein p img {
  width: 350px;
  height: auto;
}

 /* main,footerにフォント指定 */
 main,
 footer {
    font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
 }

 .concept-title p,
.product-title p,
.news-title p {
    font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}
 
 /* topimage */

 .concept-top{
    position: relative;
    height: 49vw;
    overflow: hidden;
}

.concept-top_img_wrap{
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 120vw;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background: #fff;
    text-align: center;
    overflow: hidden;
}
.concept-top img {
    position: absolute;
    top: -8vw;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: 100vw;
}

/* concept */
.concept-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* concept title */
.concept-title-img-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 20%;
}

.concept-title-wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 9%;
}

.concept-title-wrap p {
  writing-mode: vertical-rl;
  text-align: initial;
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.13em;
  padding-right: 11%;
}

.concept-title-wrap h2 {
  writing-mode: vertical-rl;
  font-size: 2em;
  font-weight: 400;
  color: rgba(184, 163, 157, 0.5);
  letter-spacing: .08em;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;  
}

/* concept text */
.concept-text-wrap {
  margin-top: -16%;
}

.concept-text {
  width: 43%;
  margin-bottom: 3%;
}

.concept-text p {
    line-height: 2em;
    letter-spacing: .09em;
    text-shadow:1px 1px 8px #fff;
}

/* viewmoreボタン */
.viewmore-btn {
  margin-bottom: 21%;
}

  .c-arrow-link {
    position: relative;
    border: 1px solid #b8a39d;
    padding: 10px 90px 10px 30px;
    color: #8b7a75;
    /* color: #6e7059; */
    transition: all 0.5s;
  }

  .c-arrow-link--icon {
    overflow: hidden;
    position: absolute;
    top: 19px;
    right: 13px;
    bottom: 0;
    width: 30px;
    margin: auto 0;
    line-height: 1;
  }

  .c-arrow-link:hover {
    color: #fff;
    /* background: #6e7059; */
    background: #8b7a75;
  }

  .c-arrow-link--icon:before,
  .c-arrow-link--icon:after {
    width: 29px;
    height: 9px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    animation-fill-mode: both;
    animation-duration: 0.6s;
    background-image: url(../img/yajirushi-brown.svg);
  }

  .c-arrow-link--icon:after {
    transform: translateX(-100%);
    background-image: url(../img/yajirusi-white.svg);
  }

  .c-arrow-link.is-hover .c-arrow-link--icon:before {
    animation-name: transformLeftRight;
    animation-delay: 0.2s;
  }
  .c-arrow-link.is-hover .c-arrow-link--icon:after {
    animation-name: transformRightLeft;
  }
  .c-arrow-link.is-hover:hover .c-arrow-link--icon:before {
    animation-name: transformRightLeft;
    animation-delay: 0s;
  }
  .c-arrow-link.is-hover:hover .c-arrow-link--icon:after {
    animation-name: transformLeftRight;
    animation-delay: 0.2s;
  }
  
  @keyframes transformLeftRight {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes transformRightLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }

/* フェードイン */
.fadeIn {
  transition: 2s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}

/* 固定背景 */
.back1 {
    width: 100%;
    height: 80vh;
    background-image: url(../img/bk-room.jpg);
    background-size: cover;
    background-attachment: fixed; 
    background-repeat: no-repeat; 
    background-position: center center;
}


/* product */
.product-wrap {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 18%;
}

.product-item-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18%;
}

.pct {
  box-shadow: 18px 18px 0 #f2edeb;
}

/* product text */
.product-text {
  margin-top: 20%;
  margin-left: 8%;
}

.product-text p {
    line-height: 2em;
    letter-spacing: .09em;
    text-shadow:1px 1px 8px #fff;
}


/* product title */
.product-title-wrap {
  display: flex;
  justify-content: space-between;
  /* margin-top: -5%; */
}

.product-title-wrap p {
  writing-mode: vertical-rl;
  text-align: initial;
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.13em;
  padding-left: 34%;
  padding-bottom: 11%;
}

.product-title-wrap h2 {
  writing-mode: vertical-rl;
  padding-right: 24%;
  font-size: 2em;
  font-weight: 400;
  color: rgba(184, 163, 157, 0.5);
  letter-spacing: .08em;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;  
}


/* 上からフェードイン */
.fadeIn1 {
  transform: translate3d(0, -50px, 0);
  transition: 2s;
  opacity: 0;
}

.fadeIn1.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* 固定背景 */
.back2 {
    width: 100%;
    height: 80vh;
    background-image: url(../img/bk-kokuban.jpg);
    background-size: cover;
    background-attachment: fixed; 
    background-repeat: no-repeat; 
    background-position: center center;
}

/* news */
.max-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

/* 下からフェードイン */
.fadeIn2 {
transform: translate3d(0, 50px, 0);
transition: 1.5s;
opacity: 0;
}

.fadeIn2.animated {
transform: translate3d(0, 0, 0);
opacity: 1;
}

/* タイトル */
.area-news-wrap {
  display: flex;
  align-items: center; 
  margin: 13% 0 5%;        
}

.area-news {
  text-align: center;
}

.area-news-wrap h2 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal; 
  font-size: 2em;   
}

.area-news-wrap p {
  font-size: .8em;
}

.area-news-wrap::before,
.area-news-wrap::after {
  content: "";
  height: .5px;
  flex-grow: 1;
  background-color: #b8a39d;
}

.area-news-wrap::before {
  margin-right: 1rem;
}

.area-news-wrap::after {
  margin-left: 1rem
}

/* news 続き */
.title-news-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 19%;
}

.news-title {
  margin-bottom: 16%;
}

.news-title h2,
.news-title p {
  writing-mode: vertical-rl;
  text-align: initial;
}

.news-title h2 {
  font-weight: 300;
  font-size: 1.1em;
}

.news-title p {
  font-size: 1.3em;
}
.news-wrap1,
.news-wrap2 {
width: 1000px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 10%;
}

.green-bk {
width: 100%;
height: 100%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #e8e9de;
  z-index: -1;
}

/* .news-wrap1 {
  margin-top: 10%;
} */

.news-wrap2 {
  margin-top: 10%;
  margin-bottom: 7%;
}

.news-title {
  display: flex;
}


.news {
  display: flex;
  /* justify-content: center; */
  width: 36vw;
}

.wrap {
  display: flex;
  margin-bottom: 5%;
}

.news-topic {
  width: 100%;
}
.news-date {
  display: flex;
}

.news a {
  margin-right: 5%;
}

.category {
  color: #fff;
  font-size: .8em;
  letter-spacing: .1em;
  padding: 1% 4%;
  background-color: #6e7059;
}

.day {
  padding-left: 10%;
  letter-spacing: .1em;
}

.text {
  padding-top: 5%;
}

/* 下線フェードインアウト */
.line {
border-bottom: 0.7px solid #fff;
padding: 0 3%;
width: 90%;
background-image: linear-gradient(#afb195, #afb195); /* 単色 */
background-size: 0 1.2px; /* 幅(0=見えない状態) | 高さ(=線の太さ) */
background-position: bottom right; /* 右下に配置 */
background-repeat: no-repeat;
padding-bottom: 5px;
transition: background-size 0.3s ease-out;
}
.news:hover .line {
  background-size: 100% 1.2px; /* 幅(100%=文字の長さ) | 高さ(=線の太さ) */
background-position: bottom left;  /* 左下に配置 */
}

/* viewmoreボタン */
.readmore-btn2 {
text-align: center;
margin: 70px 0 50px;
}

.c-arrow-link2 {
position: relative;
border: .5px solid #b7b99d;
padding: 10px 90px 10px 30px;
color: #6e7059;
transition: all 0.5s;
}

.c-arrow-link--icon2 {
overflow: hidden;
position: absolute;
top: 19px;
right: 13px;
bottom: 0;
width: 30px;
margin: auto 0;
line-height: 1;
}


.c-arrow-link2:hover {
color: #fff;
background: #6e7059;
}

.c-arrow-link--icon2:before,
.c-arrow-link--icon2:after {
width: 29px;
height: 9px;
content: "";
position: absolute;
top: 0;
right: 0;
animation-fill-mode: both;
animation-duration: 0.6s;
background-image: url(../img/yajirushi.svg);
}

.c-arrow-link--icon2:after {
transform: translateX(-100%);
background-image: url(../img/yajirusi-white.svg);
}

.c-arrow-link2.is-hover .c-arrow-link--icon2:before {
animation-name: transformLeftRight;
animation-delay: 0.2s;
}

.c-arrow-link2.is-hover .c-arrow-link--icon2:after {
animation-name: transformRightLeft;
}

.c-arrow-link2.is-hover:hover .c-arrow-link--icon2:before {
animation-name: transformRightLeft;
animation-delay: 0s;
}

.c-arrow-link2.is-hover:hover .c-arrow-link--icon2:after {
animation-name: transformLeftRight;
animation-delay: 0.2s;
}

@keyframes transformLeftRight {
0% {
  transform: translateX(-100%);
}
100% {
  transform: translateX(0);
}
}
@keyframes transformRightLeft {
0% {
  transform: translateX(0);
}
100% {
  transform: translateX(100%);
}
}
/* facebook */
/* タイトル */
.facebook-wrap {
  display: flex;
  align-items: center; 
  margin-bottom: 1%;        
}

.facebook {
  text-align: center;
}

.facebook-wrap h2 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal; 
  font-size: 2em;   
}

.facebook-wrap p {
  font-size: .8em;
}
  
.facebook-wrap::before,
.facebook-wrap::after {
    content: "";
    height: .5px;
    flex-grow: 1;
    background-color: #b8a39d;
}

.facebook-wrap::before {
    margin-right: 1rem;
}

.facebook-wrap::after {
    margin-left: 1rem
}

/* fb スライド */
.fb-slide {
display: flex;
animation: loop-slide 50s infinite linear 1s both;
}
        
@keyframes loop-slide {
  rom {
     transform: translateX(0);
    }
  to {
     transform: translateX(-100%)
    }
}

.fb-slide .fb-pic {
  width: 400px;
  height: 400px;
}

.wrap-all {
  display: flex;
  align-items: center;
  height: 440px;
  overflow: hidden;
}

.slide-paused:hover .fb-slide {
            animation-play-state: paused;
        }

/* access */
.info-wrap {
  max-width: 1200px;
  height: 92vh;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 10%;
}

/* タイトル */
.access-wrap {
  display: flex;
  align-items: center; 
  margin-bottom: 10%;        
}

.access {
  text-align: center;
}

.access-wrap h2 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal; 
  font-size: 2em;   
}

.access-wrap p {
  font-size: .8em;
}
  
.access-wrap::before,
.access-wrap::after {
  content: "";
  height: .5px;
  flex-grow: 1;
  background-color: #b8a39d;
}

.access-wrap::before {
  margin-right: 1rem;
}

.access-wrap::after {
  margin-left: 1rem
}

/* access 続き */
.info-contents {
  text-align: initial;
  width: 49%;
  margin-right: 4%;
}

dl {
  display: flex;
  border-bottom: .3px solid #b8a39d;
}

dt,
dd {
  padding: 4% 0;
  font-size: .8em;
  line-height: 3em;
}

dt {
  padding-right: 24%;
  padding-left: 4%;
}

.dt-4 {
  margin-right: 4%;
}

.dt-2 {
  margin-right: 2%;
}

dd a {
  padding: 1% 7%;
  background-color: #6e7059;
  color: #fff;
}
        
.tel {
  letter-spacing: .2em;
}

.time {
  letter-spacing: .2em;
}

.contact-link a {
  border-bottom: 1px solid #b8a39d;
}

.contact-link {
  margin: 10% 0 8% 24%;
}

.access-right {
  margin-right: 40px;
}

.access-wrap img {
  margin-left: 3%;
}


