@charset "utf-8";

/*=====================================================================
	
	Document    : top.css
	Created on  : 2013/08/16
	Description : トップページ
 
=====================================================================*/

/*-----------------------------------------------------

   Visual

-----------------------------------------------------*/

.visual {
	width:650px;
	margin:0;
}

/*
.visual {
	background:url(../image/visual-bg.jpg?d=0903) no-repeat center top;
	height:400px;
}

.visual-inner {
	width:1020px;
	margin:0 auto;
	padding-top:60px;
	position:relative;
}

.visual-photo {
	position:absolute;
	left:0;
	top:0;
}

.visual-tx {
	position:absolute;
	right:-70px;
	top:0;
}
*/


/*-----------------------------------------------------

   Contents

-----------------------------------------------------*/

.network {
	width:100%;
}

.network-inner {
	border:2px solid #8eccef;
	background-color:#fff;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
	position:relative;
	padding:30px 0;
}

.network p {
	width:686px;
	margin:0 auto;
}

.network p img {
	float:right;
	margin-left:30px;
	position:relative;
	display:inline;
}

.network p strong {
    color: #0085d0;
}


/* ---------------------------------------------
   お知らせ
----------------------------------------------*/

.info {
	padding-bottom:30px;
}

.info h3 {
    position:relative;
    height:60px;
    line-height:1;
    padding:0 16px;
    box-sizing:border-box;
    border-top:1px solid #c6c6c6;
    border-left:1px solid #c6c6c6;
    border-right:1px solid #c6c6c6;
    border-bottom:2px solid #00a0dc;
    background:url(../image/bar-gray.jpg) repeat-x left bottom;
    background-color:#fff;
    -moz-border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
    font-weight: 700;
}

.info h3 span {
  display:inline-block;
  line-height:56px;
}

.info h3 a {
  display:inline-block;
	position:absolute;
	right:11px;
	top:50%;
  margin-top:-16px;
}

.info-inner {
	border-bottom:1px solid #c3c3c3;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	-moz-border-radius:0 0 4px 4px;
    -webkit-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px;
	padding-left:1px;
	padding:20px 18px;
  box-sizing:border-box;
}

.infoList {
  list-style:none;
}

.infoList li:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}

.infoList li:not(:first-child) {
  padding-top:0.5em;
}

.infoList li .date {
  width:6.5em;
  display:inline-block;
  float:left;
  clear:both;
  margin-right:-6.5em;
}

.infoList li a {
    display:inline-block;
    padding-left:6.5em;
    font-weight: 400;
}


/* ---------------------------------------------
   フェイスブック・インスタ
----------------------------------------------*/

.sns {
  text-align:center;
  padding-top:10px;
}

.sns .gradbox {
    width: 100%;
    height: auto;
    padding: 2px;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(to right bottom, #ff5f6d, #ffc371);
    box-sizing: border-box;
    line-height: 1;
}
.sns .gradboxinner {
    display: block;
    background-color: #FFF;
    line-height: 0;
}
.sns .gradboxinner:hover img {
    opacity: .8;
}

/*
.sns-md {
  color:#fa8500;
  font-weight:bold;
  font-size:130%;
  position:relative;
  display:inline-block;
  line-height:1.4em;
  box-sizing:border-box;
  padding-left:1em;
  padding-right:1em;
}

.sns-md:before,
.sns-md:after {
  display:block;
  content:"";
  width:2px;
  height:100%;
  background-color:#fa8500;
  position:absolute;
  bottom:-2px;
}

.sns-md:before {
  left:0;
  -webkit-transform:rotate(-35deg);
  -o-transform:rotate(-35deg);
  transform:rotate(-35deg);
}

.sns-md:after {
  right:0;
  -webkit-transform:rotate(35deg);
  -o-transform:rotate(35deg);
  transform:rotate(35deg);
}

.snsList {
  list-style:none;
}

.snsList li {
  background-color:#f5f5f5;
  text-align:center;
  box-sizing:border-box;
  width:365px;
  float:left;
  line-height:1;
	-moz-border-radius:4px;
    -webkit-border-radius:4px 4px;
    border-radius:4px;
}

.snsList li:first-child {
  margin-right:20px;
}

.snsList li a {
  display:block;
  padding:25px;
  box-sizing:border-box;
}

.snsList li a:before {
  margin-bottom:0.75em;
  display:block;
}

.snsList li.fb a:before { content:url(../image/qr_fb.jpg); }
.snsList li.insta a:before { content:url(../image/qr_insta.jpg); }

.snsList li:hover {
  background-color:#fafafa;
}
*/

/* ---------------------------------------------
   選んでいただきたい理由
----------------------------------------------*/

.point {
  text-align:center;
  background-color:#e6f5ff;
  box-sizing:border-box;
  padding:12px;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
  margin-bottom:20px;
}

.point .f-nowrap {
  display:inline-block;
}

.point-md {
  display:block;
  font-weight:700;
  padding-top:0.5em;
  padding-bottom:1em;
}

.point-md b {
  display:inline-block;
  line-height:1.2em;
  color:#0085d0;
}

.pointList {
  list-style:none;
  counter-reset:no;
}

.pointList li {
  box-shadow:0 0 20px 0 rgba(0,133,208,0.1);
  box-sizing:border-box;
  background-color:#fff;
  line-height:1.3em;
  font-size:90%;
  position:relative;
}

.pointList li:not(:first-child) {
  margin-top:12px;
}

.pointList li a {
  display:block;
  padding:12px;
}

.pointList li a,
.pointList li a:visited { color:inherit; text-decoration:none; }
.pointList li a:hover { color:#0085d0; text-decoration:none; }

.pointList li img {
  max-width:100%;
  height:auto;
  vertical-align:bottom;
  -webkit-backface-visibility:hidden;
}

.pointList p {
  position:relative;
  padding-top:0.75em;
  padding-bottom:0.25em;
  padding-left:2em;
  padding-right:1em;
}

.pointList p:after {
  content:"";
  width:0;
  height:0;
  border-style:solid;
  border-width:0 0 10px 10px;
  border-color: transparent transparent #8eccef transparent;
  position:absolute;
  right:-5px;
  bottom:-5px;
}

.pointList li a:hover p:after {
  border-bottom-color:#00a0dc;
}

.pointList p:before {
  content:counter(no);
  counter-increment:no;
  display:inline-block;
  position:absolute;
  left:0;
  top:1.1em;
  background-color:#0085d0;
  color:#fff;
  font-weight:bold;
  padding:0.25em;
  width:1.25em;
  height:1.25em;
  line-height:1.25em;
  font-size:70%;
	-moz-border-radius:100%;
    -webkit-border-radius:100%;
    border-radius:100%;
}


/* ---------------------------------------------
   施設概要
----------------------------------------------*/

.outS {
	border:1px solid #c3c3c3;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

.outS h5 {
	padding:25px;
}

.outS-inner {
	padding:0 25px 25px 25px;
}

.outS-inner .photo {
	float:left;
}

.outS-inner .data {
	padding-left:305px;
}

.outS-inner .data p {
	padding-bottom:10px;
}

.outS-inner .data a {
	background:url(../image/arC.gif) no-repeat 2px center;
	padding-left:25px;
}

.outS-inner .data img {
	margin-top:3px;
}

