@charset "UTF-8";
/* interview CSS Document */

.dtl #footer {
	margin-top: 0px;
}
.dtl #mainContents {
	background-color: #f5f5f5;
}
.dtl .heading01 {
	position: relative;
	z-index: 1;
}
.dtl .ctsInner {
	background-color: #FFF;
	margin-top: 0px;
	padding: 0px 50px 100px;
	position: relative;
}
.dtl .ctsInner > figure img {
	margin-top: 50px;
	width: 100%;
	height: auto;
}

.dtl .ttlArea {
	font-family: "Sawarabi Mincho";
}
.dtl .ttlArea p {
	font-size: 2.4rem;
	margin-top: 40px;
}
.dtl .ttlArea h2 {
	font-size: 1.8rem;
	margin-top: 40px;
}
.dtl .interviewArea {
	margin-top: 35px;
}
.dtl .interviewArea dt {
	font-size: 1.6rem;
	padding-top: 35px;
	padding-left: 1.5em;
	border-top: 1px solid #333;
	position: relative;
}
.dtl .interviewArea dt:before {
	content: "Q.";
	position: absolute;
	left: 0px;
	top: 35px;
}
.dtl .interviewArea dd {
	font-size: 1.5rem;
	padding-top: 35px;
	padding-bottom: 35px;
}
.dtl .interviewArea dd figure {
	float: right;
	width: 25%;
	margin-bottom: 15px;
	margin-left: 30px;
}

.dtl .txtThanks {
	font-size: 1.6rem;
	color: #11a979;
	text-align: center;
	padding-top: 50px;
	border-top: 1px solid #333;
}

.dtl .shopInfo {
	display: table;
	width: 100%;
	margin-top: 50px;
}
.dtl .shopInfo > * {
	vertical-align: top;
	display: table-cell;
	width: 50%;
}
.dtl .shopInfo dl {
	background-color: #eff6ff;
	padding: 30px;
}
.dtl .shopInfo dl dt {
	font-size: 1.6rem;
}
.dtl .shopInfo dl dd {
	margin-top: 25px;
}
.dtl .shopInfo .boxGmap iframe {
	width: 100%;
}


/* case =========================*/

.case.dtl .colLayout-two figure {
	background-position: center center;
	background-size: cover;
}
.case.dtl .colLayout-two figure:before {
	content: "";
	display: block;
	padding-top: 67%;
}

.case.dtl .ttlArea  {
	display: table;
	width: 100%;
	margin-top: 0px;
}
.case.dtl .ttlArea > * {
	vertical-align: middle;
	display: table-cell;
}
.case.dtl .ttlArea i {
	font-size: 1.5rem;
	font-style: normal;
	color: #FFF;
	background-color: #692315;
	text-align: center;
	width: 8em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.case.dtl .ttlArea h2 {
	margin-top: 0px;
	padding: 20px;
}



/*SP
------------------------------------------------------ */
@media only screen and (max-width: 768px) {

.dtl #wrap #footBnr_sp {
	margin-top: 0px;
}

.dtl .ctsInner {
	margin-top: -40px;
	padding: 0px 10px 40px;
}

.dtl .ttlArea p {
	font-size: 1.8rem;
	margin-top: 20px;
}
.dtl .ttlArea h2 {
	font-size: 1.6rem;
	margin-top: 15px;
	padding-left: 30px;
}
.dtl .interviewArea {
	margin-top: 20px;
}
.dtl .interviewArea dt {
	font-size: 1.4rem;
	padding-top: 20px;
	padding-left: 1.5em;
}
.dtl .interviewArea dt:before {
	top: 20px;
}
.dtl .interviewArea dd {
	font-size: 1.3rem;
	padding-top: 15px;
	padding-bottom: 20px;
}
.dtl .interviewArea dd figure {
	width: 33%;
	margin-bottom: 10px;
	margin-left: 15px;
}

.dtl .txtThanks {
	font-size: 1.6rem;
	padding-top: 20px;
}

.dtl .shopInfo {
	display: block;
	margin-top: 20px;
}
.dtl .shopInfo > * {
	display: block;
	width: 100%;
}
.dtl .shopInfo dl {
	background-color: #eff6ff;
	padding: 15px;
}
.dtl .shopInfo dl dt {
	font-size: 1.6rem;
}
.dtl .shopInfo dl dd {
	margin-top: 10px;
}
.dtl .shopInfo .boxGmap iframe {
	width: 100%;
	height: 200px;
}


/* case =========================*/

.case.dtl .ttlArea i {
	font-size: 1.3rem;
	width: 8em;
}
.case.dtl .ttlArea h2 {
	padding: 10px;
	padding-left: 15px;
}




@media all and (orientation: landscape) {
	
}

}


/* Clearfix
------------------------------------------------------ */
.dtl .interviewArea dd:after {
	content: "";
	display: block;
	clear: both;
}