@charset "UTF-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  outline: none;
  font-style: normal;
  font-weight: normal;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
h1,h2,h3,h4,h5 {
  line-height: 1.55;
  font-size: 100%;
  font-weight: normal;
}
table { border-collapse: collapse; }
table th, table td {
  text-align: left;
  vertical-align: top;
}
ul,ol { list-style-type: none; }
img {
  width /***/:auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
.Clear { clear: both; }


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------body---------------------------------------------------------------*/
html {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	overflow-y: scroll;
	line-height: 1.55;
	font-feature-settings: "palt" 1;
	font-family: sans-serif;
	font-size: 18px;
	color: #2a2b2b;
}
a:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

/*自分で追加*/
.container{
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1100px){
  .container{
    width: 100%;
  }
}
/*-----header-----*/
header{
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.headerWrapper{
  display: flex;
  justify-content: space-between;
}
.headerWrapper h1{
  margin-top: 25px;
  flex: 1 1 auto;
}
.headerWrapper nav ul{
  display: flex;
  justify-content: left;
  margin-top: 32px;
  flex: 1 1 auto;
}
.headerWrapper nav ul li{
  width: 150px;/*150px*/
  margin-left: 20px;/*20px*/ 
  text-align: center;
}
.headerWrapper nav ul li a{
  display: block;
  padding-bottom: 5px;
  border-bottom: 2px solid #42210b;
  font-family: "游明朝","YuMincho",serif;
  font-size: 14px;
  font-weight: bolder;
  color: #231815;
}
/*.headerWrapper nav ul li a:hover{
  background-color: #6b9abf;
  transition: all 0.5s;
  border-bottom: none;
}*/
.headerWrapper nav .spOnly{
  display: none;
}
/*==================================================
　5-3-5 テキストメニューで左から右に背景が伸びる
===================================*/

/*背景の設定*/

.gnavi li a{
  /*背景色の基点とするためrelativeを指定*/
position: relative;
}

.gnavi li a::after {
content: '';
  /*絶対配置で線の位置を決める*/
position: absolute;
z-index: -1;
bottom: 0;
left: 0;
  /*背景の形状*/
width: 0;
height:100%;
background:#42210b;
  /*アニメーションの指定*/
transition:all .5s;
opacity: 0;/*はじめは透過0*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
  /*背景の形状*/
width: 100%;/*横幅を伸ばす*/
opacity: 1;/*不透明に*/
}

.gnavi li a:hover{
  color: #fff;
}


/*サイドメニュー*/
.sideMenu img{
  width: 170px;
  height: 45px;
}
.mrside{
  position: absolute;
  top: 380px;
  right: -125px;
  transition: 0.5s ease-in;
}
.mrside:hover{
  right: 0;
}
.inqside{
  position: absolute;
  top: 425px;
  right: -125px;
  transition: 0.5s ease-in;
}
.inqside:hover{
  right: 0;
}
.telside{
  position: absolute;
  top: 470px;
  right: -125px;
  transition: 0.5s ease-in;
}
.telside:hover{
  right: 0;
}
.instaside{
  position: absolute;
  top: 515px;
  right: -125px;
  transition: 0.5s ease-in;
}
.instaside:hover{
  right: 0;
}


/*---Top Visual---*/
#top{
  height: 800px;
  margin-bottom: 100px;
}

.slideshow{
 position: relative;
}

.slideshow img{
  display: none;
  position: absolute;
  width: 100%;
  height: 800px;
}
/*.topVisual{
  position: relative;
}
.topVisual img{
  width: 100%;
  height: 800px;
}*/
.topText{
  position: absolute;
  top: 0;
  margin-top: 480px;
  width: 100%;
  height: 320px;
  background-color: rgba(0, 0, 0, 0.4);
}
.topWord{
  padding-top: 40px;
  font-family: "游明朝","YuMincho",serif;
  color: #ffffff;
}
.topText h1{
  font-size: 48px;
  padding-bottom: 15px;
}
.topText p{
  font-size: 22px;
  line-height: 1.65;
}

/*---About　私たちのことワークカフェの４つの強み---*/
/*私たちのこと*/
.strengths{
  width: 100%;
  /*height: 470px;*/
  background-color: #ebebeb;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.aboutWrapper{
  position: relative;
}
.aboutTitle{
  display: flex;
  height: 130px;
  margin-bottom: 30px;
  border-bottom: 1px solid #42210b;
  font-family: "游明朝","YuMincho",serif;
  
}
.aboutTitle h2{
  background-color: #42210b;
  color: #ffffff;
  font-size: 24px;
  padding: 46px 20px;
}
.aboutTitle p{
  color: #333;
  font-size: 36px;
  padding: 40px 30px;
 }

/*４つの強み　4写真*/

.fours{
  display: flex;
  justify-content: space-between;
}
.fours a{
  display: block;
  width: 23%;
  height: 23%;
}
.foursWrapper{
  text-align: center;
  padding: 23% 0;/*75px 0*/
  font-size: 36px;
  color: #ffffff;
  font-family: "游明朝","YuMincho",serif;
  text-shadow: 0 0 10px #42210b,0 0 10px #42210b,0 0 10px #42210b,0 0 10px #42210b,0 0 10px #42210b,0 0 10px #42210b,0 0 10px #42210b,0 0 10px #42210b,0 0 10px #42210b,0 0 10px #42210b,0 0 10px #42210b,0 0 10px #42210b,0 0 10px #42210b,0 0 10px #42210b,0 0 10px #42210b;
}
.about01{
  background: linear-gradient(to bottom, rgb(66,33,11,1) 0%,rgb(66,33,11,0) 60%),
              url(../images/about01.jpg);
  background-repeat: no-repeat;
}
.about02{
  background: linear-gradient(to bottom, rgb(66,33,11,1) 0%,rgb(66,33,11,0) 60%),
              url(../images/about02.jpg);
  background-repeat: no-repeat;
}
.about03{
  background: linear-gradient(to bottom, rgb(66,33,11,1) 0%,rgb(66,33,11,0) 60%),
              url(../images/about03.jpg);
  background-repeat: no-repeat;
}
.about04{
  background: linear-gradient(to bottom, rgb(66,33,11,1) 0%,rgb(66,33,11,0) 60%),
              url(../images/about04.jpg);
  background-repeat: no-repeat;
}
/*コンセプトのボタン*/
.conceptIcon{
  position: absolute;
  top: 50px;
  right: 0;
  display: flex;
}
.conceptIcon dt{
  width: 165px;
  height: 35px;
  color: #000000;
  background-color: #ffffff;
  font-size: 18px;
  text-align: center;
  border: 1px solid #42210b;
  padding-top: 3px;
  font-family: "游明朝","YuMincho",serif;
}
.conceptIcon dd{
  width: 100px;
  height: 35px;
  color: #ffffff;
  background-color: #42210b;
  font-size: 10px;
  text-align: center;
  border: 1px solid #42210b;
  padding-top: 8px;
  font-family: "メイリオ","meiryo",serif;
}

/*---提案します---*/
.suggestionWrapper{
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.suggestionWrapper h2{
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: initial;
  padding-right: 70px;
  padding-top: 30px;
  font-size: 36px;
  font-family: "游明朝","YuMincho",serif;
  width: 200px;
}
.suggestionWrapper img{
  width: auto;
  margin-bottom: 20px;
}
.suggestionWrapper p{
  font-family: "游明朝","YuMincho",serif;
  margin-bottom: 20px;
  line-height: 1.75;
}
.suggestionWrapper a{
  display: inline-block;
} 
.thoughtsIcon{
  display: flex;
}
.thoughtsIcon dt{
  width: 165px;
  height: 35px;
  color: #000000;
  background-color: #ffffff;
  font-size: 18px;
  text-align: center;
  border: 1px solid #42210b;
  padding-top: 3px;
  font-family: "游明朝","YuMincho",serif;
}
.thoughtsIcon dd{
  width: 100px;
  height: 35px;
  color: #ffffff;
  background-color: #42210b;
  font-size: 10px;
  text-align: center;
  border: 1px solid #42210b;
  padding-top: 8px;
  font-family: "メイリオ","meiryo",serif;
}

/*各項目別のリンク*/
.linkList{
  width: 100%;
  margin-bottom: 150px;
}
.link{
  display: flex;
}
/*.linkPic img{
  flex: 1 1 auto;
}*/
.linkPic{
  flex-basis: 50%;
}
.linkPic img{
  width: 100%;
}
.linkBtn{
  /*flex: 1 1 auto;*/
  flex-basis: 50%;
  background-color: #ebebeb;
  text-align: center;
  padding-top: 14.28%;/*200px*/
}
.linkBtn h3{
  font-family: "游明朝","YuMincho",serif;
  font-size: 36px;
}
.linkBtn p a{
  display: block;
  width: 100px;
  height: 35px;
  font-size: 10px;
  text-align: center;
  border: 1px solid #42210b;
  margin: 25px auto;
  padding-top: 9px;
  font-family: "メイリオ","meiryo",serif;
  color: #2a2b2b;
}
.linkBtn p a:hover{
  background-color: #a9a9a9;
}
.linkList .row-reverse{
  flex-direction: row-reverse;
}

/*---物件一覧---*/
#property{
  background-color: #42210b;
}
.propertyTitle{
  position: relative;
  display: flex;
  justify-content: right;
  color: #ffffff;
  margin-bottom: 80px;
} 
.propertyTitle img{
  position: absolute;
  top: -50px;
  left: 0;
}
.propertyTitle h2{
  writing-mode: vertical-rl;
  padding-right: 80px;/*80px*/
  padding-top: 30px;
  font-size: 36px;
  font-family: "游明朝","YuMincho",serif;
}
.propertyTitle p{
  padding-top: 140px;
  padding-right: 120px;/*120px*/
  font-size: 18px;
  font-family: "游明朝","YuMincho",serif;
}
@media (max-width: 1094px){
  .propertyTitle p{
    padding-right: 80px;
  }
}


/*物件リスト*/
.propertyBoxs{
  display: flex;
  /*justify-content: flex-start;*/
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.propertyBoxs::after{
  content:"";
  display: block;
  width:30%;
}
/*@media (max-width: 1094px){
  .propertyBoxs{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .propertyBoxs::after{
    content:"";
    display: block;
    width:30%;
  }
}*/

.box{
  position: relative;
  margin-bottom: 25px;
  margin-right: 2%;
  width: 30%;
}
.box:nth-child(3n){
  margin-right: 0;
}
/*.box img{
  width: 100%;
}*/

.box p,.box dd{
  color: #ffffff;
}
.box dl{
  display: flex;
  justify-content: space-between;
  height: 10%;/*35px*/
}
.box dt{
  width: 71.43%;/*250px*/
  background-color: #ffffff;
  font-size: 18px;/*18px*/
  font-family: "游明朝","YuMincho",serif;
  text-align: center;
  border: 1px solid #42210b;
  color: #333333;
  padding-top: 0.86%;/*3px*/
}
.box dd{
  width: 100px;
  padding: 10px 0;
  background-color: #42210b;
  font-size: 10px;/*10px*/
  font-family: "メイリオ","meiryo",serif;
  text-align: center; 
}
/*.box dd a{
  display: block;
  width: 100px;
  padding: 10px 0;
}*/

.box p{
  position: absolute;
  top: 0;
  width: 22.86%;/*80px*/
  height: 8.57%;/*30px*/
  background-color: #ff0000;
  font-size: 12px;/*12px*/
  font-family: "メイリオ","meiryo",serif;
  text-align: center;
  padding-top: 1.43%;/*5px*/
}

/*---footer---*/
.footerIcon1{
  display: flex;
  justify-content: center;
}
.footerIcon1 li{
  display: flex;
  border: 2px solid #42210b;
  font-size: 28px;
  font-family: "メイリオ","meiryo",serif;
  margin: 0 10px 100px 10px;
  position: relative;
  border-radius: 4.5px;
}
.footerIcon1 li a{
  display: block;
  width: 310px;/*310px*/
  height: 80px;
  box-sizing: border-box;
  /*color: #42210b;*/
  padding-top: 20px;
  /*padding-left: 20px;*/
  text-align: center;
  filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.footerIcon1 .iconMark a{
  padding-left: 90px;
}
.footerIcon1 .iconMark a::before{
  content: url(../images/blogicon.png);
  position: absolute;
  top: 7px;
  left: 20px;
}

/*== ボタン共通設定 */
.btn{
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  /*text-decoration: none;*/
  display: inline-block;
  /*border: 1px solid #555;/* ボーダーの色と太さ */
  /*padding: 10px 30px;
  text-align: center;
  outline: none;*/
  /*アニメーションの指定*/   
  transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn span a{
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #42210b;
}

.btn:hover span a{
  color:#da6c23;
}

/*== 背景が流れる（左から右） */
  .bgleft:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:#6b9abf;/*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}


.footerIcon2{
  display: flex;
  justify-content: space-between;
  margin-bottom: 140px;
}
.footerIcon2 li{
  display: flex;
  width: 25%;
  font-size: 28px;/*28px*/
  font-family: "メイリオ","meiryo",serif;
  position: relative;
}
.footerIcon2 li a{
  display: block;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  color: #ffffff;
  padding-top: 25px;
  padding-left: 90px;
}
@media (max-width: 1160px){
  .footerIcon2 li{
    font-size: 21px;
  }
  .footerIcon2 li a{
    padding-top: 30px;
  }
}
.mrIcon a{
  background-color: #6b9abf; 
}
.mrIcon a::before{
  content: url(../images/bookicon.png);
  position: absolute;
  top: 25px;
  left: 20px;
}
.inqIcon a{
  background-color: #3872a8;
}
.inqIcon a::before{
  display: inline-block;
  content: url(../images/lettericon.png);
  position: absolute;
  top: 30px;
  left: 20px;
}
.telIcon a{
  background-color: #004879;
}
.telIcon a::before{
  display: inline-block;
  content: url(../images/telicon.png);
  position: absolute;
  top: 25px;
  left: 25px;
}
.instaIcon a{
  background-color: #002e55;
}
.instaIcon a::before{
  display: inline-block;
  content: url(../images/instaicon.png);
  position: absolute;
  top: 20px;
  left: 25px;
}


/*addressとfooterメニュー*/
.addressWrapper{
  display: flex;
  flex-direction: row-reverse;
}

.addressBox{
  width: 50%;
  margin-bottom: 50px;
  border-right: 3px solid #333333;
  padding-top: 50px;
}
.addressBox img{
  margin-bottom: 20px;
}
address{
  margin-bottom: 20px;
  font-size: 12px;
}
.telWrapper{
  display: flex;
  margin-bottom: 30px;
}
address dl {
  display: flex;
  padding-right: 30px;
}
address dd::before{
  content: ":";
}

/*footer nav*/
.menuBox{
  width: 50%;
  padding-top: 50px;
  padding-left: 70px;
}
.footerMenu{
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
.footerMenu li{
  width: 230px;
  padding-bottom: 20px;
}
.footerMenu li a{
  color: #000;
}
 /*.footerMenu li a:hover{
  background-color: #004879;
  color: #ffffff;
 }*/
@media (max-width: 1059px){
  .footerMenu li{
    width: 200px;
  }
}

/*==================================================
　footernavi 左から右に線が伸びて背景になる
===================================*/

/*背景の設定*/

.fnavi li a{
  /*背景色の基点とするためrelativeを指定*/
position: relative;
  /*アニメーションの指定*/
transition: all 1.4s;
}

.fnavi li a::after {
content: '';
  /*絶対配置で線の位置を決める*/
position: absolute;
z-index: -1;
bottom: 0;
left: 0;
  /*背景の形状*/
width: 0;
height: 1px;
background:#6b9abf;
opacity: 0;/*はじめは透過を0に*/
}

/*現在地とhoverの設定*/
.fnavi li.current a::after,
.fnavi li a:hover::after {
  /*背景の形状*/
width: 100%;
opacity: 1;
  /*アニメーションの指定*/
animation:bgappear 0.5s forwards;
}

/*アニメーションで線を伸ばして背景をつける*/
@keyframes bgappear{
0% {
  width: 0%;
  height: 1px;
}
50% {
  width: 100%;
  height: 1px;
}
100% {
  width: 100%;
  height: 100%;
  background: #6b9abf;
}
}

/*現在地とhoverの設定*/
.fnavi li.current a,
.fnavi li a:hover{
  color: #da6c23;
  /*テキストを最前面へ*/
  z-index: 1;
}


/*---ふわっとFadeUp---*/

/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .fadeUpTrigger{
      opacity: 0;
  }