@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Barlow);

/* .sp_menu 
---------------------------------------------------------------------------*/
.sp_menu p{
  font-size:14px;
  margin:0;
  padding:0;
  color:#545454;
  line-height:1.5;
  letter-spacing:0.05em;
  text-transform: uppercase;
  font-weight:500;
}

.sp_menu1 p{
  font-size:14px;
  margin:0;
  padding:0;
  color:#545454;
  line-height:1.5;
  letter-spacing:0.05em;
  text-transform: uppercase;
  font-weight:500;
}

.sp_menu2 p{
  font-size:14px;
  margin:0;
  padding:0;
  color:#545454;
  line-height:1.5;
  letter-spacing:0.05em;
  text-transform: uppercase;
  font-weight:500;
}


/* sub_contents
--------------------------------------- */
.sub_contents{
  width: 100%;
  margin: 0 auto;
  padding:2% 0 5%;
  text-align: center;
}

.sub_contents h2{
  font-weight:500;
  font-size:2.5em;
  font-family: 'EB Garamond',sans-serif;
}

@media screen and (max-width: 568px) {
.sub_contents h2{
  line-height:1.4;
  font-size:1.6em;
}
}

.sub_contents .catch{
  padding:2%;
  color:#898989;
}

/* .物件一覧
================================================== */
.bukken-list {
  width: 100%;
  margin:0 auto;
}

@media screen and (max-width: 568px) {
.bukken-list {
  padding:2%;
  box-sizing: border-box;
}
}

.bukken-list ul{
  width:100%;
  margin:2% 0 2%;
  text-align: left;
}

.bukken-list li{
  width:31.3333%;
  margin:1%;
  display:inline-block;
  vertical-align: top;
  -moz-box-shadow: 1px 1px 5px #D5D5D5;
  -webkit-box-shadow: 1px 1px 5px #D5D5D5;
  box-shadow: 1px 1px 5px #D5D5D5;
  background: #FFF;
  box-sizing: border-box;
  position: relative;
  letter-spacing : 0em!important;
  text-align: left;
}

@media screen and (max-width: 810px) {
.bukken-list li{
  width:47%;
  margin:1.5%;
}
}

@media screen and (max-width: 568px) {
.bukken-list li{
  width:97%;
  margin: 3% 1.5% 5%;
  display:block;
}
}

.bukken-list .bkls-ph{
  width:100%;
  height:230px;
  display:block;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
.bukken-list .bkls-ph{
  height:200px;
}
}

@media screen and (max-width: 568px) {
.bukken-list .bkls-ph{
  height:250px;
}
}

