@charset "UTF-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

.pc{display: none!important;}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.inner,
.inner02{
	padding: 0 35px;
	position: relative;
}
/*.inner02{padding: 0 20px}*/

/* !header
---------------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

#headerIn {
	padding: 0 20px;
	position: relative;
}

#headerLinks {
	
}
/*btnMenu*/
.btnMenu {
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 998;
}
.btnMenu a {
  display: block;
  width: 50px;
  height: 40px;
  box-sizing: border-box;
  position: relative;
}

.btnMenu a span {
	box-shadow: 0 0 4px rgba(0,0,0,.3);
  display: block;
  background: #fff;
  width: 24px;
  height: 2px;
  position: absolute;
  /*left: 5px;*/
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  border-radius: 2px;
}
.btnMenu.active a span{
	width: 40px;
	height: 2px;
}

.btnMenu a span:first-child {
	top: 7px;
	left: 3px;
  -webkit-transform: translateY(0px) rotate(35deg);
  -moz-transform: translateY(0px) rotate(35deg);
  -ms-transform: translateY(0px) rotate(35deg);
  transform: translateY(0px) rotate(35deg);
}

.btnMenu a span:nth-child(2) {
	right: 3px;
	top: 7px;
  -webkit-transform: translateY(0px) rotate(-35deg);
  -moz-transform: translateY(0px) rotate(-35deg);
  -ms-transform: translateY(0px) rotate(-35deg);
  transform: translateY(0px) rotate(-35deg);

}

.btnMenu a span:last-child {
  	bottom: 0px;
  	left: 50%;
  -webkit-transform: translate(-12px,-12px) rotate(90deg);
  -moz-transform: translate(-12px,-12px) rotate(90deg);
  -ms-transform: translate(-12px,-12px) rotate(90deg);
  transform: translate(-12px,-12px) rotate(90deg);
}

	
.btnMenu.active a span:first-child {
	top: 20px;
	left: -13px;
  -webkit-transform: translateY(0px) rotate(90deg);
  -moz-transform: translateY(0px) rotate(90deg);
  -ms-transform: translateY(0px) rotate(90deg);
  transform: translateY(0px) rotate(90deg);
}

.btnMenu.active a span:nth-child(2) {
	top: 20px;
	right: -13px;
  -webkit-transform: translateY(0px) rotate(90deg);
  -moz-transform: translateY(0px) rotate(90deg);
  -ms-transform: translateY(0px) rotate(90deg);
  transform: translateY(0px) rotate(90deg);
}

.btnMenu.active a span:last-child {
	width: 53px;
	left: -1px;
	bottom: 50%;
  -webkit-transform: translateY(2px) rotate(47deg);
  -moz-transform: translateY(2px) rotate(47deg);
  -ms-transform: translateY(2px) rotate(47deg);
  transform: translateY(2px) rotate(47deg);
}


/* !gNavi
---------------------------------------------------------- */
#gNavi {
	position: fixed;
    z-index: 997;
    width: 100%;
    height: 100vh;
    top: 0px;
    right: 0;
    -webkit-overflow-scrolling: touch;
    background: #888888;
    box-sizing: border-box;
    padding: 135px 0px 0;
	opacity: 0;
	pointer-events: none;
	transition:opacity 0.5s !important;
}
#gNavi.active{
	opacity: 1;
	pointer-events: auto;
}
.gNaviIn{
	height: 100%;
	display: block;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
}
.gNaviBox{
	align-items: center;
	transition: transform .7s,opacity 0.5s !important;
	transform: translateX(100%);
}
#gNavi.active .gNaviBox{
    transform: translateX(0%);
}

.gNaviUl{
	margin-bottom: 56px;
}
.gNaviUl li{margin-bottom: 36px;}
.gNaviUl li a{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.08em;
}

.gNaviSns{
	display: flex;
	justify-content: center;
	margin-bottom: 64px
}
.gNaviSns li + li{
	margin-left: 20px;
}
.gNaviSns li a{
	display: block;
}
.gNaviSns li a img{
	width: 30px;
}
.gNaviSns li a .on{
	display: none;
}
.navClose{
	text-align: center;
}
	
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	position: relative;
}

