/* 
 * ------- additional css elements  ---------------------
 */


/*===========================
content
===========================*/

.facility-name {
	width: 90px;
	margin: 30px auto;
}

.pic-adjust1 {
		width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}

.pic-adjust1 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}

.pic-adjust1 img {
	width: 400%;
	max-width: none;
}
.catch {
    text-align: left;
    margin-top: 2%;
    margin-left: 2%;
    font-size: 3.5vw;
    line-height: 1.2em;
    color: rgb(255, 255, 255);
    /*background-color: rgba(63, 50, 46, 0.6);*/
    letter-spacing: 0px;
    transform: rotate(0.03deg);
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bold;
    position: absolute;
    padding: 0.6em;
    text-shadow: 0 0 20px #1755C1;
	writing-mode: vertical-rl;
        text-orientation: upright;

}
@media screen and (max-width: 768px) {
.catch {
    margin-top: 0;
    margin-left: 0px;
	font-size: 5vw;
}	
}
[href^="tel"] {
    text-decoration: none;
    color: #333!important;
    cursor: default;
    pointer-events: none;
}
.dataContainer [href^="tel"] {
    text-decoration: none;
    color: #fff!important;
    cursor: default;
    pointer-events: none;
}
.info2 a [href^="tel"] {
    text-decoration: none;
    color: #73c2ff;!important;
    cursor: default;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    [href^="tel"] {
        pointer-events: auto;
    }
	.dataContainer [href^="tel"] {
    pointer-events: auto;
}
	.info2 a [href^="tel"] {
    pointer-events: auto;
}
}

@media only screen and (min-width: 480px) {
.footer_tel a, .footer_mail a {
    display: none;
}
}

@media only screen and (max-width: 736px) {
footer {
    padding-bottom: 50px;
}
.footer_tel a {
    background-color: #283B70;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 50%;
    font-weight: 700;
    color: #FFF!important;
    left: 0px;
    text-align: center;
    z-index: 9999;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    border-right: 1px solid #202F5A;
    　　text-decoration: none;
}
.footer_mail a {
    background-color: #283B70;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 50%;
    font-weight: 700;
    color: #FFF!important;
    text-align: center;
    z-index: 10000;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    right: 0px;
    border-left: 1px solid #596DA2;
    text-decoration: none;
}
}