@charset "utf8";
.banner-page {
    background-image: url(../images/faq-img00.jpg);
}

#selection {
    padding-top: 122px;
}

.ho-info.cafe-rows-ct {
    padding-top: 68px;
}

.cafe-rows-ct .ho-post-item-cont {
    padding-bottom: 40px;
}

#menu {
    padding-top: 145px;
}

.layout-rows-style01 {
    padding-top: 58px;
}

.owl-nav {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0px 3px;
}

#menu .layout-style01-item-info {
    padding-top: 28px;
}

.faq-banner {
    background-image: url(../images/caf-img08.jpg);
    overflow: hidden;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

#faq_bwrap{
    padding-top: 68px;
	display: flex;
	justify-content: space-between;
}
.faq_left_wrap{
	width:47%;
}
.faq_right_wrap{
	width:47%;
}
#faq_bwrap dl {
    border-bottom: 1px dotted #bfbfbf;
    margin-bottom: 0px;
}
#faq_bwrap dt {
    padding: 20px 15px 20px 70px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
}
#faq_bwrap dd {
    padding: 15px 15px 15px 70px;
    margin-bottom: 20px;
	position: relative;
}
#faq_bwrap dt::before, #faq_bwrap dd::before {
    line-height: 1;
    top: 15px;
    left: 15px;
}
.accordion dt{
	display: block;
	cursor: pointer;
    transition: all 0.3s;
}
.accordion dt:hover{
	background: #ccc;
}
.accordion dd{
	display: none;
}
#faq_bwrap h3 {
    font-size: 21px;
    /* line-height: 175%; */
    color: #404040;
    font-weight: 100;
    padding: 10px 0 10px 15px;
    border-left: 3px solid;
    margin-bottom: 30px;
}
#faq_bwrap dt::before {
    content: "Q";
}
#faq_bwrap dd::before{
	content:"A";
}
#faq_bwrap dt::before{
	font-size:1.6em;
	color: #404040;
	font-weight: 400;
	position: absolute;
	top:17px;
	left:20;	
}
#faq_bwrap dd::before {
    font-size: 1.6em;
    color: #404040; 
    font-weight: 400;
    position: absolute;
    left: 20;
}
#faq_bwrap ul{
    margin: 10px;
    font-size: 0.9rem;
    background: #fff;
    padding: 10px 20px;
    line-height: 1.6;
}
#faq_bwrap p{
	font-size:0.9rem;
}
.faq_red{
	color: #EC4649;
}
.faqbox {
    margin-bottom: 40px;
    background: #fff;
    padding: 20px;
}
.faq_contact{
    background: #fff;
    padding: 40px 20px;
	margin-top:50px;
}
.faq_contact h4 {
    text-align: center;
    font-size: 24px;
    line-height: 145%;
    color: #404040;
    font-weight: 100;
    padding: 0px 0 23px 0;
    letter-spacing: 1px;
    background: url(../../images/line-2.png) center bottom no-repeat;
}
.faq_contact .sbox{
    display: flex;
    margin-top: 40px;
    justify-content: space-evenly;
    font-size: 1.3rem;
}
#thanksbox{
	text-align: center;
	margin:20px 0px 100px;
}
/*　mail form　*/
#formWrap {
    width: 80%;
    margin: 100px auto 50px auto;
    color: #555;
    line-height: 120%;
    font-size: 90%;
    /* background: #fff; */
}
table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
/*     background: #fff; */
    margin: 30px 0px;
}
table.formTable td,
table.formTable th {
    border-bottom: 1px solid #ccc;
    padding: 15px;
    vertical-align: middle;
}
table.formTable th{
	width:30%;
	font-weight:normal;
/* 	background:#efefef; */
	text-align:left;
}
#formWrap .introtext {
    text-align: center;
    margin: 40px 0px 0px 0px;
}
#formWrap .introtext p{
	font-size:1rem;
}
#formWrap input[type=checkbox],
#formWrap input[type=radio] {
    margin: -2px 5px 0 0;
    line-height: normal;
}
#formWrap .submit{
    font-size: 15px;
    color: #fff;
    background: #404040;
    width: 114px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
	border:none;
    -o-transition: 1s ease opacity;
    -moz-transition: 1s ease opacity;
    -webkit-transition: 1s ease opacity;
    transition: 1s ease opacity;
}
.boxwrap h4 {
    margin: 0px 0px 30px;
    padding-top: 80px;
    display: inline-block;
}
#formWrap .boxwrap .title-style01{
		margin:0px 0px 30px;
	    padding-top: 122px;
	}
#formWrap .submit:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

@media screen and (max-width:1300px) {
    #selection {
        padding-left: 10px;
        padding-right: 10px;
    }
}

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

}

@media screen and (max-width:940px) {
    #selection {
        padding-top: 80px;
    }
}

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

}

@media screen and (max-width:767px) {
#faq_bwrap {
    padding-top: 38px;
    display: block;
}
.faq_left_wrap {
    width: 100%;
}
.faq_right_wrap {
    width: 100%;
}
#faq_bwrap h3 {
    margin-bottom: 10px;
}
#faq_bwrap dt {
    padding: 20px 10px 20px 50px;
}
#faq_bwrap dd {
    padding: 15px 10px 15px 50px;
}
.faq_contact .sbox {
    display: block;
    margin-top: 24px;
    justify-content: space-evenly;
    font-size: 1.3rem;
    text-align: center;
    line-height: 2;
}
.faqbox {
    margin-bottom: 40px;
    background: #fff;
    padding: 20px 10px;
}
#formWrap .boxwrap{
		margin:60px 0px;
	}
#formWrap {
	width:95%;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}