.bg_video {
    min-width: 100%;
    height: 100vh;
    min-height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	min-height: calc(var(--vh, 1vh) * 100);
}
.bg_video video {
    -o-object-fit: cover;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.mvTxt{
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	animation-name:mvTxt;
	animation-duration: 3s!important;
}
@keyframes mvTxt{
  	0% {
	    opacity: 0;
	    -webkit-transform: translateY(100vh);
	    -ms-transform: translateY(100vh);
	    transform: translateY(100vh);
	}
	50%{
	    opacity: .4;
	}
	100% {
	    opacity: 1;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}
}
.scrollP{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 2;
	color: #fff;
	padding-bottom: 70px;
}
@keyframes scroller{
  0% {
      bottom:0px;
      height: 60px;
  }
  20% {
      bottom: 0px;
      height: 0px;
  }
  20.1% {
      bottom: 60px;
      height: 0px;
  }
  50% {
      bottom: 60px;
      height: 0px;
  }
  100% {
      bottom: 0;
      height: 60px;
  }
}
.scrollP span,
.scrollP a{
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.1em
}
.scrollP span:before,
.scrollP a:before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-right: 1px solid #fff;
    height: 60px;
    -webkit-animation: scroller 2s cubic-bezier(.65,.05,.36,1) 0s infinite;
    animation: scroller 2s cubic-bezier(.65,.05,.36,1) 0s infinite;
    z-index: 2;
}


/* !teaser
---------------------------------------------------------- */
#teaser {
	background: #888888;
	color: #fff;
	padding: 50px 0 10px;
}
.teaserHd{
	text-align: center;
	font-size: 3rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
#teaser .indexUl02{margin-bottom: 0}
#teaser .indexUl02 li a{color: #fff}


.blogTeaser{
	padding-top: 20px;
	text-align: center;
}
.blogTeaserInner{
	padding: 0 20px;
}
.blogTeaserHd .txt{
	padding: 7px 0 15px;
	font-size: 2rem;
	letter-spacing: 0.05em
}
.blogTeaserImg{
	height: 200px;
	background: url(../img/blog/teaser_blog.jpg)no-repeat center center;
	background-size: cover;
}
/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb{
	font-family: 'PT Sans', sans-serif;
	width: 100%;
}
#breadcrumb ul{
	padding: 10px 0;
    color: #888888;
    font-size: 1.2rem;
    letter-spacing: 0.05em
}
#breadcrumb ul li {
    display: inline-block;
    position: relative;
    padding-right: 16px;
}
#breadcrumb ul li a{
	color: #888888;
	/*text-decoration: underline;*/
}
#breadcrumb ul li:before {
    position: absolute;
    right: 3px;
    top: 0;
    z-index: 2;
    content: ">";
}
#breadcrumb ul li:last-of-type{}
#breadcrumb ul li:last-of-type:before{content: none;}
#breadcrumb ul li a:hover{text-decoration: underline;}


/* !footer
---------------------------------------------------------- */
#footer {
	background: #CCCCCC;
	padding: 55px 0 50px;
}

#footer .footerIn {
}
.ftLogo{
	text-align: center;
	margin-bottom: 40px;
}
.ftLogo img{width: 90px}
	
#copyright {
	font-family: 'PT Sans', sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	text-align: center;
}



/* !common
---------------------------------------------------------- */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    /* height: -webkit-fill-available; */
  }
}
#section01.section{
	height: 100vh;
	min-height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	min-height: calc(var(--vh, 1vh) * 100);
	
}
.section > div{height: 100%}
.animated{animation-duration: 2s;}
@keyframes fadeInUp{
  	0% {
	    opacity: 0;
	    -webkit-transform: translateY(60px);
	    -ms-transform: translateY(60px);
	    transform: translateY(60px);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}
}
@keyframes fadeInRight{
  	0% {
	    opacity: 0;
	    -webkit-transform: translateX(160px);
	    -ms-transform: translateX(160px);
	    transform: translateX(160px);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}
}
@keyframes fadeInLeft{
  	0% {
	    opacity: 0;
	    -webkit-transform: translateX(-160px);
	    -ms-transform: translateX(-160px);
	    transform: translateX(-160px);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}
}

.comP01{
	font-size: 1.3rem;
	line-height: 33px;
	letter-spacing: 0.05em;
	font-family: 'PT Sans', sans-serif;
	text-align: justify;
}
.comP02{
	font-size: 1.2rem;
	line-height: 35px;
	letter-spacing: 0.05em;
	text-align: justify;
}
.hd01{
	text-align: center;
	margin-bottom: 60px;
	font-size: 3rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
	position: relative;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	color: #000
}
.hd01.grayBg:after{
	content: '';
	position: absolute;
	top: calc(100% + 30px);
	left: 0;
	z-index: -1;
	background: #EEEEEE;
	width: 100%;
	height: 100vh;
}

