﻿@charset "UTF-8";

@import url("./service.css");

/* ▼▼▼ プライバシーポリシー
=====================================*/
section{
    max-width: 1000px;
    margin: 0 auto;
	padding: 0 20px 50px;
    }
.bg_title{
	margin: 0 0 50px;
	}
.mb0{
	margin-bottom: 0!important;
	}


.table_title{
	background: #B1A9A9;
	border: 1px solid #ccc;
	border-bottom: 0 none;
	padding: 15px;
	color: #fff;
	text-align: center;
	}

/* #sec01 */
#sec01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}
	#sec01 > div{
		width: 49%;
		}
	#sec01 > div > div{
		margin-bottom: 40px;
		}
	#sec01 table.hours_info th{
		width: 20%;
		}
	#info table.hours_info span.hours{
		color: #A25E5E;
		font-weight: bold;
		}
	.txt_bg{
		background: #FAF7F7;
		padding: 0 20px;
		margin: 0 0 30px;
		color: #A25E5E;
		line-height: 40px;
		}
	#info a[href^="mailto:"]{
		color: #A25E5E;
		}

/* アコーディオン */
dl.accordion {
	width: 100%;
	border-left: 1px solid #ccc;
	margin: 0 0 40px;
	overflow: hidden;
	}
	dl.accordion dt,
	dl.accordion dd{
		float: left;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		}
	dl.accordion dt{
		background: #F7F7F7;
		display: table;
		width: 10%;
		}
	dl.accordion dt p{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		}

	dl.accordion dd{
		width: 90%;
		}
	dl.accordion dd li{
		border-bottom: 1px solid #ccc;
		width: 100%;
		display: table;
		}
	dl.accordion dd li:last-child{
		border: 0 none;
		}
	dl.accordion dd p{
		display: table-cell;
		padding: 10px 20px;
		}
	dl.accordion dd p:first-child{
		width: 30%;
		font-weight: bold;
		}
	dl.accordion dd span.kome{
		color: #C94B4B;
		}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
.bg_title{
	margin: 0 0 30px;
	}

/* #sec01 */
#sec01 {
	}
	#sec01 > div{
		width: 100%;
		margin: 0 0 30px;
		}
	#sec01 > div:nth-child(2){
		border-top: 1px dotted #ccc;
		padding: 30px 0 0;
		margin: 0;
		}
	#sec01 > div > div{
		margin-bottom: 0;
		}
	#info table.hours_info{
		margin: 0 0 25px;
		}
	#info table.hours_info tr th,
	#info table.hours_info tr td{
		display: block;
		width: 100%;
		line-height: 50px;
		}
    #info table.hours_info tr td.col2 {
        line-height: 1.5;
        padding: 5px 0;
    }
	.txt_bg{
		padding: 0 20px;
		margin: 0 0 25px;
		}

/* アコーディオン */
dl.accordion {
	width: 100%;
	border-left: 1px solid #ccc;
	margin: 0 0 40px;
	overflow: hidden;
	}
	dl.accordion dt,
	dl.accordion dd{
		float: none;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		}
	dl.accordion dt{
		background: #F7F7F7;
		display: table;
		width: 100%;
		padding: 15px;
		position: relative;
		}
	dl.accordion dt:before {
		content: "";
		background: #000;
		border-radius: 10px;
		width: 16px;
		height: 2px;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		}
	dl.accordion dt.open_sp.close:before{
		display: none;
		}
	dl.accordion dt:after{
		content: "";
		background: #000;
		border-radius: 10px;
		width: 16px;
		height: 2px;
		position: absolute;
		top: 50%;
		right: 20px;
		}
	dl.accordion dt p{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 100%;
		}

	dl.accordion dd{
		display: none;
		width: 100%;
		}
	dl.accordion dd li{
		border-bottom: 1px solid #ccc;
		width: 100%;
		}
	dl.accordion dd li:last-child{
		border: 0 none;
		}
	dl.accordion dd p{
		display: block;
		width: 100%;
		padding: 10px 20px;
		}
	dl.accordion dd p:first-child{
		width: 100%;
		font-weight: bold;
		padding-bottom: 0;
		}

}