.bukken-list .bkls-ph .overlays {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:100%;
  height:100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bukken-list .bkls-ph img {
  width:auto;
  min-width:100%;
  height:230px;
}

@media screen and (max-width: 1280px) {
.bukken-list .bkls-ph img {
  height:200px;
}
}

@media screen and (max-width: 568px) {
.bukken-list .bkls-ph img {
  height:230px;
}
}

.bukken-list .bkls-ph a:hover {
  opacity: 0.7;
}

.bukken-list .bkls-ph .bicn{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 5px 10px;
  display:inline-block;
  line-height:1;
  letter-spacing : 0.05em;
  font-size:14px;
  background-color:#000;color:#FFF;
  font-family: 'EB Garamond',sans-serif;
}

.bukken-list .bkls-tx{
  width:100%;
  padding:10px 15px 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 810px) {
.bukken-list .bkls-tx{
  padding:10px 15px;
}
}

.bukken-list .blsinfo{
  width:100%;
  display:block;
  text-align: left;
}

.bukken-list .blsinfo .anim{
  width:30.3333%;
  margin:1.5%;
  display:inline-block;
  vertical-align: top;
  font-size:0.9em;
}


.bkls-tx .blsttl{
  margin-bottom:10px;
  line-height:1.5;
  border-bottom:1px dashed #E3E3E3;
}

.bkls-tx .blsttl p{
  font-weight:500;
  font-family: 'EB Garamond',sans-serif;
  font-size:1.1em;
  line-height:1.5;
  padding:0 5px 10px;
}

.blsttl a{text-decoration:none;color:#000;}
.blsttl a:hover{text-decoration:none;color:#2E5868;}

.bukken-list .blsinfo .anim{
  width:31.3333%;
  margin:1%;
  display:inline-block;
  vertical-align: top;
  font-size:0.9em;
}
.bukken-list .blsinfo .anim p{
  font-size:0.95em;
  letter-spacing : 0.05em;
  margin-bottom:5px;
  display:block;
}


.bukken-list .blsinfo dt{
  width:30%;
  box-sizing: border-box;
  padding:3%;
  display:inline-block;
  vertical-align: middle;
}

.bukken-list .blsinfo dt img{
  width:100%;
  height:auto;
}

.bukken-list .blsinfo dd{
  width:70%;
  box-sizing: border-box;
  padding:3% 0 3% 10%;
  display:inline-block;
  vertical-align: middle;
  line-height:1.2;
}

.blscom{
  width:100%;
  padding:10px 5px;
  box-sizing: border-box;
  border-top:1px dashed #E3E3E3;
  margin-top:10px;
}

@media screen and (max-width: 810px) {
.blscom{
  padding:10px 5px;
}
}

.blscom dl{
  width:100%;
}

.blscom dt{
  width:60%;
  display:inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding:0;
}

@media screen and (max-width: 810px) {
.blscom dt{
  width:100%;
  display:block;
}
}

.bkls-tx .rb-ttl{
  font-size:0.95em;
  color: #000;
}


.bkls-tx .blprice{
  font-family: Roboto,sans-serif;
  font-weight:400;
  font-size:1.4em!important;
  color:#812C2C;
  line-height:1.4;
}


.blscom dd{
  width:40%!important;
  display:inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 810px) {
.blscom dd{
  width:100%;
  display:block;
  margin-top:5px;
}
}

.blscom dd p{
  font-weight:400;
  font-size:0.75em;
  color: #000;
  display:block;
  text-transform: uppercase;
  text-align: center;
  letter-spacing : 0.05em;
}

.blscom dd p a{text-decoration:none;padding:10px 0;display:block;background-color:#FFF;color:#000;border:1px solid #000;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s}
.blscom dd p a:hover{text-decoration:none;background-color:#000;color:#FFF;}

.flsw-bt{
  color:#000;
  font-weight:400;
  font-size:1.05em;
  line-height:1.3;
  margin-top:3%;
  display:inline-block;
}

@media screen and (max-width: 810px) {
.flsw-bt{
  font-size:1.1em!important;
}
}

@media screen and (max-width: 568px) {
.flsw-bt{
  margin-top:3%;
  font-size:1em!important;
}
}

.flsw-button{border:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.flsw-button.c-button--ghost{display:block;padding:15px 30px;background-color:#000;border:1px solid #000;color:#FFF;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s}
.flsw-bt a{text-decoration:none;}
.flsw-bt a:hover{text-decoration:none;display:inline-table;background-color:#FFF;color:#000;text-shadow:0 0 0 #FFF;}


@media screen and (max-width: 568px) {
.flsw-button.c-button--ghost{display:block;padding:15px 30px;}
}

/* .物件詳細
================================================== */
.bukken-topimgs {
  position: relative;
  width: 100%;
  max-width:1100px;
  height: 733px;
  z-index:1;
  margin:0 auto 2%;
}

@media screen and (max-width: 810px) {
.bukken-topimgs {
  height:500px;
}
}

@media screen and (max-width: 568px) {
.bukken-topimgs {
  height: 50vh;
  min-height:350px;
}
}

.bukken-topimgs {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.bukken-topimgs .block {
  padding:0;
  width:100%;
  height: 100%;
  z-index:1;
  position: relative;
  box-sizing: border-box;
  padding:0 2%;
  font-size:0.8em;
}

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 25px;
	padding: 0;
	height:450px;
	*zoom: 1;
}

@media screen and (max-width: 810px) {
.bx-wrapper {
	height:380px;
}
}
@media screen and (max-width: 568px) {
.bx-wrapper {
	height:270px;
}
}

.bx-wrapper img {
	width: 100%;
	height:auto;
	margin-bottom:10px;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display:none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #000;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:0.05em solid #FFF;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #F07704;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	background: url(https://www.danangvillarealty.com/images/arrowL2_off.png) no-repeat;
	width:40px;
	height:40px;
}

.bx-wrapper .bx-next {
	width:40px;
	height:40px;
	background: url(https://www.danangvillarealty.com/images/arrowR2_off.png) no-repeat;
}


@media screen and (max-width: 568px) {
.bx-wrapper .bx-prev {
	width:30px;
	height:30px;
	background-size:30px 30px;
	background-position: center center;
}
.bx-wrapper .bx-next {
	width:30px;
	height:30px;
	background-size:auto 30px;
	background-position: center center;
}
}

.bx-wrapper .bx-prev:hover {
	 background: url(https://www.danangvillarealty.com/images/arrowL2_on.png) no-repeat;
}

.bx-wrapper .bx-next:hover {
	 background: url(https://www.danangvillarealty.com/images/arrowR2_on.png) no-repeat;
}

@media screen and (max-width: 568px) {
.bx-wrapper .bx-prev:hover {
	width:30px;
	height:30px;
	background-size:30px 30px;
	background-position: center center;
}
.bx-wrapper .bx-next:hover {
	width:30px;
	height:30px;
	background-size:auto 30px;
	background-position: center center;
}
}


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 10;
}

@media screen and (max-width: 568px) {
.bx-wrapper .bx-controls-direction a {
	margin-top: -15px;
	width: 30px;
	height: 30px;
}
}

.bx-wrapper .bx-controls-direction a.disabled {

}

/* baru-topimg
--------------------------------------------------*/
#baru-topimg {
  width: 100%;
  max-width:1200px;
  margin:0 auto;
  padding:0 0 25px;
  min-width: 700px;
  overflow: hidden;
}

@media screen and (max-width: 730px) {
#baru-topimg {
  min-width:initial;
}
}
@media screen and (max-width: 568px) {
#baru-topimg {
  padding:0 0 10px;
}
}


.bxslider3 .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
}

.bxslider3 .bx-wrapper .bx-prev {
  left: 50%;
  margin-left: -370px;
}

.bxslider3 .bx-wrapper .bx-next {
  right: 50%;
  margin-right: -370px;
}

@media screen and (max-width: 810px) {

.bxslider3 .bx-wrapper .bx-prev {
  left: 0;
  margin-left: 0px;
}

.bxslider3 .bx-wrapper .bx-next {
  right: 0;
  margin-right: 0px;
}
}

.bxslider3 {
  overflow: hidden;
}

.bxslider3 .bxslider {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.bxslider3 ul li img {
  width: 100%;
  height: auto;
}

.bxslider3 ul li {
  opacity: 0.5;
}

.bxslider3 ul li.active {
  opacity: 1;
}

.bxslider3 .bx-viewport {
  overflow: visible !important;
}

/* .bukken-syousai
================================================== */
.bukken-syousai {
  width: 100%;
  margin:0 auto;
  box-sizing: border-box;
  padding:1% 0 5%;
}

.bukken-top {
  width: 100%;
  padding:0 0;
}

.bukken-title {
  display:inline-block;
  width: 75%;
  vertical-align: top;
  padding:0 3% 20px 1%;
  box-sizing: border-box;
}

@media screen and (max-width: 810px) {
.bukken-title {
  display:block;
  width: 100%;
  margin:0;
  padding:0 2% 0;
  text-align: center;
}
}

.bukken-title h1{
  letter-spacing:.005em;
  line-height:1.6;
  display:block;
  font-weight:600;
  font-size:1.6em;
  font-family: 'EB Garamond',sans-serif;
}

@media screen and (max-width: 568px) {
.bukken-title h1{
  font-size:1.3em;
}
}

.bukken-title .area_tx2{
  font-family: 'EB Garamond',sans-serif;
  letter-spacing:.02em;
  font-weight:400;
  font-size:1em;
  color:#6E6E6E;
  display:block;
  padding:1% 5px;
}

.bukken-title .area_tx2 .fa{
  margin-right:10px;
  font-size:1.1em;
  color: #CC0001;
}

.bk-price-box {
  display:inline-block;
  width: 25%;
  vertical-align: top;
  padding:5px 1% 5px 3%;
  box-sizing: border-box;
  border-left:1px solid #ccc;
}

@media screen and (max-width: 810px) {
.bk-price-box {
  display:block;
  width: 100%;
  margin:0;
  padding:3% 3% 5%;
  border:none;
  text-align: center;
}
}

@media screen and (max-width: 568px) {
.bk-price-box {
  padding-top:0;
  padding-bottom:10px;
}
}

.bk-price-box .bkp-ttl{
  color: #000;
}


.bk-price-box .bkp-price{
  font-family: Roboto,sans-serif;
  font-weight:400;
  font-size:1.6em;
  color:#812C2C;
  line-height:1.4;
}


.bukken-ph-list {
  display: none;
}

.print-logo{
  display: none;
}

.facility_photo {
  width: 100%;
  height:auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* bk-contents
--------------------------------------------------*/
#bk-contents{
  width:70%;
  display:inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-right:20px;
}

@media only screen and  (max-width: 810px) {
#bk-contents{
  width:100%;
  padding:0 2%;
}
}

#bk-contents .bk-description{
  width:100%;
  background: #FFF;
  padding:3% 4%;
  box-sizing: border-box;
  margin-bottom:20px;
}

@media only screen and  (max-width: 568px) {
#bk-contents .bk-description{
  padding:4% 5%;
}
}

.bk-description .desc-present{
  width:100%;
  box-sizing: border-box;
  padding:0 0 2%;
  border-bottom:1px dotted #CCC;
  margin-bottom:3%;
}

.bukken-id {
  display:inline-block;
  width: 50%;
  margin-right:1%;
  vertical-align: top;
  padding-top:1%;
}

.bukken-id p{
  letter-spacing:.02em;
  font-weight:400;
  font-size:1.1em;
}

@media screen and (max-width: 568px) {
.bukken-id p{
  font-size:1em;
}
}

.bukken-id span{
  color:#812C2C;
}

.bk-description .icon-list {
  display:inline-block;
  width: 47%;
  vertical-align: top;
}


.bk-icon {
  width: 100%;
  text-align: right;
}

.bk-icon li {
  display:inline-block;
  vertical-align: top;
  margin:0 10px;
  text-align: right;
}

@media screen and (max-width: 568px) {
.bk-icon {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

.bk-icon li {
  display:inline-block;
  vertical-align: top;
  text-align: center;
  margin:0 10px;
}
}

@media screen and (max-width: 568px) {
.bk-icon li {
  margin:0 7px;
}
}

.bk-icon li p{
  line-height:1.5;
  font-size:0.9em;
  font-weight:400;
  letter-spacing:.02em;
  text-align: center;
  color: #B3B3B3;
}


.bk-icon li .fa{
  font-size:1.8em;
}

.bk-icon li a {
  color: #B3B3B3;
  text-decoration: none;
}

.bk-icon li a:hover {
  color: #000;
  text-decoration: none;
}

.print-btn { cursor: pointer;}

.print-btn:hover {
  color: #000;
  text-decoration: none;
}

.bk-description .des-text{
  width:100%;
  display:block;
  box-sizing: border-box;
}

@media screen and (max-width: 810px) {
.bk-description .des-text{
  display:block;
  width: 100%;
  border-right: none;
  padding-right:0;
  margin-right:0;
  margin-bottom:4%;
}
}

.blsinfos{
  width:100%;
  display:block;
  text-align: left;
  padding-bottom:5%;
}

.blsinfos .anim{
  width:16%;
  margin:0 1%;
  display:inline-block;
  vertical-align: top;
  font-size:0.95em;
}

@media screen and (max-width: 1280px) {
.blsinfos .anim{
  width:20%;
}
}

@media screen and (max-width: 810px) {
.blsinfos .anim{
  width:24%;
}
}

@media screen and (max-width: 568px) {
.blsinfos .anim{
  width:31.3333%;
  font-size:0.9em;
}
}

.blsinfos .anim p{
  font-size:1em;
  letter-spacing : 0.05em;
  margin-bottom:5px;
  display:block;
}


.blsinfos dt{
  width:30%;
  box-sizing: border-box;
  padding:3%;
  display:inline-block;
  vertical-align: middle;
}

.blsinfos dt img{
  width:100%;
  height:auto;
}

.blsinfos dd{
  width:70%;
  box-sizing: border-box;
  padding:3% 0 3% 10%;
  display:inline-block;
  vertical-align: middle;
  line-height:1.2;
  font-size:1.1em;
}

.des-text .desc-ttl{
  letter-spacing:.02em;
  text-transform: uppercase;
  font-weight:500;
  font-size:1em;
  padding-bottom:2%;
  color:#812C2C;
}

@media screen and (max-width: 810px) {
.des-text .desc-ttl{
  border-bottom: solid 1px #D0D0D0;
  display:block;
  margin-bottom:2%;
}
}

@media screen and (max-width: 568px) {
.des-text .desc-ttl{
  margin-bottom:15px;
}
}

.des-text .desc-ttl2{
  font-family: 'EB Garamond',sans-serif;
  letter-spacing:.02em;
  font-weight:500;
  font-size:1em;
  padding-bottom:1.5%;
  color:#000;
}

@media screen and (max-width: 810px) {
.des-text .desc-ttl2{
  border-bottom: solid 1px #D0D0D0;
  display:block;
  margin-bottom:2%;
}
}

@media screen and (max-width: 568px) {
.des-text .desc-ttl2{
  margin-bottom:15px;
}
}

.des-text .desc-tx{
  line-height:1.6;
  color:#6E6E6E;
}

@media screen and (max-width: 810px) {
.des-text .desc-tx{
  line-height:1.6;
}
}

.des-text .desc-tx2{
  line-height:1.6;
  color:#6E6E6E;
  padding:0 2%;
}

@media screen and (max-width: 810px) {
.des-text .desc-tx2{
  line-height:1.6;
}
}

.des-text .desc-tx2 p{
  padding:5px 0;
}

.des-text .mb10{
  margin-bottom:3%;
}


.bk-feature{
  width:100%;
}


.bk-feature ul{
  width:100%;
  margin:0 0 3%;
}

.bk-feature li{
  display:inline-block;
  margin:5px 3% 5px 0;
  line-height:1.4;
  font-weight:400;
  width:30%;
  vertical-align: top;
}

@media screen and (max-width: 810px) {
.bk-feature li{
  width:auto;
  margin:5px 20px 5px 1%;
}
}

.bk-feature li .fa {
  margin-right:7px;
  color:#812C2C;
}

.bk-feature li a {
  text-decoration: none;
  color:#000;
}

.bk-feature li a:hover {
  color:#414141;
  text-decoration:underline;
}

.bk-movie{
  width:100%;
  margin:0 auto 3%;
  box-sizing: border-box;
}

.bk-movie .mv_photo {
  display:block;
  width:100%;
  position: relative;
}

.bk-movie .mv_photo img {
  width:100%;
  height:auto;
}

.bk-movie .mv_bt {
  position: absolute;
  top: 50%;
  left: 50%;
  width:60px;
  height:60px;
  margin-top:-30px;
  margin-left:-30px;
}

@media screen and (max-width: 568px) {
.bk-movie .mv_bt {
  width:40px;
  height:40px;
  margin-top:-20px;
  margin-left:-20px;
}
}

.g_map{
  width:100%;
  margin:0 auto;
  box-sizing: border-box;
}
.g_map iframe {
  width: 100%;
  height: 100%;
  min-height:450px;
}

/* .bk-contact
--------------------------------------------------*/
#bk-contents .bk-contact{
  width:100%;
  padding:3% 0;
  margin-bottom:20px;
}

.bk-contact .contact-ttl{
  font-weight:500;
  letter-spacing:.02em;
  font-size:1.1em;
  padding:0 1% 1.5%;
  box-sizing: border-box;
  display:block;
  margin-bottom:5%;
  text-align: center;
}

@media screen and (max-width: 568px) {
.bk-contact .contact-ttl{
  font-size:1.1em;
}
}

.bk-contact .contact-ttl img{
  width:240px;
  height:auto;
  margin-bottom:5px;
}

.bk-contact dl{
  width: 100%;
}

.bk-contact .pd3{
  padding:3% 0;
}

.bk-contact .pd32{
  padding:3% 0 0;
}

.bk-contact dt{
  width: 100%;
  display: block;
  padding:0 1%;
  box-sizing: border-box;
  font-weight:500;
  text-align: left;
  line-height: 1;
  color:#545454;
}

@media screen and (max-width: 568px) {
.bk-contact dt{
  font-size:1em;
  line-height: 1.4;
}
}

.bk-contact dd{
  width: 100%;
  display: block;
  padding:10px 0.5%;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.bk-contact dd{
  font-size:0.95em;
  padding:2% 1%;
}
}

.bk-contact dd input{
 padding : 12px;
 font-size:15px;
 border:1px solid #CCC;
 -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
 color:#000;
 font-family: 'Roboto',Meiryo,sans-serif;
}

@media screen and (max-width: 568px) {
.bk-contact dd input{
 font-size:14px;
 padding : 8px;
}
}

.bk-contact dd textarea{
  font-size:15px;
  padding : 12px;
  border:1px solid #CCC;
  font-size:0.95em;
  letter-spacing : 0.05em;
  font-family: 'Roboto',Meiryo,sans-serif;
  -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
}

@media screen and (max-width: 568px) {
.bk-contact dd textarea{
  font-size:14px;
  padding : 8px;
}
}

.bk-contact dd .ws100{
  width:100%;
  box-sizing: border-box;
}


.bk-contact input[type=radio],.bk-contact input[type=checkbox] {
  display: none;
}

.bk-contact .radio {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 8px 0 20px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

bk-contact .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 8px 0 20px;
  vertical-align: top;
  cursor: pointer;
}

.bk-contact .radio:hover, .bk-contact .checkbox:hover {
  background-color:;
}

.bk-contact .radio:hover:after,.bk-contact .checkbox:hover:after {
  border-color:;
}

.bk-contact .radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 50%;
  content: '';
}

.bk-contact .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  margin-top: -5px;
  margin-left:2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #CC0001;
  content: '';
  opacity: 0;
}
.bk-contact input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.bk-contact .form_col .ws100{
  width:100%;
}

.bk-contact .form_col .mbtm10{
  margin-bottom:10px;
}

.bk-contact .form_col textarea{
  padding : 15px;
  border:1px solid #FFF;
  cursor: pointer;
  font-size:0.95em;
  letter-spacing : 0.05em;
  font-family: 'Roboto',Meiryo,sans-serif;
  box-sizing: border-box;
}

.bk-contact .form_col input{
 padding : 15px;
 border:1px solid #FFF;
 color:#000;
 cursor: pointer;
 font-size:0.95em;
 letter-spacing : 0.05em;
 box-sizing: border-box;
 font-family: 'Roboto',Meiryo,sans-serif;
}

.bk-contact .send_bts {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 810px) {
.bk-contact .send_bts {
  margin-bottom:5px;
}
}

@media screen and (max-width: 568px) {
.bk-contact .send_bts {
  margin-top:10px;
  margin-bottom:10px;
}
}

.bk-contact input.bconf_bt{
  padding:10px 0;
  line-height: 1.4;
  background : #CC0001;
  color: #fff;
  display:block;
  border-style: none;
  cursor: pointer;
  font-size:1em;
  font-weight:500;
  font-family: 'EB Garamond',sans-serif;
  letter-spacing: 0.02em;
  width:100%;
}

@media screen and (max-width: 568px) {
.bk-contact input.bconf_bt{
  font-size:1em;
  padding:15px 25px;
}
}

.bk-contact input.bconf_bt:hover{
	filter:alpha(opacity=80);  /* for IE */
	-moz-opacity: 0.8;  /* for Firefox */
	opacity: 0.8;  /* for Safari or Opera */
}

.bk-contact input.breset_bt{
  padding:10px 15px;
  line-height: 1.4;
  background : #ACACAC;
  color: #fff;
  display:block;
  border-style: none;
  cursor: pointer;
  font-size:12px;
}

.bk-contact input.breset_bt:hover{
  opacity: 0.8;
}

@media screen and (max-width: 810px) {
.bk-contactinput.breset_bt{
  padding:8px 12px;
  font-size:11px;
}
}

.bk-contact input[type=checkbox] {
  display: none;
}

.bk-contact .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 5px 8px 0;
  padding: 12px 12px 12px 50px;
  vertical-align: middle;
  cursor: pointer;
}

.bk-contact .checkbox:hover {

}

.bk-contact .checkbox:hover:after {
  border-color: #bbb;
}
.bk-contact .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  content: '';
  background:#FFF;
  z-index:0;
}

