@charset "utf-8";
#fv {
    background: url(/about/images/inside_fv_bg.png) no-repeat center top;
	min-height: 290px;
	max-height: 290px;
}
h1 span.sub_title {
    font-size: 18px;
	font-weight: bold;
}
.flex_box_between.about .col_3 p.price {
	font-size: 16px!important;
    margin: 0;
    padding: .5em;
    font-weight: bold;
	color: #000;
}
.main_img {
	width: 100%;
}
.flex_box_between.about .col_3 p.price span {
    color: #cc0000;
    font-size: 185%;
    font-weight: bold;
    line-height: 100%;
}
.flex_box_between.about .col_3{
	padding-bottom: .5em;
}
.flex_box_between.about .col_3 h3 span {
    border: 1px solid #fff;
    padding: 0 .4em;
    margin-right: .5em;
    font-weight: bold;
    font-size: 70%;
    vertical-align: middle;
}
h3#jimai_heigan, h3#jimai_hakashobun,h3#jimai_nokotsu{
    color: #fff;
	font-size: 2em;
	font-weight: bold;
	background-color: #008b8b;
}
h3#jimai_heigan span, h3#jimai_hakashobun span,h3#jimai_nokotsu span{
    border: 1px solid #fff;
    padding: 0 .4em;
	margin-left: .5em;
    margin-right: .5em;
    font-weight: bold;
    font-size: 70%;
    vertical-align: middle;
}
ul.check li ul.disc {
    margin: 0 0 .5em 1em;
}
ul.check li ul.disc li{
    font-weight: bold;
}
ul.check li ul.disc li::before {
    font-family: FontAwesome;
    content: "\f192";
    position: absolute;
    left: 57px;
    color: #ff8c00;
    font-size: 110%;
    font-weight: normal;
}
.flex_box_between .col_6{
	border: 1px solid #00af00;
	padding: .2em 1.5em;
	border-radius: 4px;
	color: #007130;
	font-weight: bold;
}

/*==========関連サービスページ==========*/
/*=====フォーマット=====*/
.cf:after, .prefmap:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.ct {
    margin: 0 1em;
}

.bold_txt {
    font-weight: bold;
}

.maker_txt {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

.red_txt {
    color: #ff0000;
}

.wine_red_txt {
    color: #cc0000;
}

.check {
    padding-left: 24px;
    position: relative;
}
.check:before,
.check:after {
    content: "";
    display: block;
    position: absolute;
}
.check:before{
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #000000;
    left: 0;
    top: 2px;
}
.check:after {
    border-left: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
    width: 18px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: 3px;
}

.main_img {
    display: block;
    margin-bottom: 10px;
}
/*=====フォーマット=====*/
.tel_btn {
    text-align: center;
    margin-top: 10px;
}

.tel_btn a {
    display: inline-block;
    background: #ffa84c; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
}

.tel_btn a:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 768px){
    #fv {
    	min-height: auto;
    	max-height: 642px;
    }

    .col iframe {
        display: none;
    }

    .prefmap dt a {
        font-weight: bold;
        color: #000;
    }

    .prefmap dd a {
        display: inline-block;
        margin-right: 1em;
    }
}

@media only screen and (max-width: 480px){
    #fv {
    	max-height: 401px;
    }
    .flex_box_between.about .col_3 {
        width: 98%;
        margin: 1% auto;
    }

    .ct {
        margin: 0;
    }

}