@charset "UTF-8";


@media screen and (min-width: 481px){

.catch {
    margin-top: 6px;
}

.catch h2 {
    border-bottom: 1px rgb(154, 154, 154) dotted;
    color: rgb(0, 168, 230);
    font-size: 18px;
    text-shadow: 0.5px -0.5px #00A8E6;
}

.catch h3{
	font-size: 27px;
	padding: 27px 0 20px 0;
	border-bottom: 1px rgb(154, 154, 154) dotted;
}

.catch h3 span{
	font-size: 14px;
	padding-left: 0.5em;
}

.content p {
    margin: 30px 0 30px 0;
}

.content dl {
  margin-top: 30px;
border-bottom: 1px rgb(207, 207, 207) solid;
padding-bottom: 2em;
}

.about img {
    width: 100%;
}

.about dl:nth-of-type(1) {
    margin-top: 20px;
}

.about dl {
    display: flex;
    flex-wrap: wrap;
		border-top: 1px rgb(207, 207, 207) solid;
    border-right: 1px rgb(207, 207, 207) solid;
    border-left: 1px rgb(207, 207, 207) solid;
}

.about dl dt{
    width: 15%;
    background-color: rgb(250, 250, 250);
    padding: 10px 15px 10px 15px;
		border-right: 1px rgb(207, 207, 207) solid;
	 	font-weight: normal;
}

.about dl dd {
    padding: 10px 15px 10px 15px;
}

.about dl:last-child {
    display: flex;
    flex-wrap: wrap;
		border-bottom: 1px rgb(207, 207, 207) solid;
    border-right: 1px rgb(207, 207, 207) solid;
    border-left: 1px rgb(207, 207, 207) solid;
}

.about dl dd a{
		color: #444;
}

.history,#access {
    margin-top: 30px;
    padding-bottom: 35px;
}

.history dl {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px rgb(207, 207, 207) solid;
    border-right: 1px rgb(207, 207, 207) solid;
    border-left: 1px rgb(207, 207, 207) solid;
}

.history dl:last-child {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px rgb(207, 207, 207) solid;
    border-right: 1px rgb(207, 207, 207) solid;
    border-left: 1px rgb(207, 207, 207) solid;
}

.history dl dt{
	width: 15%;
	padding: 10px 15px 10px 15px;
	font-weight: normal;
}

.history dl dd {
    padding: 10px 15px 10px 15px;
}

.history dl dd span {
  	display: block;
		padding-left: 1em;
}

#access iframe {
    width: 100%;
		height: 500px;
}

p.sp_tel {
    display: none;
}
    
span.tel {
padding-left: 58px;
display: block;
}

dd.about-last {
    display: flex;
    align-items: center;
}

}


@media screen and (max-width: 480px){


.catch {
    margin-top: 27px;
}

.catch h2 {
    border-top: 1px rgb(207, 207, 207) solid;
    border-bottom: 1px rgb(207, 207, 207) solid;
    padding: 5px 0 3px 0;
    color: rgb(0, 168, 230);
    font-size: 18px;
    text-shadow: 0.5px -0.5px #00A8E6;
}

.catch h3{
	font-size: 24px;
	padding: 20px 0 15px 0;
	border-bottom: 1px rgb(207, 207, 207) solid;
}

.catch h3 span{
	font-size: 12px;
	padding-left: 0.5em;
}

.content,.about,.history,#access {
    padding: 0 10px 0 10px;
}

.content p {
    margin: 20px 0 20px 0;
}

.content ul li {
    padding-left: 1em;
    text-indent: -1em;
}

.content dl {
    margin: 20px 0 20px;
}

.about img {
    width: 100%;
}

.about dl:nth-of-type(1) {
    margin-top: 10px;
}

.about dl {
		border-top: 1px rgb(207, 207, 207) solid;
    border-right: 1px rgb(207, 207, 207) solid;
    border-left: 1px rgb(207, 207, 207) solid;
}

.about dl dt{
    background-color: rgb(250, 250, 250);
    padding: 10px 15px 10px 15px;
		border-bottom: 1px rgb(207, 207, 207) solid;
	 	font-weight: normal;
}

.about dl dd {
    padding: 10px 15px 10px 15px;
}

.about dl dd span {
    display: block;
}

.about dl:last-child {
		border-bottom: 1px rgb(207, 207, 207) solid;
    border-right: 1px rgb(207, 207, 207) solid;
    border-left: 1px rgb(207, 207, 207) solid;
}

.history,#access{
	margin-top: 20px;
}

.history dl{
		border-top: 1px rgb(207, 207, 207) solid;
		border-right: 1px rgb(207, 207, 207) solid;
		border-left: 1px rgb(207, 207, 207) solid;
}

.history dl dt{
	padding: 10px 15px 5px 15px;
	font-weight: normal;
}

.history dl dd {
    padding: 0px 15px 10px 2em;
		text-indent: -1em;
}

#access iframe {
    width: 100%;
		height: 200px;
}

.history dl:last-child {
    border-bottom: 1px rgb(207, 207, 207) solid;
    border-right: 1px rgb(207, 207, 207) solid;
    border-left: 1px rgb(207, 207, 207) solid;
}

.about dl dd a{
  color: rgb(68, 68, 68);
}

p.pc_tel {
    display: none;
}

p.sp_tel a {
    color:#444;
    text-decoration: none;
}



}