/* !index
---------------------------------------------------------- */
.indexSec01,
.indexSec02{
	background: #000;
	color: #fff;
	position: relative;
	padding: 100px 0 0;
}

.indexSec01 .inner,
.indexSec02 .inner,
.indexSec03 .inner,
.indexSec04 .inner{
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 30px;
}
.indexDl01{
	width: 100%;
	display: block;
}
.indexDl01 dt + dd{margin-top:0px }
.indexSec01 .p01{
	text-align: center;
}
.indexSec01 .p01 .en{
	font-size: 3rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-bottom: 18px;
}
.indexSec01 .p01 .jp{
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.3em;
	margin-bottom: 98px;
}

.indexDl01 .img{position: relative;text-align: center;}
.indexDl01 .imgLine{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
} 
.indexDl01 .img img{width: 211px;}
.indexDl01 .imgLine img{width: 206px}


.indexSec02{padding-bottom: 140px}
.indexSec02 .indexDl01 .img img{width: 167px;}
.indexSec02 .indexDl01 .imgLine img{width: 181px}
.indexSec01 .scrollP,
.indexSec02 .scrollP{display: none!important;}

.indexSec03{
	background: url(../img/index/03_tearoom.jpg)no-repeat top center;
	background-size: auto 300px;
	padding: 340px 0 40px;
}

.indexSec04{
	padding: 170px 0;
	background: url(../img/index/home_bg.jpg)no-repeat top center;
	background-size: auto 300px;
	padding: 340px 0 40px;
	position: relative;
	margin-bottom: 50px;
}
.indexSec04:before{
	content: none;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4)
}
.indexSec04 .inner{z-index: 2;}

.indexSec05{
	padding: 50px 0 0;
}
.indexSec05 .hd01{margin-bottom: 30px}
.indexUl01{
}
.indexUl01 li{
	width:100%
}
.indexUl01 li + li{margin-top: 50px}
.indexUl01 a{
	display: block;
	position: relative;
	text-align: center;
}
.indexUl01 img{
	width: 200px;
}
.indexUl01 .txt{
	font-size: 1.5rem;
	letter-spacing: .05em;
	margin-top: 17px;
	color: #888888
}

.indexSec06{
	padding: 140px 0 96px;
	overflow: hidden;
	margin-bottom: 100px;
}
.indexUl02{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.indexUl02 li{
	margin: 0 25px 17px;
}
.indexUl02 li a{
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	color: #888888;
}

.indexUl03 li{
}
.indexUl03 li + li{margin-top: 22px}
.indexUl03 .date{
	display: inline-block;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	margin-right: 30px;
}
.indexUl03 .categP{
	display: inline-block;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}
.indexUl03 .txt{
	margin-top:2px; 
	font-size: 1.2rem;
	line-height: 22px;
	letter-spacing: 0.05em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.indexSec07{
	padding: 45px 0 100px;
}
.indexSec07 .hd01{margin-bottom: 70px}
.contactDl{
}
.contactDl dt{
	padding-bottom: 3px;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	font-family: 'PT Sans', sans-serif;
}
.contactDl + .contactDl{margin-top: 18px}
.contactForm input[type='text'],
.contactForm input[type='email'],
.contactForm textarea{
	width: 100%;
	height: 25px;
	padding:0 10px;
	font-size: 1.2rem;
	border: 1px solid #888888;
	background: none;
}
.contactForm textarea{
	padding:5px 10px;
	min-height: 200px;
	display: block;
	resize: none;
}
.contactForm label{
	display: block;
	padding: 5px 0;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	font-family: 'PT Sans', sans-serif;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}
.contactBtn{
	margin-top: 40px;
}
.contactBtn li + li{margin-top: 15px}
.contactBtn input{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #888888;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	width: 168px;
	height: 25px;
	font-family: 'PT Sans', sans-serif;
	margin: 0 auto;
}
.contactP{
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	margin-top: 30px;
	font-family: 'PT Sans', sans-serif;
}



/*works tearoom*/
.tearoomItem.bgImg .inner{
	height: 100%;
}
.tearoomP01{
	font-size: 2rem;
	letter-spacing: 0.05em;
	padding-top: 90px;
	text-align: center;
	color: #fff;
}
#section01 .tearoomP01{
	font-size: 3rem;
	letter-spacing: 0.15em;
}

#tearoompage .tearoomP01{
	padding-top: 0;
	position: absolute;
	width: calc(100% - 70px);
	top: 50%;
	transform: translateY(-50%);
}