.bk-contact .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 17px;
  display: block;
  margin-top: -7px;
  width: 7px;
  height: 10px;
  border-right: 3px solid #CC0001;
  border-bottom: 3px solid #CC0001;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index:1;
}
.bk-contact input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.bk-contact .aggt{margin:0;padding:0;}

.bk-contact .agtx{
  font-size:0.85em;
  line-height:1.2;
  color:#545454;
  letter-spacing: 0.05em;
}

.bk-contact .agtx a {
  text-decoration: none;
  color: #CC0001;
}

.bk-contact .agtx a:hover {
  color: #CC0001;
  text-decoration: underline;
}

/* .relat-bk
--------------------------------------------------*/
.relat-bk{
  width:100%;
  padding:3% 0 0;
}
.relat-ttl{
  font-family: 'EB Garamond',sans-serif;
  letter-spacing:.02em;
  text-transform: uppercase;
  font-weight:500;
  font-size:2em;
  color:#000;
  text-align: center;
  padding:0 1%;
}

@media screen and (max-width: 568px) {
.relat-ttl{
  font-size:1.4em;
}
}


/* bk-side
--------------------------------------------------*/
#bk-side{
  width:30%;
   display:inline-block;
  vertical-align: top;
}

@media only screen and  (max-width: 810px) {
#bk-side{
  width:100%;
  padding:0 2%;
  box-sizing: border-box;
}
}

