@charset "UTF-8";

body{
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	margin:0;
	padding:0;
	width:100%;
	line-height:1.4;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.pc_displaynone{
	display: none;
}
a[href^="tel:"] {
    pointer-events: none;
}
li{
	list-style-type: none;
}
a{
	text-decoration: none;
	color:#000;
}
a:hover{
	opacity:0.7;
}
.content_width{
	width:1020px;
	margin: 0 auto;
}
.privacy_width{
	width:900px;
}
.margin_high{
	height:130px;
}
.margin_middle{
	height:30px;
}
.top_margin{
	height:60.5px;
}
header{
	width:800px;
	margin:0 auto;
}
.mobile_logo{
	display: none;
}
.site-header{
    background-color: rgba(255,255,255,0.9);
    position: absolute;
	text-align: center;
    justify-content: space-between;
    width: 100%;
}
.site-header.fixed{
    position: fixed;
    top: 0;
}
.top_logo_mobile{
	width:100%;
	text-align: center;
	line-height:150px;
}
.top_logo{
	width:100%;
	text-align: center;
	line-height:130px;
}
.top_logo img{
	width:350px;
}
.top_logo img.heel{
	width:75px;
	margin-right:15px;
}


#navi{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
#navi ul{
	width:800px;
	margin:10px auto;
}
#navi ul li{
	display: inline-block;
	width:32%;
	vertical-align: top;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	border-right: 1px solid rgba(0,0,0,0.7);
	box-sizing: border-box;
}
#navi ul li.active{
	color:#85bade;
	border-right:1px solid #333;
}
#navi ul li:last-child{
	border-right: none;
}
#navi ul li{
	font-family: "ナウ-GM";
	letter-spacing: 2px;
	color: #000;
}
#navi ul li span{
	display: block;
	font-size:12px;
}
#navi ul li a:hover{
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#pageTop {
  position: fixed;
  bottom: 60px;
  right: 60px;
  vertical-align: middle;
  border-radius: 50px;
  background-color: rgba(133, 186, 222, 0.9);
  width: 100px;
  height:100px;
	z-index:999;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  font-size:12px;
  color:#fff;
  line-height: 100px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pageTop img {
  display: block;
	width:15px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:-20px;
}


.contents{
	z-index: 0;
}

.main_title{
	font-family: "UD新ゴ R";
	width:100%;
	margin:20px 0 10px;
	font-size:26px;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 1px 2px #ddd;
}
.main_title span.sub{
	font-size:15px;
	letter-spacing: 1px;
	
}
.main_title div.main_title_underline{
	width:400px;
	border-bottom: 1px solid #85bade;
	padding:2px 0;
}
.second_title{
	font-family: "UD新ゴ R";
	margin:10px 0 20px;
	letter-spacing: 1px;
	font-size:22px;
	background: linear-gradient(#fff, #eee);
	padding:10px 0;
}
.second_title_border{
	width:400px;
	height:1px;
	background: #aaa;
	margin-bottom:20px;
}
.main_block{
	padding:0;
}
footer{
    width: 100%;
	padding-bottom:10px;
}
/*
.footer_line{
	background-image: url(../images/footer_line.png);
	background-repeat: repeat-x;
	height:5px;
}
*/

.footer_content{
	display: block;
	position: fixed;
	background:rgba(140,140,140,0.9);
	line-height: 30px;
	bottom:5px;
	left:50%;
	margin-left:-120px;
	width:240px;
	border-radius: 30px;
	text-align: center;
	box-shadow: 0px 1px 3px #000;
	padding:7px;
}
.footer_content li{
	display: inline-block;
	border-right:1px solid rgba(255,255,255,0.4);
}
.footer_content li:last-child{
	border-right:none;
}
.footer_content img{
	width:40px;
	margin:0 15px;
}
.payment{
	padding-top:30px;
	margin:20px 0 0;
	width:100%;
	border-top:2px dotted #ddd;
	text-align: center;
}
.payment_logos{
	margin:0 auto;
	text-align: center;
}
.payment_logos img{
	vertical-align: middle;
	width:110px;
	margin:-5px 5px;
}
.parking .parking_title{
	font-size:20px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
.parking .left{
	display: inline-block;
	vertical-align: top;
	width:70%;
}
.parking .right{
	display: inline-block;
	vertical-align: top;
	float:right;
	width:25%;
	font-size:12px;
}
.parking .right img{
	display: block;
	width:70%;
	margin:0 auto;
}
.copyright{
	font-size:13px;
}
.copyright div.left{
	display: inline-block;
	text-align: left;
}
.copyright div.right{
	display: inline-block;
	text-align: right;
	float:right;
}
.strong{
	text-align: center;
	font-size:24px;
	margin:20px 0;
	line-height:1.5;
}


.top_title{
	vertical-align: middle;
	font-size:25px;
	padding:20px 0 10px;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom:20px;
}
.top_info_group{
	margin-top:50px;
}
.top_info_group:after{
	display: block;
	content:"";
	clear:both;
}
.top_info_group .top_info_left{
	display: inline-block;
	vertical-align: top;
	width:28%;
	margin-right:25px;
	text-align: center;
}
.top_info_group .top_info_right{
	display: inline-block;
	vertical-align: top;
	width:32%;
	font-size:14px;
	float:right;
}
.top_info_group .top_info_right img.map_logo{
	width:200px;
	margin:5px 0;
}

.top_info_group .top_info_center{
	display: inline-block;
	vertical-align: top;
	width:33%;
	margin-right:25px;
}
.top_info_group .top_info_center img{
	width:100%;
	margin-bottom:5px;
}
.map{
	width:100%;
	height:250px;
}
img.map_illust{
	width:100%;
	margin:5px 0;
}