.tearoomSec05{
	padding: 100px 0
}

.tearoomSec06.bgImg{
	height: 200px;
	background-position:  bottom 50% center
}
.tearoomSec01.bgImg{
	background: url(../img/lotus/01_lotus_sp.jpg)no-repeat center center!important;
	background-size: cover!important;
}
.tearoomSec02.bgImg{
	background: url(../img/lotus/02_lotus_sp.jpg)no-repeat center center!important;
	background-size: cover!important;
}
.tearoomSec03.bgImg{
	background: url(../img/lotus/03_lotus_sp.jpg)no-repeat center center!important;
	background-size: cover!important;
}
.tearoomSec04.bgImg{
	background: url(../img/tearoom/04_tearoom_sp.jpg)no-repeat center center!important;
	background-size: cover!important;
}

/*icewall*/
.icewallSec02{
	padding: 90px 0;
}
.icewallDl01{
}
.icewallDl01 dt{
}
.icewallDl01 dd{
	position: relative;
}
.icewallHd{
	font-size: 2rem;
	letter-spacing: 0.2em;
	margin-bottom: 50px;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
}
.icewallUl01{margin-bottom: 50px}
.icewallUl01 img{width: 200px}
.icewallUl01:before{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 145px;
	z-index: -1;
	background: #CBCBCB;
	width: 1920px;
	height: 1200px
}
.icewallUl01 li + li{margin-top: 30px}

.icewallSec03{padding-bottom: 0px}
.icewallSec03 .bgImg{
	height: 420px;
	display: block;
	margin-bottom: 95px;
}
.icewallSec03 .icewallUl01:before{
	height: 737px
}
.icewallUl02{
	margin: 200px -35px 0;
}
.icewallUl02 li{
	margin: 0 5px;
	text-align: center;
}
.icewallUl02 .img img{max-width:146px }
.icewallUl02 .txt{
	display: none;
	font-size: 2rem;
	letter-spacing: 0.2em;
	font-family: 'PT Sans', sans-serif;
	margin-top: 26px;
}

.icewallSec04{
	padding: 100px 0;
	background: #EEEEEE
}

.icewallSec05.bgImg{
	height: 200px;
	background-position: top 10% center
}


/*boneflower*/
.boneflowerSec01{
	background: #000;
	color: #fff;
	position: relative;
}
.flowerDl01{
	justify-content: space-between;
	margin-top: 45px;
}
.flowerDl01 dt{
	text-align: center;
}
.flowerDl01 dt img{width: 282px}
.flowerDl01 dd{
	display: none;
}
.flowerBox{padding: 90px 0}
.flowerBox .txt + .txt{margin-top: 40px}

.boneflowerSec02{
	background: #000;
	color: #fff;
}
.boneflowerSec02 .bgImg{
	height: 200px;
	/*background-attachment:fixed*/
}

.boneflowerSec03{
	background: #000;
	padding-top: 110px;
}
.boneflowerSec03 .inner{

}
.flowerDl02{width: 100%}
.flowerDl02 dt{
	text-align: center;
}
.flowerDl02 dt img{width: 179px}
.flowerDl02 .box{
	position: relative;
}
.flowerDl02 .box .txt{
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	font-family: 'PT Sans', sans-serif;
	margin-top: -42px;
	color: #fff
}
.flowerDl02 dd{
	float: right;
	margin-right: -228px;
	width: 459px;
	padding-top: 50px;
	margin-bottom: -100px
}
/*.flowerDl02 dd .img img{max-height: 110vh;}*/

.boneflowerSec04{
	background: #000001;
	padding-top: 110px;
}
.boneflowerSec04 .flowerDl02 dt{
}
.boneflowerSec04 .flowerDl02 dt img{width: 130px}
.boneflowerSec04 .flowerDl02 .box .txt{
	margin-top: -25px
}
.boneflowerSec04 .flowerDl02 dd{
	float: left;
	margin-right: 0px;
	margin-left: -90px;
	width: 304px;
	padding-top: 66px;
}



.boneflowerSec05{
	background: #000;
	color: #fff;
	padding-bottom: 80px;
	text-align: center;
}
.boneflowerSec05 .box{
	position: relative;
}
.boneflowerSec05 .box .txt{
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	position: absolute;
	bottom: 14px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}
.boneflowerSec05 .img img{max-width:}

