@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠レイアウト

=============================================================================== */
/* ==

　02. モジュール

=============================================================================== */
/* 対象施設
------------------------------------------------------------------------------- */
.pFacility {
	width: 100%;
	margin: 0 -500%;
	padding: 25px 500% 40px;
}
.pFacility_tit {
	font-size: 150%;
	font-weight: normal;
	text-align: center;
}
.pFacility_lead {
	margin: 0 0 17px;
	font-size: 124%;
	text-align: center;
	margin-top : 10px;
}
.pFacility_in {
	width: 950px;
	margin: 0 auto;
}
.pFacility_list {
	margin: -20px -18px 0 0;
	font-size: 100%;
}
.pFacility_item {
	float: left;
	width: 224px;
	margin: 20px 18px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 3px 5px 1px #ffd3a0;           /* #a0c9cf; */
	-moz-box-shadow: 0px 3px 5px 1px #ffd3a0;      /* #a0c9cf; */
	-webkit-box-shadow: 0px 3px 5px 1px #ffd3a0;   /* #a0c9cf; */
	overflow: hidden;
}
.pFacility_name {
	display: table;
	width: 100%;
	line-height: 1.5;
	background-color: #ff9c37;                     /* #314672; */
	color: #fff;
	font-size: 134%;
	text-align: center;
}
.pFacility_name span {
	display: table-cell;
	padding: 7px 5px 5px;
	vertical-align: middle;
}
*:first-child+html .pFacility_name,
*:first-child+html .pFacility_name span {
	display: block;
} /* ie7 */
.pFacility_img {
	display: block;
	border-bottom: 1px solid #ccc;
}
.pFacility_img-t1 {
	border-bottom: 1px solid #000;	
}
.pFacility_img-t2 {
	border-bottom: 1px solid #0d0200;	
}
.pFacility_txt {
	display: block;
	line-height: 1.5;
	margin: 10px 5px 10px 10px;
	font-size: 127%;
}
.pFacility_txt2 {
	display: block;
	line-height: 1.5;
	margin: 10px 5px 10px 10px;
	font-size: 127%;
}
.pFacility_btn {
	display: block;
	width: 180px;
	margin: 0 auto 20px;
}
.pFacility_list:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .pFacility_list { zoom: 1; } /* ie7 */

.pFacility_txt .txtLabel {
	margin: 0px 7px 10px 0px;
	padding: 3px 0px 2px 0;
	border-image: none;
	text-align: center;
	color: rgb(255, 255, 255);
	background-color: #ff5682;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size: 107%;
}

.pFacility_txt2 .txtPointLabel {
	text-align: center;
}

.pPoint {
	font-weight : bold;
}
.pPoint:after {
	content: "POINT";
	font-size: 0.85em;
	background: #ff5682;
	color: #fff;
	padding: 1px 3px 0;
	margin-left: 3px;
	border-radius: 3px;
}

/* リボン
------------------------------------------------------------------------------- */
.ribbon3 {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    padding: 7px 0;
    font-size: 18px;
    background: #acd879;
    color: #FFF;
    box-sizing: border-box;
}

.ribbon3 h3 {
    vertical-align: middle;
    margin: 0;
    padding: 0 100px;
    border-top: dashed 2px rgba(255, 255, 255, 0.5);
    border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
    line-height: 42px;
}

.ribbon3:before, .ribbon3:after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon3:before{/*左の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon3:after{/*右の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/* 装飾
------------------------------------------------------------------------------- */
.postcard1 {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    position: relative;
    background: #ffefef;
    box-shadow: 0px 0px 0px 5px #ffdfdf;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
}

.postcard2 {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    position: relative;
    background: #efffef;
    box-shadow: 0px 0px 0px 5px #dfffdf;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
}
