@charset "UTF-8";

/* tetsugaku-coffee
---------------------------------------------------------------------------*/

/* .sec-philosophy
------------------------------------*/
.sec-philosophy {
  position: relative;
  width: 1260px;
  margin: 110px auto 140px;
  text-align: center;
}

.sec-philosophy h2 {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 4px;
}

.sec-philosophy h2 em {
  display: block;
  margin-bottom: 28px;
}

.sec-philosophy h2 strong {
  display: block;
}

.sec-philosophy h3 {
  box-sizing: border-box;
  margin-bottom: 48px;
  padding-left: 8px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.sec-philosophy p {
  margin-bottom: 19px;
  font-size: 17px;
  line-height: 2.22;
  letter-spacing: 0.12em;
  transform: translateX(4px);
}

.sec-philosophy > img {
  display: block;
  position: absolute;
}

.sec-philosophy .img { z-index: 0; }
.sec-philosophy .question { z-index: 1; }

.sec-philosophy .img1 { top: 34px; left: 66px; }
.sec-philosophy .img2 { top: 344px; left: 34px; }
.sec-philosophy .img3 { top: -8px; right: 58px; }
.sec-philosophy .img4 { top: 164px; right: 123px; }
.sec-philosophy .img5 { top: 416px; right: 79px; }

.sec-philosophy .question1 { top: -51px; left: 244px; }
.sec-philosophy .question2 { top: 232px; left: -6px; }
.sec-philosophy .question3 { top: 195px; left: 233px; }
.sec-philosophy .question4 { top: -22px; right: 190px; }
.sec-philosophy .question5 { top: 235px; right: 43px; }
.sec-philosophy .question6 { top: 323px; right: 230px; }

/* .sec-about
------------------------------------*/
.sec-about {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto 120px;
  padding: 80px 0 295px 110px;
  z-index: 0;
}

.sec-about:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: calc(100% - 800px);
  background: url(../img/tetsugaku-coffee/bg-texture.jpg) repeat left top;
  background-size: 100px auto;
	width: 100vw;
	height: 676px;
  z-index: -1;
}

.sec-about .logo {
  position: absolute;
  top: -58px;
  left: 566px;
}

.sec-about h2 {
  margin-bottom: 23px;
}

.sec-about h2 span {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  color: #B88F3D;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.24em;
}

.sec-about h2 span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
  background-color: #B88F3D;
	width: 100%;
	height: 1px;
}

.sec-about h3 {
  margin-bottom: 28px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.16em;
}

.sec-about p {
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.08em;
}

.sec-about .img { position: absolute; }
.sec-about .img1 { top: 73px; left: 903px; }
.sec-about .img2 { bottom: 56px; left: 110px; }

.sec-about .img3 {
  bottom: 0;
  right: 0;
  width: 53.7%;
}

@media (max-width: 1340px) {
  .sec-about { padding-left:75px; }
  .sec-about .img2 { left: 75px; }
}

/* .sec-cafe-library
------------------------------------*/
.sec-cafe-library {
  box-sizing: border-box;
  background: url(../img/tetsugaku-coffee/bg-texture.jpg) repeat left top;
  background-size: 100px auto;
  width: 1200px;
  margin: 0 auto 120px;
  padding: 30px;
}

.cafe-library-inner {
  background: #FFFDFA url(../img/tetsugaku-coffee/logo-beige.svg) no-repeat right -83px bottom 11px;
  border: 1px solid #F2E6D0;
  padding: 63px 60px 60px;
}

.sec-cafe-library .sec-title {
  display: -webkit-box;
	display: flex;
  margin-bottom: 60px;
  text-align: left;
}

.sec-cafe-library .sec-title h2 {
  position: relative;
  display: inline-block;
  margin: 8px 56px 0 0;
}

.sec-cafe-library .sec-title h2:after {
	display: block;
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
  background-color: #B88F3D;
	width: 100%;
	height: 2px;
  opacity: 0.5;
}

.sec-cafe-library .sec-title p {
  margin: 0;
  font-size: 16px;
  white-space: nowrap;
}

.sec-cafe-library .inner {
  display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
  margin-bottom: 55px;
}

.sec-cafe-library .inner:last-of-type {
  margin-bottom: 0;
}

.sec-cafe-library .inner figure {
  width: 430px;
  min-width: 430px;
  margin-right: 60px;
}

.sec-cafe-library .inner .txt {
  padding-top: 5px;
}

.sec-cafe-library .inner .txt h3 {
  position: relative;
  margin-bottom: 22px;
  padding-left: 30px;
}

.sec-cafe-library .inner .txt h3:before {
	display: block;
	content: '';
	position: absolute;
  top: 6px;
	left: 0;
  background-color: #B88F3D;
	width: 20px;
	height: 1px;
  opacity: 0.5;
}

.sec-cafe-library .inner1 .txt h3:before { top: 10px; }

.sec-cafe-library .inner .txt h4 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.sec-cafe-library .inner .txt p {
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 2.05;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.sec-cafe-library .inner .txt p.attention {
  margin-top: 14px;
  font-size: 12px;
}

.sec-cafe-library .inner .txt p:last-of-type {
  margin-bottom: 0;
}

/* .sec-sns
------------------------------------*/
.sec-sns {
  display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-between;
  box-sizing: border-box;
  background-color: #FFFDFA;
  border: 1px solid #F2E6D0;
  border-radius: 4px;
  width: 1140px;
  margin: 0 auto 180px;
  padding: 50px;
}

.sec-sns figure img {
  border-radius: 8px;
}

.sec-sns .txt {
  text-align: center;
}

.sec-sns .txt p {
  font-size: 17px;
  line-height: 2.1;
}

.sec-sns .txt .btn {
  display: inline-block;
  margin-top: 28px;
}

.sec-sns .txt .btn a {
  display: block;
  background-color: #B88F3D;
  border-radius: 3px;
  padding: 19px 30px 19px 33px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
  white-space: nowrap;
  transition: .15s ease-out;
}

.sec-sns .txt .btn a:hover {
  opacity: 0.6;
}

.sec-sns .txt .btn a span {
  letter-spacing: 0.1em;
}

/* .sec-outline
------------------------------------*/
.sec-outline #gMap-tetsugaku-coffee,
.sec-outline #gMap-tetsugaku-coffee iframe {
  width: 428px;
  height: 450px;
}

.sec-outline .txt-set {
  width: 538px;
}

.sec-outline .dl-line-dot {
  background: url(../img/share/line-dot.svg) repeat-x left top;
}

.sec-outline .dl-line-dot dt {
  color: #B88F3D;
}