.boneflowerSec06{
	background: #CBCBCB;
	padding-bottom: 100px;
}
.boneflowerSec06 .bgImg{
	height: 200px;
	/*background-attachment:fixed*/
}
.flowerSlider{
	margin: 150px 0 0;
	padding-left: 0;
}
.flowerSlist{
	margin: 0 6px;
	max-width: 146px;
}
.flowerSlist a{
	display: block;
	position: relative;
	background: #000;
}

.fancyboxItem img{width: 260px}
.fancybox-overlay{
	background: rgba(0,0,0,.85);
}
.fancybox-title-float-wrap .child {
    background: transparent;
    text-shadow: none;
    color: #FFF;
    font-weight: 400;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.05em
}
.fancybox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
     width: 30px; 
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: url(../img/boneflower/prev.svg)no-repeat center center;
    background-size: auto 28px;
    z-index: 8040;
}
.fancybox-prev{
	left: -37px
}
.fancybox-next{
    background: url(../img/boneflower/next.svg)no-repeat center center;
    background-size: auto 28px;
	right: -37px
}
.fancybox-close {
    position: absolute;
    top: -100px;
    right: -21px;
    transform: translateY(-100%);
    width: 21px;
    height: 21px;
    background: url(../img/boneflower/close_fb.svg)no-repeat center center;
    background-size: auto 21px;
}


.slick-prev,
.slick-next {
    position: absolute;
    width: 80px;
    height: 100%;
    z-index: 3;
    background: url(../img/boneflower/prev.svg)no-repeat center center rgba(0,0,0,.5);
    background-size: auto 28px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.slick-next{
    background: url(../img/boneflower/next.svg)no-repeat center center rgba(0,0,0,.5);
    background-size: auto 28px;
    left: auto;
    right: 0;
}


.boneflowerSec07{
	padding: 100px 0;
}

.boneflowerSec08.bgImg{
	height: 200px;
	background-position: center center
}

/*newsList*/
.newsListWrap,
.newsDtWrap,
.newsAllWrap{
	padding: 20px 0px 30px
}
.newsListUl li + li{
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #707070;
}
.newsListUl li a{
	display: block;
}
.newsDate,
.newsCateg{
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	display: inline-block;
	margin-right: 22px;
}
.newsCateg,
.newsCateg a{
	color: #CCCCCC;
}
.newsTitle{
	margin: 6px 0 20px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
.newsListTxt{
	font-size: 1.2rem;
	line-height: 25px;
	letter-spacing: 0.05em;
}
.newsListImg{margin-bottom: 20px}
.newsListTxt + .newsListTxt{margin-top: 25px}
.wp-pagenavi{
	padding-top: 20px;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display:inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	font-size:1.2rem;
	letter-spacing: 0.05em;
	font-family: 'PT Sans', sans-serif;
	color: #888888;
	margin: 0 5px;
	min-width: 12px;
}
/*.wp-pagenavi a:hover,*/
.wp-pagenavi span.current{
	border-bottom: 1px solid #CCCCCC
}
.newsListWrap .wp-pagenavi,
.blogListWrap .wp-pagenavi{
	margin-top: 30px;
	border-top: 1px solid #707070;
}
.newsListWrap .newsListTxt,
.blogListWrap .newsListTxt{
/* 	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; */
}
/*newsAll*/
.newsAllUl li + li{margin-top: 30px}
.newsAllUl a{display: block;}
.newsAllDl{
}
.newsAllDl dt{
	/*border: 1px solid #CCCCCC;*/
	margin-bottom: 10px;
}
.newsAllDl dt img{
	width: 100%;
}
.newsAllDl dd{
}
.newsAllDl .newsDate,
.newsAllDl .newsCateg{
	font-size: 1rem;
	letter-spacing: 0.1em;
	margin-right: 20px;
}
.newsAllDl .newsTitle{
	margin: 8px 0 0;
	font-size: 1.2rem;
}



/*blog*/
.blogWrap{
	padding: 30px 0;
}
.blogInner{
	padding: 0 20px
}
.blogWrap #main{
}
.blogWrap #side{
	margin-top: 60px;
	position: relative;
	background: #F8F7F5
}
.blogWrap #side:before{
	content: '';
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
	z-index: -2;
	width: 1000vw;
	height: calc(100% + 100px);
	background: #F8F7F5
}
.sideSns{
	position: relative;
	/*background: #E3E8E8;*/
	display: flex;
	margin-bottom: 10px
}
.sideSns:before,
.sideUl:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 1000vw;
	height: 100%;
	/*background: #E3E8E8*/
}
.sideSns li{
	display: inline-flex;
	margin-right: 2px;
}
.sideSns li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 60px;
	background: #D4D9D9
}
.sideItem{
	position: relative;
	margin-bottom: 10px;
	/*background: #E3E8E8;*/
	padding: 12px 0 10px 50px;
}
.sideHd{
	position: relative;
	font-size: 1.5rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #758588;
	margin-bottom: 15px;
}
.sideHd:before{
	content: '';
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 2px;
	background: #758588;
}
.sideUl li + li{margin-top: 8px}
.sideUl li a{
	display: inline-block;
	padding-left: 20px;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	color: #000;
	background: url(../img/blog/arrow.svg)no-repeat left center;
	background-size: 13px auto
}