#bk-side .sub-bukken{
  width:100%;
  background: #FFF;
  padding:5% 5% 4%;
  box-sizing: border-box;
  margin-bottom:20px;
}

#bk-side .sub-bk-ttl{
  font-size:1.15em;
  font-family: 'EB Garamond',sans-serif;
  letter-spacing:.02em;
  font-weight:400;
}


#bk-side .sub-bukken li{
  width:100%;
  padding:10px 0;
}

#bk-side .sub-bukken li .bsd-ph{
  width:35%;
  box-sizing: border-box;
  padding-right:5px;
  padding-top:5px;
}

@media only screen and  (max-width: 810px) {
#bk-side .sub-bukken li .bsd-ph{
  padding-top:0;
}
}

#bk-side .sub-bukken li .bsd-ph img{
  width:100%;
  height:auto;
}

#bk-side .sub-bukken li .bsd-ph a:hover { opacity: 0.8; }

#bk-side .sub-bukken li .bsd-tx{
  width:65%;
  box-sizing: border-box;
  padding-left:15px;
}

#bk-side .sub-bukken li .bsd-tx{
  width:65%;
  box-sizing: border-box;
  padding-left:15px;
}

.bsd-tx .bsd-ttl{
  line-height:1.4;
  font-size:0.9em;
  font-family: 'EB Garamond',sans-serif;
  font-weight:400;
  margin-bottom:3px;
}

.bsd-tx .bsd-ttl a {
  text-decoration: none;
  color:#000;
}
.bsd-tx .bsd-ttl a:hover {
  color:#414141;
  text-decoration:underline;
}

.bsd-tx .bsd-txt{
  line-height:1.4;
  font-size:0.8em;
  margin-bottom:3px;
}

.bsd-tx .bsd-txt strong{
  font-size:1.1em;
  font-family: Roboto,sans-serif;
  font-weight:400;
  margin-left:5px;
}

.bsd-tx .bsd-more{
  line-height:1.4;
  font-size:0.9em;
  font-family: Roboto,sans-serif;
  font-weight:400;
}

.bsd-tx .bsd-more .fa{
  margin-left:5px;
}

.bsd-tx .bsd-more a {
  color:#000;
  text-decoration:underline;
}
.bsd-tx .bsd-more a:hover {
  text-decoration: none;
  color:#414141;
}

/* #blog_box
================================================== */
#blog_box {
  width: 100%;
  margin:0 auto;
}

@media screen and (max-width: 568px) {
#blog_box {
  padding:2%;
  box-sizing: border-box;
}
}

.blog_left{
  width: 72%;
  margin: 0;
  display:inline-block;
  padding: 0 2% 0 1%;
  box-sizing: border-box;
  vertical-align: top;
  margin-right:2%;
}

@media screen and (max-width: 810px) {
.blog_left{
  width: 98%;
  margin: 0 auto;
  display:block;
  padding: 0;
}
}

.blog_entry{
  width: 100%;
  margin: 0 auto 5%;
  background:#FFF;
  text-align: left;
}

@media screen and (max-width: 568px) {
.blog_entry{
  padding: 5%;
}
}

.blog_entry h2{
  width: 100%;
  margin: 0 auto;
  font-size:1.5em;
  font-family: 'EB Garamond',sans-serif;
  letter-spacing:.02em;
  font-weight:500;
  color:#000;
  padding: 0 1% 2%;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.blog_entry h2{
  font-size:1.3em;
  line-height:1.4;
}
}

.blog-top-ph{
  width:100%;
  margin:0;
}

.blog-top-ph img{
  width:100%;
  height:auto;
}

.blog_entry .entry_box{
  width:100%;
  line-height:1.6;
  padding: 3% 4% 4%;
  box-sizing: border-box;
  color:#606060;
}

@media screen and (max-width: 568px) {
.blog_entry .entry_box{
  font-size:0.95em;
  padding: 2% 1% 3%;
}
}

