@charset "UTF-8";
/*Theme Name: panda2018
Theme URI: http://pandahatta.com/
Author: panda
Author URI: http://pandahatta.com/
Description: パンダ（株）京都設計事務所
Version: 1.0.0
*/
body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #333;
  letter-spacing: .05em; }

p {
  padding: 10px; }

h3 {
  font-weight: 600; }
  h3.title_yui {
    font-size: 20px;
    margin-left: 1rem; }

ol {
  padding-left: 40px; }

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

.bg-slider {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }

.bg-slider__title {
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000; }

.navbar-burger {
  margin-right: 20px; }

.hero .box {
  width: 100vw;
  height: auto;
  min-height: 50vh;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.hero .box::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3); }

h1.hero-title {
  display: block;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0; }

.parent {
  position: relative;
  color: #fff;
  text-align: center; }

.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 20px; }

.hero.is-info {
  background: black;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }

.sub-title {
  font-weight: 600;
  font-size: 1.1em; }

section.title-name {
  background-image: url("images/p-logo.png");
  background-size: 70px auto;
  /* 画像サイズ */
  background-repeat: no-repeat;
  /* 繰り返し表示オフ */
  padding-left: 85px;
  /* 画像と重ならないように文字列を右に移動 */ }
  section.title-name h1 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 400; }

.tel {
  display: inline-block;
  padding: 0.5em 2em;
  margin: 2em;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.3); }

h2 {
  font-size: 22px;
  font-weight: 600; }

.border-btm {
  padding-left: 8px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  margin-top: 10px; }

.pdd-left10 {
  padding-left: 10px;
  padding-bottom: 10px; }

.section {
  padding: 1.5rem; }

dl {
  border-bottom: 1px dashed  #999; }

dt {
  font-weight: bold; }

dd, dt {
  padding: 5px; }
  
.post-navigation {
    overflow: hidden;
    padding: 12px 0;
    font-weight: 600;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.prev {
    float: left;
}

.next {
    float: right;
}

footer.footer {
  color: #fff;
  background-color: #363636;
  padding: 3rem 1.5rem 6rem; }
  footer.footer .footer-nav ul li {
    display: inline;
    margin-right: 1em; }
  footer.footer .footer-nav ul li a {
    color: #fff; }
  footer.footer .footer-nav ul li a:hover {
    color: #eee;
    border-bottom: 1px solid #eee; }
  footer.footer .footer-nav ul li.current-menu-item a {
    color: #a3a3a3; }

@media screen and (min-width: 1088px) {
  #main-nav > .navbar-end ul {
    background-color: #363636;
    color: #f5f5f5; }
  #main-nav > .navbar-end ul li {
    float: left;
    display: flex; }
  #main-nav > .navbar-end ul li a.navbar-item {
    color: #f5f5f5; }
  #main-nav > .navbar-end ul li a:hover {
    background-color: #171616; }
  #main-nav > .navbar-end ul li.current-menu-item {
    background-color: #222222; } }

.navbar-brand a {
  color: #fff; }
  .navbar-brand a:hover {
    color: #eee; }

.text-height {
  overflow: hidden;
  height: 6.4em;
  /* line-height(1.6) x 4行 */
  line-height: 1.5; }

.has-text-right {
  padding-top: 10px; }

.card .content a.button {
  text-align: right; }

.grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

.thumb-widh a img {
  margin-left: 5px;
  border: 4px solid #fff;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.25); }

.thumb-widh p {
  padding: 10px 20px; }

table.office_yui th {
  vertical-align: middle;
  text-align: center; }
/*******************************
* バッジの色
********************************/
/* 必須マーク */
.must {
	background: #FF1A00;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}
.well {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #F9F9F9;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/*******************************
* フォームの設定
********************************/
/* フォーム入力項目 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea  {
	 width: 70%;
	 padding: 8px 15px;
	 margin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
	 font-size: 16px;
}
@media screen and (max-width: 780px) {
  .wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea  {
	width: 100%;
}
}

/* 送信ボタン */
input.sub-btn {
	width: 300px;
	height: 60px;
	background: #F90;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #ffae13;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #F90;  
}

/* 送信ボタン中央寄せ */
.center {
	text-align:center;
}
.wpcf7-form.h-adr p {
    padding: 20px;
}