.spTxtBtn{display: flex;justify-content: center;padding-top: 10px}
.spTxtBtn .on{display: none;}
.spTxtBtn .is_on .on{display: block;}
.spTxtBtn .is_on .no{display: none;}
.spTxt{display: none;}
/*profile*/
.profileSec01{
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	min-height: calc(var(--vh, 1vh) * 100);
	background-position: top center
}
.profileSec01 .inner{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.profileSec01 .tearoomP01{padding-top: 0!important}
.profileAcBox{margin-top: 100px}
.profileAcUl{margin-top: 30px;}
.profileAcUl li + li{margin-top: 40px;}
.profileAcUl li a{
	font-size: 1rem;
	color: #fff;
	letter-spacing: 0.05em;
	display: inline-block;
}
.profileAcUl li a span{
	display: block;
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.profileSec02{
	background:rgba(238,238,238,.3);
	padding: 90px 0;
}
.profileItem + .profileItem{margin-top: 70px}
.profileItemHd{
	border-bottom: 1px solid #888888;
	display: flex;
	justify-content: space-between;
	font-size: 1rem;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.profileItemHd .en{
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.2em;
	font-family: 'PT Sans', sans-serif;
}
.profileDl01{
	display: block;
}
.profileDl01 + .profileDl01{margin-top: 15px}
.profileDl01 dt{
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
}
.profileDl01 dd{
	padding-left: 20px;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
}
.profileDl01 dd .en{
	font-size: 1.3rem;
	margin-bottom: 4px;
	font-family: 'PT Sans', sans-serif;
}

.profileSec03{
	background: #eee;
	padding: 100px 0
}
.profileSay{
	margin-bottom: 45px
}
.profileSay .en{
	font-size: 2rem;
	letter-spacing: 0.15em;
	margin-bottom: 17px;
}
.profileSay .jp{
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	border-bottom: 1px solid #888888;
	margin-bottom: 10px;
}
.profileSay .name{
	text-align: right;
	color: #888888;
	font-size: 1rem;
	letter-spacing: 0.05em;
}
.profileSay .name span{
	margin-right: 10px;
	font-size: 1.3rem;
}
.profileDl02{
}
.profileDl02 dt{
	margin-bottom: 50px
}
.profileDl02 dd{
}
.comP01 + .comP01{
	margin-top: 33px
}
.comP02 + .comP02{
	margin-top: 35px
}
.profileSec03 .spTxt{margin-top: 33px}


#section05 .profileSec03 .spTxt{margin-top: 0}
.profileSec04{
	background: #888;
	color: #fff;
	padding: 100px 0
}
.profileSec04 .profileSay .name{color: #fff;}
.profileSec04 .profileSay .jp{border-color: #fff;}

.wp-block-image{
	margin: 0 !important;
}
.wp-block-image img{
	height: auto;
	width: 100%;
}

.newsListUl img{
	height: auto;
}

.profileBg{
	width:100%;
	height:100vh;
	height: calc(var(--vh, 1vh) * 100);
	min-height: calc(var(--vh, 1vh) * 100);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
    background-position: top center;
}
.profileWrap{
	position:relative;
	z-index:2;
}
.boneflowerSec01,
.icewallSec01{
	height: 100vh;
	min-height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	min-height: calc(var(--vh, 1vh) * 100);
}

.newsListUl img{
	margin: 10px 0;
}
.icewallSec01{
	background: url(../img/icewall/icewall_0820_1_sp.jpg) center center no-repeat !important;
	background-size: cover !important;
}


#tearoompage .comP01{
	margin-bottom: 50px;
}

#tearoompage .tearoomSec05{
	background: #EEEEEE;
}