.blog_entry .entry_box img{
  width:auto;
  max-width:100%;
  height:auto;
  margin:10px 0;
}


.blog_entry .entry_box p{
  line-height:2;
  padding:5px;
}

@media screen and (max-width: 568px) {
.blog_entry .entry_box img{
  width:100%;
}
.blog_entry .entry_box p{
  line-height:1.8;
}
}

.blog_entry .entry_box a{
  color: #000;
  text-decoration:underline;
}

.blog_entry .entry_box a:hover{
  color : #000;
  text-decoration:none;
}

.entry_staffs{
  width:100%;
  padding:0 5% 3%;
  text-align: right;
  box-sizing: border-box;
  color:#898989;
}

.entry_staffs span{
  color:#606060;
}

.entry_staffs .fa{
  color:#606060;
  font-size:1.2em;
  padding-right:7px;
}

.blog_right{
  width : 25%;
  display:inline-block;
  vertical-align: top;
}

@media screen and (max-width: 810px) {
.blog_right{
  width: 100%;
  display:block;
  margin: 0;
}
}

.bl_list{
  width : 100%;
  margin :0;
  text-align: left;
}

.bl_list h4{
  width : 100%;
  padding:0;
  color :#000;
  font-size:1.2em;
  font-family: Roboto,sans-serif;
  font-weight:400;
  margin-bottom:10px;
}

.bl_list ul{
  margin-bottom:25px;
}

@media screen and (max-width: 810px) {
.bl_list ul{
  margin-bottom:0;
  padding-bottom:25px;
}
}

.bl_list li{
  width : 100%;
  box-sizing: border-box;
  padding : 10px 5%;
  border-bottom:1px dotted #ccc;
  font-family: 'EB Garamond',sans-serif;
  letter-spacing:.02em;
  line-height:1.4;
}

.bl_list li a{
  color:#606060;
  text-decoration:underline;
}

.bl_list li a:hover{
  color : #000;
  text-decoration:none;
}

.pageNav {
  margin: 10px 0 10px;
  padding: 10px 10px 5px;
  text-align: center;
}

.pageNav li {
  display: inline;
  font-family: Roboto,sans-serif;
  font-weight:400;
  text-transform: uppercase;
  letter-spacing:.02em;
  font-size:12px;
  margin: 5px 2px 3px;
  padding: 0;
  -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}

.pageNav li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 15px 8px;
  background: #FFF;
  color:#000;
  text-decoration: none;
  vertical-align: middle;
 -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}

.pageNav li a:hover {
  color: #FFF;
  background: #AAAAAA;
  webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}

.blog_right2{
  width : 25%;
  display:inline-block;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 810px) {
.blog_right2{
  width: 100%;
  display:block;
  margin: 0;
}
}

.bl_list2{
  width : 100%;
  margin : 0 0 15px 0;
}

.bl_list2 h4{
  width : 100%;
  padding:2% 2% 1.8%;
  text-align: center;
  color :#000;
  font-size:1.15em;
  font-family: 'EB Garamond',sans-serif;
  font-weight:400;
  margin-bottom:5px;
  border-bottom:2px solid #BBBBBB;
  box-sizing: border-box;
}

.bl_list2 ul{
  margin-bottom:25px;
}

@media screen and (max-width: 810px) {
.bl_list2 ul{
  margin-bottom:0;
  padding-bottom:25px;
}
}

.bl_list2 li{
  width : 100%;
  box-sizing: border-box;
  padding : 10px 5%;
  border-bottom:1px dotted #ccc;
  font-family: Roboto,sans-serif;
  font-weight:400;
  font-size:0.9em;
  letter-spacing:0em;
  line-height:1.4;
  color:#FFF;
}

.bl_list2 li a{
  color: #000;
  text-decoration:underline;
}

.bl_list2 li a:hover{
  color : #000;
  text-decoration:none;
}

/* blog_list
================================================== */
.blog_list{
  width:100%;
  margin:2% 0 2%;
  text-align: left;
}

@media screen and (max-width: 568px) {
.blog_list{
  text-align: center;
}
}

.blog_syousai{
  width: 30.3333%;
  margin: 1.5%;
  display:inline-block;
  position: relative;
  color:#000;
  vertical-align: top;
  background:#FFF;
}


@media screen and (max-width: 810px) {
.blog_syousai{
  width: 47%;
}
}

@media screen and (max-width: 568px) {
.blog_syousai{
  width: 97%;
}
}

.blog_syousai .blg-ph{
  width:100%;
  height:250px;
  display:block;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
.blog_syousai .blg-ph{
  height:200px;
}
}

@media screen and (max-width: 568px) {
.blog_syousai .blg-ph{
  height:230px;
}
}

.blog_syousai .blg-ph .overlays {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:100%;
  height:100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog_syousai .blg-ph img {
  width:auto;
  min-width:100%!important;
  height:250px;
  margin:auto;
}

@media screen and (max-width: 1280px) {
.blog_syousai .blg-ph img {
  height:200px;
}
}

@media screen and (max-width: 568px) {
.blog_syousai .blg-ph img {
  height:230px;
}
}


.blog_syousai .blg-ph a:hover {
  opacity: 0.8;
}

.blog_syousai .entry_sy{
  width: 100%;
  padding:4%;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}

.blog_syousai .entry_sy a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  display:block;
}

.blog_syousai .entry_sy a:hover {
  background-color: #fff;
  opacity: 0.5;
  z-index: 1;
}

.blog_syousai .entry_sy .entry_title{
  width:100%;
  display:block;
}

.blog_syousai .entry_sy .entry_title h4{
  font-family: 'EB Garamond',sans-serif;
  font-weight:400;
  font-size:1.1em;
  line-height:1.4;
}

@media screen and (max-width: 810px) {
.blog_syousai .entry_sy .entry_title h4{
  font-size:1.05em;
}
}

@media screen and (max-width: 568px) {
.blog_syousai .entry_sy .entry_title{
  height:auto;
}
.blog_syousai .entry_sy .entry_title h4{
  font-size:1em;
}
}

.entry_staff{
  width:100%;
  padding:15px 3px;
  font-size:0.95em;
  box-sizing: border-box;
  color:#898989;
}

@media screen and (max-width: 568px) {
.entry_staff{
  padding:10px 2px 10px;
}
}

.entry_staff span{
  color:#606060;
}

.entry_staff .fa{
  color:#606060;
  font-size:1.2em;
  padding-right:7px;
}


.blog_syousai .entry_sy .entry_info{
  line-height:1.5;
  font-size:0.95em;
  color:#898989;
}

@media screen and (max-width: 810px) {
.blog_syousai .entry_sy .entry_info{
  font-size:13px;
}
}

.blog_syousai .entry_sy .entry_info{
  width:100%;
  padding:0 3px;
  font-size:14px;
  box-sizing: border-box;
  line-height:1.6;
}

@media screen and (max-width: 810px) {
.blog_syousai .entry_sy .entry_info{
  font-size:13px;
}
}

/* ブログ新
================================================== */
.blogs_list{
  width: 100%;
  margin: 3% auto 0;
  padding: 0;
}

.categ-list{
  width: 49%;
  margin: 0 0.5%;
  display:inline-block;
  float:right;
  vertical-align: top;
  box-sizing: border-box;
  padding:0 1% 0 5%;
}

@media screen and (max-width: 810px) {
.categ-list{
  width: 100%;
  margin: 0;
  display:block;
  float:none;
  padding:2% 4% 5%;
}
}

.ctls-ttl{
  width:100%;
  box-sizing: border-box;
  padding:0 0 5px 15px;
  font-family: 'EB Garamond',sans-serif;
  font-weight:400;
  text-transform: uppercase;
  font-size:1.8em;
  letter-spacing:0.02em;
  margin-bottom:3%;
  border-bottom:1px solid #000;
}

@media screen and (max-width: 568px) {
.ctls-ttl{
  font-size:1.4em;
}
}

.ctls-ttl span{
  font-weight:700;
}

.categ-list ul {
  width:100%;
}

.categ-list ul li {
  position: relative;
  width:100%;
}

.categ-list ul dl {
  width:100%;
  padding:8px 0;
  font-family: 'EB Garamond',sans-serif;
  font-weight:400;
  text-transform: uppercase;
  position: relative;
  z-index:1;
}

@media screen and (max-width: 810px) {
.categ-list ul dl {
  padding:5px 0;
}
}

.categ-list ul li::after {
  content: "";
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top:2px;
}

.categ-list ul dl a{
  padding:0px 15px;
  background-color: #F5F5F5;
  color:#000;
  text-decoration:none;
  z-index:1;
}

.categ-list ul dl a:hover {
  text-decoration: none;
  color: #BD0000;
  transition: .4s;
}
.categ-list ul li dt {
  display:inline-block;
  vertical-align: middle;
  color: #000;
  box-sizing: border-box;
  width:90%;
  letter-spacing:0.02em;
  text-align: left;
}

.categ-list ul li .badge {
  display:inline-block;
  vertical-align: middle;
  color: #000;
  box-sizing: border-box;
  width:10%;
  text-align: right;
}

@media screen and (max-width: 568px) {
.categ-list ul li dt {
  width:85%;
}
.categ-list ul li .badge {
  width:15%;
}
}

.blogs_syousai{
  width: 49%;
  margin: 0.5%;
  display:inline-block;
  position: relative;
  background-color: #000;
  color:#FFF;
  vertical-align: top;
}

@media screen and (max-width: 568px) {
.blogs_syousai{
  width: 96%;
  margin: 2%;
}
}

.blogs_syousai .blg-ph{
  width:100%;
  height:325px;
  display:block;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 810px) {
.blogs_syousai .blg-ph{
  height:200px;
}
}

.blogs_syousai .blg-ph img {
  width:auto;
  min-width:100%;
  height:100%;
  margin:auto;
}

.blogs_syousai .blg-ph a:hover {
  opacity: 0.8;
}

.blogs_syousai .entry_sy{
  width: 100%;
  padding:4% 7% 5%;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}

.blogs_syousai .entry_sy a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  display:block;
}

.blogs_syousai .entry_sy a:hover {
  background-color: #fff;
  opacity: 0.2;
  z-index: 1;
}

.blog_syousai .entry_sy .entry_title{
  width:100%;
  height:60px;
  display:block;
  overflow: hidden;
}

.blogs_syousai .entry_sy .entry_title h3{
  font-family: 'EB Garamond',sans-serif;
  font-weight:400;
  font-size:1.2em;
  line-height:1.6;
}

@media screen and (max-width: 810px) {
.blogs_syousai .entry_sy .entry_title{
  height:75px;
}

.blogs_syousai .entry_sy .entry_title h3{
  font-size:1.05em;
}
}

@media screen and (max-width: 568px) {
.blog_syousai .entry_sy .entry_title{
  height:auto;
}
.blogs_syousai .entry_sy .entry_title h3{
  font-size:1em;
}
}

.entry_day{
  width:100%;
  margin:0 auto;
  text-align: right;
  padding:2% 5px 1%;
  font-size:0.9em;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.entry_day{
  font-size:0.8em;
}
}

.entry_day2{
  width:100%;
  padding:15px 3px 20px;
  font-size:13px;
  box-sizing: border-box;
  color:#959595;
}

@media screen and (max-width: 568px) {
.entry_day2{
  padding:10px 2px 10px;
}
}

.entry_day2 span{
  padding-left:30px;
  font-family: Nanum Gothic,sans-serif;
  font-weight:400;
  font-size:1.1em;
}

@media screen and (max-width: 810px) {
.entry_day2 span{
  padding-left:0px;
}
}

@media screen and (max-width: 568px) {
.entry_day2 span{
  padding-left:30px;
}
}

.blogs_syousai .entry_sy .entry_info{
  width:100%;
  padding:0 3px;
  font-size:14px;
  box-sizing: border-box;
  line-height:1.6;
}

@media screen and (max-width: 810px) {
.blogs_syousai .entry_sy .entry_info{
  font-size:13px;
}
}

/* .new_page
--------------------------------------------------*/
.new_page {
  font-size   : 0.9em;
  text-align	: center;
  border-radius: 0;
  margin-top:5%;
  margin-bottom:2%;
  line-height:1.2;
  font-family: Roboto,Meiryo,sans-serif;
  font-weight:400;
  text-transform: uppercase;
  letter-spacing:.02em;
}

.current_page{
  background: #B4B4B4;
  color : #FFF;
  border: 1px solid #dedede;
  padding : 5px 8px 3px 8px;
  line-height:1.2;
}

.new_page a{
  margin:0 2px;
  background : #F7F7F7;
  color : #333;
  border: 1px solid #dedede;
  padding : 5px 8px 3px 8px;
  text-decoration	: none;
  -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
}

.new_page a:hover{
  background: #000;
  color : #FFF;
  text-decoration	: none;
}

/* .qa_box
================================================== */
.qa_box{
  width: 100%;
  margin:3% auto 0;
}

@media screen and (max-width: 568px) {
.qa_box {
  padding:2%;
  box-sizing: border-box;
}
}

.qa_entry{
  width: 100%;
  margin: 0;
  padding:1% 3% 3%;
  background : #FFF;
  box-sizing: border-box;
  text-align: left;
}

.qa_box dl {
  width: 100%;
}

.qa_box dt {
  width:100%;
  padding:1.5% 50px 1.5% 30px;
  box-sizing: border-box;
  font-weight:bold;
  color : #FFF;
  background:#595959 10px center;
  cursor:pointer;
  letter-spacing:.02em;
  font-weight:500;
  font-size:1.15em;
  margin-top:2%;
  position: relative;
}

@media screen and (max-width: 810px) {
.qa_box dt {
  font-size:1.1em;
  font-weight:500;
  padding:2% 50px 2% 25px;
  min-height:40px;
}
}

@media screen and (max-width: 568px) {
.qa_box dt {
  font-size:1em;
  font-weight:500;
  line-height:1.4;
}
}
.qa_box dt:hover {
  color:#FFF;
}

.qa_box dt::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 10px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform:rotate(45deg) translateY(-50%);
    position: absolute;
    top: 40%;
    right: 20px;
}

.qa_box dd {
  background:#F5F5F5 10px 15px;
  overflow:hidden;
  width:100%;
  box-sizing: border-box;
  letter-spacing:.02em;
  font-weight:400;
  font-size:1em;
}

.qa_box dd p {
  margin-top:15px;
  margin-bottom:15px;
  margin-right:50px;
  margin-left:35px;
}

@media screen and (max-width: 810px) {
.qa_box dd {
  font-size:1em;
  font-weight:500;
}
.qa_box dd p {
  margin-right:20px;
}
}

@media screen and (max-width: 568px) {
.qa_box dd p {
  margin-top:10px;margin-right:30px;
  margin-left:30px;
  font-size:0.95em;
}
}

#qa_ttl{
  width:100%;
  background: #D9F7FF;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:20px;
  font-size:120%;
  font-weight:bold;
  color:#008AAD;
  box-sizing: border-box;
}

#qa_ttl a:link {
  color: #008AAD;
  text-decoration	: none;
}

#qa_ttl a:hover {
  color: #008AAD;
  text-decoration	: none;
}

#qa_ttl a:visited {
  color: #008AAD;
  text-decoration	: none;
}

#qa_ttl a:active {
  color: #008AAD;
  text-decoration	: none;
}

/* compny_box
--------------------------------------------------*/
#compny_box{
  width: 96%;
  margin:3% auto 0;
}

@media screen and (max-width: 568px) {
#compny_box{
  padding:2%;
  box-sizing: border-box;
}
}

#compny_box table{
  width : 100%;
  margin : 0 0 5%;
  background: #FFF;
  border-top : solid 1px #ccc;
  border-left : solid 1px #E0E0E0;
  border-right : solid 1px #E0E0E0;
  letter-spacing:.02em;
  font-weight:400;
  box-sizing: border-box;
  line-height:1.6;
}

@media screen and (max-width: 568px) {
#compny_box table{
  font-size:0.95em;
}
}

#compny_box td{
  padding : 14px 1% 10px 2.5%;
  box-sizing: border-box;
  width:80%
  color : #000000;
  border-bottom : solid 1px #E0E0E0;
  text-align : left;
}

#compny_box th{
  color : #000;
  border-bottom : solid 1px #E0E0E0;
  border-right : solid 1px #E0E0E0;
  text-align : center;
  font-weight:normal;
  padding : 14px 5px 10px;
  background : #FBFBFB;
  box-sizing: border-box;
 width:20%;
}

@media only screen and (max-width: 568px)  {
#compny_box td{
  padding : 10px 5px 6px 2.5%;
  width:70%;
}

#compny_box th{
  padding : 10px 5px 6px;
  width:30%;
}
}

#compny_box td p{
  margin:5px 0;
}

#compny_box .mr20{
  margin-left:20px;
}

@media only screen and (max-width: 568px)  {
#compny_box .mr20{
  margin-left:0px;
}
}

/* .terms
================================================== */
#terms{
  width: 100%;
  margin:3% auto 0;
}

.terms-lst{
  display:block;
  width: 100%;
  max-width:950px;
  margin:0 auto;
  padding:0;
  box-sizing: border-box;
  color:#898989;
  text-align : left;
}

@media screen and (max-width: 568px) {
.terms-lst{
  padding:3% 0;
}
}

.terms-lst h3{
  font-weight:500;
  font-family: 'EB Garamond',sans-serif;
  letter-spacing:.02em;
  font-size:1.2em;
  margin-bottom:20px;
  color:#000;
}

@media screen and (max-width: 568px) {
.terms-lst h3{
  font-size:1.1em;
}
}

.terms-lst p{
  letter-spacing:.02em;
  font-weight:400;
}


@media screen and (max-width: 568px) {
.terms-lst p{
  font-size:0.95em;
}
}

.terms-lst dl{
  display:block;
  width: 100%;
  margin:5px 0;
}

.terms-lst .mabt5{padding-bottom:10px;}

.terms-lst dt{
  width: 5%;
  display:inline-block;
  vertical-align: top;
  text-align: center;
}

.terms-lst dd{
  width: 95%;
  display:inline-block;
  vertical-align: top;
}

@media only screen and  (max-width: 568px) {
.terms-lst dt{
  width: 8%;
}

.terms-lst dd{
  width: 92%;
}
}

.terms-lst ul{
  padding:5px 0;
}


.terms-lst li{
  box-sizing: border-box;
  padding:5px 10px 0 10px;
}

@media screen and (max-width: 568px) {
.terms-lst li{
  box-sizing: border-box;
  padding:5px 5px 0;
}
}

.terms{
  width: 100%;
  max-width:900px;
  margin:1% auto;
  padding:2% 1%;
  box-sizing: border-box;
  border-bottom:1px dotted #B5B5B5;
}

@media screen and (max-width: 568px) {
.terms{
  padding:2% 0%;
}
}

.terms-tx{
  margin-bottom:10px;
  padding:0 5px;
}

.terms-tx2{
  margin-bottom:0px;
  padding:0 5px;
}

@media screen and (max-width: 568px) {
.terms-tx{
  margin-bottom:5px;
  padding:0 2px;
}

.terms-tx2{
  margin-bottom:0px;
  padding:0 2px;
}
}

.terms strong{font-size:1.5em;}
.terms span{font-size:1.1em;font-weight:500;}

@media screen and (max-width: 568px) {
.terms strong{font-size:1.25em;}
.terms span{font-size:1.05m;}
}

.terms-tx img{width:100%;height:auto}

/* #conform_box
================================================== */
#conform_box {
  width:100%;
  padding:3% 2% 3%;
  max-width:950px;
  box-sizing: border-box;
  margin:0 auto;
  text-align: center;
  letter-spacing:.02em;
  font-weight:400;
  min-height: 60vh;
}

@media screen and (max-width: 810px) {
#conform_box {
  padding:5% 2% 5%;
  font-size:0.9em;
}
}

#conform_box #form {
  border-collapse: collapse;
  margin: 30px 0;
  width:100%;
}

@media screen and (max-width: 568px) {
#conform_box #form {
  margin: 20px 0;
}
}

#conform_box #form th, #form td {
  border: 1px solid #666;
  padding: 8px;
}
#conform_box #form th {
  white-space: nowrap;
  background: #e8e8e8;
  font-weight:400;
}

@media screen and (max-width: 810px) {
#conform_box #form th {
  font-size:0.95em;
}
}


#conform_box #form td {
  background: #fff;
  text-align: left;
}

@media screen and (max-width: 568px) {
#conform_box #form td {
   font-size:0.95em;
}


#conform_box th, #conform_box td {
	width:auto;
	display:block;
}
#conform_box th {
	margin-top:5px;
	border-bottom:0;
}
}

.msend_bt{
  text-align: center;
  margin-top:20px;
}

.msend_bt input{
  padding:10px 15px;
  line-height: 1.4;
  background : #000;
  color: #fff;
  display:inline-block;
  border-style: none;
  cursor: pointer;
  font-size:1em;
  letter-spacing : 0.02em;
}

.msend_bt input:hover{
  opacity: 0.7;
}

.mssend_bt{
  text-align: center;
  margin-top:50px;
}

@media screen and (max-width: 568px) {
.mssend_bt{
  text-align: center;
  margin-top:20px;
}
}

.mssend_bt input{
  padding:10px 15px;
  line-height: 1.4;
  background : #000;
  color: #fff;
  display:inline-block;
  border-style: none;
  cursor: pointer;
  font-size:0.95em;
  letter-spacing : 0.02em;
}

.mssend_bt input:hover{
  opacity: 0.7;
}

.con_send_bt {
  width: 100%;
  margin-top:30px;
  text-align: center;
}

@media screen and (max-width: 568px) {
.con_send_bt {
  margin-top:15px;
}
}

.con_send_bt li{
  display:inline-block;
  margin:0 5px;
}

/* エラー画面他
================================================== */
.tkmain td,.tkmain th { font-size:80%; background:#f0f0f0; color:#000; }
p.msg { color:#CC2931; }
span.msg { color:#CC2931;line-height:1.6; }
.tkmain { text-align:center;width:100%;max-width:350px;margin:2% auto; }
.ckmain { text-align:center;width:100%;margin:2% auto; }
.wt350 { width:100%;clear:both;}
.ered {color:#CC0404;line-height:2;}
.tkttl{margin-bottom:10px;color:#CC2931;}
.tkttext{margin-bottom:10px;line-height:1.8;}
.ckttl{margin-bottom:10px;color:#CC2931;}
.ckttext{margin-bottom:10px;}

/* #about_box
================================================== */
#about_box {
  width:100%;
  padding:3% 0 5%;
  text-align: left;
}
.about_top{
  width: 96%;
  margin: 0 auto 5px;
  padding: 2% ;
  box-sizing: border-box;
}

@media screen and (max-width: 810px) {
.about_top{
  padding: 3% 2%;
}
}

@media screen and (max-width: 568px) {
.about_top{
  padding: 3% 1%;
}
}

.abt-ttl{
  font-weight: 400;
  font-size:1.6em;
  color:#000;
  text-align: center;
  margin-bottom:2%;
}

@media screen and (max-width: 810px) {
.abt-ttl{
  font-size:1.4em;
  margin-bottom:15px;
  line-height:1.8;
}
}

@media screen and (max-width: 568px) {
.abt-ttl{
  font-size:1.2em;
  margin-bottom:10px;
}
}

.about_top h3{
  font-size:1.15em;
  font-weight: 600;
  font-family: 'EB Garamond',sans-serif;
  color: #000;
  margin-top:5px;
  margin-bottom:20px;
  display:block;
  text-align: center;
}

@media screen and (max-width: 800px) {
.about_top h3{
  margin-bottom:0px;
}
}

@media screen and (max-width: 568px) {
.about_top h3{
  font-size:1em;
  line-height:1.5;
}
}

.abt-ph{
  width:100%;
  max-width:800px;
  margin:4% auto;
}

.abt-ph img{
  width:100%;
  height:auto;
}

.abt-txt{
  font-size:1.05em;
  color: #000;
  line-height:1.8;
  margin:2% 0;
}

@media screen and (max-width: 568px) {
.abt-txt{
  font-size:1em;
  line-height:1.6;
  margin:5px;
}
}

.about_syousai{
  width: 96%;
  margin: 0 auto 5px;
  padding: 3% 4% ;
  background:#FFF;
  box-sizing: border-box;
}

@media screen and (max-width: 810px) {
.about_syousai{
  padding: 3% 3% 2.5%;
}
}

.ab_ettl{
  font-family: 'EB Garamond',sans-serif;
  font-weight:400;
  letter-spacing:.01em;
  text-transform: uppercase;
  font-size:2em;
  margin-bottom:15px;
  line-height:1.4;
  padding:0 1% 5px;
  line-height:1;
  display:inline-block;
  border-bottom:2px solid #000;
}

@media screen and (max-width: 810px) {
.ab_ettl{
  font-size:1.6em;
  line-height:1.5;
  margin-bottom:10px;
}
}

@media screen and (max-width: 568px) {
.ab_ettl{
  font-size:1.2em;
  line-height:1.4;
  padding:0 7px 5px;
}
}

.about_syousai h3{
  font-size:1.15em;
  font-weight: 600;
  font-family: 'EB Garamond',sans-serif;
  color: #000;
  margin-top:5px;
  margin-bottom:20px;
  display:block;
}

@media screen and (max-width: 800px) {
.about_syousai h3{
  margin-bottom:0px;
}
}

@media screen and (max-width: 568px) {
.about_syousai h3{
  font-size:1em;
  line-height:1.5;
}
}

.about_syousai .ab_tx{
  width:100%;
  margin-top:20px;
}

@media screen and (max-width: 800px) {
.about_syousai .ab_tx{
  margin-top:10px;
}
}

.about_syousai .ab_tx p{
  font-size:1.05em;
  color: #000;
  line-height:1.8;
  margin:5px 0;
}

@media screen and (max-width: 568px) {
.about_syousai .ab_tx p{
  font-size:1em;
  line-height:1.6;
  margin:5px;
}
}

/* .jp-villa
================================================== */
.inquire-text{
  position: relative;
}

.jp-villa{
  width:200px;
  text-align: center;
  font-size:0.95em;
  font-family: Roboto,sans-serif;
  font-weight:400;
  line-height:2;
  position: absolute;
  bottom: 10%;
  right: 10%;
}

@media screen and (max-width: 1580px) {
.jp-villa{
  right: 5%;
}
}

@media screen and (max-width: 1280px) {
.jp-villa{
  width:150px;
}
}

@media screen and (max-width: 810px) {
.jp-villa{
  position: relative;
  margin:2% auto 0;
  bottom: 0%;
  right: 0%;
}
}

.jp-villa img{
  width:100%;
  height:auto;
}

.jp-villa a:hover{
  opacity: 0.7;
  color:#FFF!important;
}

/* .inq-bt
================================================== */
.inq-bt{
  color:#000;
  font-size:1.3em!important;
  line-height:1.5!important;
  margin:2% auto 0;
  display:inline-block;
}

.inq-bt span{
  font-size:1.05em;
}

@media screen and (max-width: 810px) {
.inq-bt{
  font-size:1.1em!important;
}
}

@media screen and (max-width: 568px) {
.inq-bt{
  margin:3% auto 3%;
  font-size:1em!important;
}
}

.inq-button{border:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.inq-button.c-button--ghost{display:block;padding:15px 50px;background-color:#000;border:1px solid #000;color:#FFF;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s}
.inq-bt a{text-decoration:none;}
.inq-bt a:hover{text-decoration:none;display:inline-table;background-color:#FFF;color:#000;text-shadow:0 0 0 #FFF;}


@media screen and (max-width: 568px) {
.inq-button.c-button--ghost{display:block;padding:15px 30px;}
}
/* inquire
================================================== */
.inquire-ttls{
  font-weight:400;
  font-size:2em;
  text-align: center;
  font-family: 'EB Garamond',sans-serif;
  line-height:1;
  margin-bottom:5%;
}


@media screen and (max-width: 568px) {
.inquire-ttls{
  font-size:1.5em;
  margin-bottom:3%;
}
}

.inquire-txt{
  font-size:1.25em;
  font-family: Roboto,Meiryo,sans-serif;
  font-weight:400;
  line-height:2;
  padding:2% 0;
  text-align: center;
  color:#000;
}

@media screen and (max-width: 568px) {
.inquire-txt{
  font-size:1em;
  line-height:1.7;
  letter-spacing:0em;
}
}

.inquire-txt span{color:#C80000;}

.inquire-txt2{
  font-size:1.3em;
  font-family: Roboto,Meiryo,sans-serif;
  font-weight:400;
  letter-spacing:.02em;
  padding:2% 0;
  text-align: center;
  color:#000;
}

@media screen and (max-width: 568px) {
.inquire-txt2{
  font-size:1.1em;
  line-height:1.7;
  letter-spacing:0em;
  padding:5px 0;
}
}

.inquire-txt2 a{
  font-family: Roboto,Meiryo,sans-serif;
  font-weight:400;
}

.inquire-txt2 a{text-decoration:none;color:#000;}
.inquire-txt2 a:hover{text-decoration:underline;color:#C80000;}

.inquire-sbt{
  margin:9% auto;
  text-align: center;
}

@media screen and (max-width: 810px) {
.inquire-sbt{
  margin:3% auto;
}
}

@media screen and (max-width: 568px) {
.inquire-sbt{
  margin:5% auto;
}
}
.inquire-sbt li{
  display:inline-block;
  vertical-align: top;
  width:auto;
  height:70px;
  margin:0 3%;
}

@media screen and (max-width: 568px) {
.inquire-sbt li{
  height:50px;
}
}

.inquire-sbt li img{
  width:auto;
  height:100%;
}

.inquire-sbt li a:hover{
  opacity: 0.7;
}