@charset "utf-8";
/* CSS Document */

/* フェード */

.fx-fade img{
	transition: 0.3s;/* sはsecondの意味。0.3秒で推移する */
}

.fx-fade:hover img{
	opacity: 0.6;/* 不透明度 */
}

/* ズーム */
.fx-zoom {
    width:100%;
    height: 100%;
    overflow: hidden;/* 領域が変わらないよう固定 */
}

.fx-zoom img{
	transition: 0.3s;/* sはsecondの意味。transisionは時間をかけて何かをするの意味 */
}

.fx-zoom:hover img{
	transform: scale(2);/* 大きさ2倍に変形させる */
}


/* 画像上キャプション */
.fx-caption {
	width: 100%;
	position: relative;
	overflow:hidden;
}
.fx-caption p{
	position: absolute;
	left: 0;
	bottom: 0.5em;
	color: #fff;
	margin: 0;
	padding: 2px;
	width: 100%;
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.6;
}
.fx-caption a {
	text-decoration: none;
}
.fx-caption:hover img{
	transition: 0.3s;
}
.fx-caption2 {
	width: 100%;
	position: relative;
	overflow:hidden;
}
.fx-caption2 p{
	position: absolute;
	left: 0;
	top: 0.5em;
	color: #fff;
	margin: 0;
	padding: 2px;
	width: 100%;
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.6;
}
.fx-caption2 a {
	text-decoration: none;
}
.fx-caption:hover2 img{
	transition: 0.3s;
}




/* 目次 */
ol.circle-list {
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	font: 15px 'trebuchet MS', 'lucida sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, serif;
	padding: 0;
	margin-bottom: 4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol.circle-list ol{
	margin: 0 0 0 2em;
}

.circle-list li{
    padding: 2.0em;
    border-bottom: 1px dashed #ccc;
}

.circle-list h3{
    position: relative;
    margin: 0;
    font-size: 1.0em;
}

.circle-list p{
    margin: 0;
    font-size: 0.8em;
}

.circle-list h3:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;    
    z-index: -1;
    left: -1.3em;
    top: -.8em;
    background: #f5f5f5;
    height: 1.5em;
    width: 1.5em;
    border: .1em solid rgba(0,0,0,.05);
    text-align: center;
    font: italic bold 1em/1.5em Georgia, Serif;
    color: #ccc;
    border-radius: 1.5em;
    transition: all .2s ease-out;
}

.circle-list li:hover h3:before{
    background-color: #edf6fb;
    border-color: #4394c1;
    border-width: .2em;
    color: #444;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.circle-list A{
  color:#333333;
  text-decoration:none;
  display:block;
}
.circle-list A:link {
  color:#333333;
  text-decoration:none;
}

.circle-list A:VISITED {
  color:#333333;
  text-decoration:none;
}
.circle-list A:HOVER {
  color:#FF5A36;
  text-decoration:none;
}

/* 見出し*/
h1.f40 {
color: #6E6E6E;
padding-bottom:30px;
font-size:40px;
font-weight:100;
letter-spacing:3px;
text-align:center;
line-height:130%;
}

h2.square {
color: #111;
margin: 0 0 20px;
padding:20px 0 8px 0;
border-bottom: 1px solid #5EBABA;
font-weight:normal;
font-size:1.2em;
}
 
h2.square:first-letter{
padding:0.1em 0.3em 0.1em 0.3em;
margin-right:4px;
background:#5EBABA;
font-size:1.6em;
font-weight:bold;
color:#fff;
}


/* floatを使わずtable-cellを使って横並び */
.list1-box {
  display: table;
}
.list1-img,
.list1-text {
  display: table-cell;
  vertical-align: middle;
  padding:8px;
  background-color: #F2F2F2;
}


/* 見出し部分を反転させた枠 : frame-hpl */
div.frame-hpl {
  margin: 1em 0;
  border: solid 1px #FF6464;
  border-radius: 2px / 2px;
}

div.frame-hpl h4 {
  margin: 0 0 1em 0;
  background: #FF6464;
  padding: 5px 15px;
  color: #FFF;
  border-radius: 1px;
}

div.frame-hpl p {
  margin: 0.5em 15px 0.5em 30px;
}

div.frame-hpl ol {
  margin-left: 0;
  padding-left: 0;
}

div.frame-hpl ol li {
  margin-left: 60px;
  list-style: outside decimal;
}


/* 見出し部分を反転させた枠 : frame-hgl */
div.frame-hgl {
  margin: 1em 0;
  border: solid 1px #7C7272;
  border-radius: 2px;
}

div.frame-hgl h4 {
  margin: 0 0 1em 0;
  background: #7C7272;
  padding: 5px 15px;
  color: #FFF;
  border-radius: 1px;
}

div.frame-hgl p {
  margin: 0.5em 15px 0.5em 30px;
}

div.frame-hgl ol {
  margin-left: 0;
  padding-left: 0;
}

div.frame-hgl ol li {
  margin-left: 60px;
  list-style: outside decimal;
}


/* box-shadowで実装したエフェクトサンプル */

-----


div.box_effect {
	width: 100%;
}


div.box_effect01 {
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	padding:10px 10px;
}

div.box_effect02 {
	box-shadow: inset 0 0 15px rgba(0,0,0,.3);
	padding:10px 10px;	
}

div.box_effect03 {
	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
	padding:10px 10px;
	background-color: #F2F2F2;
}

div.box_effect04 {
	position: relative;
	padding:20px 20px;

}
div.box_effect04::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	z-index: -1;
	content: '';
	box-shadow: 0 10px 10px rgba(0,0,0,.3);
	border-radius: 15px / 15px;
}

div.box_effect05 {
	position: relative;
	padding:20px 20px;
}
div.box_effect05::after {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: -1;
	content: '';
	box-shadow: 0 0 20px rgba(0,0,0,.5);
	border-radius: 30px;
}


/* CSSで作るdivボックスデザイン */
/* ぼかし線で囲まれたボックス */
div.box_effect06 {
    background-color: #fff;
    padding:10px 10px;
    border:1px solid #bbb;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 0 2px rgba(255, 255, 255, 0.3) inset,
    0 0 10px rgba(0, 0, 0, 0.1) inset,
    0 1px 20px rgba(0, 0, 0, 0.1);
	padding:20px 20px;
    }

/* シンプルなボックス */
div.box_effect07 {
    border: 1px solid #ddd;
    padding:10px 10px;
    background:rgba(0,0,0,.1);
    border-radius: 3px;
    color:#666;
	padding:20px 20px;
    }

/* 立体感があるボックス */
div.box_effect08 {
    color:#fff;
    padding:0;
    text-shadow:0 1px 2px #111111;
    padding: 10px 10px;
    border-radius:3px;
    border:1px solid #222;
    background:#505050;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 0 5px rgba(0, 0, 0, 0.3) inset,
    0 1px 2px rgba(0, 0, 0, 0.3);
	padding:20px 20px;
    }


/* グラデーションを付けたボックス */
div.box_effect09 {
    background: #505050;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51a2c1', endColorstr='#74b5cd');
    background: linear-gradient(to bottom, #51a2c1, #74b5cd);
    background: -moz-linear-gradient(top,#51a2c1 0%,#74b5cd);
    background: -webkit-gradient(linear, left top, left bottom, from(#51a2c1), to(#74b5cd));
    border: 1px solid #DDD;
    color:#FFF;
    padding: 10px 10px;
    margin: 10px 0px;
    }
	
div.box_effect09 a{
    color:#FFF;
    }
	
div.box_effect09 a:hover{
    color:#2f4f4f;
    }
	
/* 2重線で囲んだボックス */
div.box_effect10 {
    border: 3px double #ddd;
    padding: 10px 10px;
    border-radius: 2px;
	padding:20px 20px;
    }

/* 影付きのボックス */
div.box_effect11 {
    padding: 10px 10px;
    border-radius:4px;
    border:1px solid #222;
    box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.4);
    margin: 10px 0px;
	padding:20px 20px;
    }

/* 内側に線があるボックス */
div.box_effect12 {
    color: #fff;
    padding: 10px 10px;
    background:rgba(0,0,0,.9);
    border: 1px dotted #eee;
    box-shadow:0px 0px 1px 3px rgba(0, 0, 0, 1);
    margin: 10px 5px;
	padding:20px 20px;
    }

/* 下線を付けた見出し */
div.heading1{
    position:relative;
    padding:9px;
    padding-left:0px;
    font-weight: bold;
    font-size: 18px;
    }
     
.heading1:before{
    content:'';
    height:15px;
    width: 100%;
    display:block;
    position:absolute;
    top:18px;
    left:0px;
    background-color:#ccc;
    filter:alpha(opacity=20);
    -moz-opacity:0.20;
    -khtml-opacity: 0.20;
    opacity:0.20;
    box-shadow: 0px 3px 3px 3px rgba(255,255,255, 0.3) inset;
    }


/* 使い勝手のよさそうなアイコンをCSSだけで6個作ってみた */

.icon-box { 
	margin: 10px 0; 
	padding: 10px; 
	border-radius: 3px; 
	background: #eee; 
	text-align: left;
}

/* 3本線のボタン */
.icon-bar{
  display: inline-block;
  position: relative;
  margin: 3px 10px 3px 0;
  padding: 0;
  background: #000;
}
.icon-bar, .icon-bar:before, .icon-bar:after{
  width: 18px;
  height: 3px;
}
.icon-bar:before, .icon-bar:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
}
.icon-bar:before{
  margin-top: -8px;
}
.icon-bar:after{
  margin-top: 4px;
}


/* ファイル */
.icon-file{
  display: inline-block;
  position: relative;
  top: 50%;
  width: 16px;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  background: #000;
}
.icon-file:before, .icon-file:after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.icon-file:before{
  width: 7px;
  height: 7px;
  background: #eee;
}
.icon-file:after{
  width: 0;
  height: 0;
  border: 3px solid #eee;
  border-bottom-color: #000;
  border-left-color: #000;
}

/* メール */
.icon-mail{
  display: inline-block;
  position: relative;
  width: 20px;
  height: 16px;
  margin: 0 10px 0 0;
  padding: 0;
  border-radius: 2px;
  background: #000;
}
.icon-mail:before, .icon-mail:after{
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  width: 0;
  height: 0;
}
.icon-mail:before{
  left: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
}
.icon-mail:after{
  left: 2px;
  border: 8px solid transparent;
  border-top-color: #000;
}

/* × */
.icon-cancel{
  display: inline-block;
  position: relative;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #000;
  transform: rotate(45deg);
}
.icon-cancel:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #000;
}

/* タグ */
.icon-tag{
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
  padding: 0;
  width: 18px;
  height: 16px;
  background: #000;
}
.icon-tag:before, .icon-tag:after{
  display: block;
  content: "";
  position: absolute;
}
.icon-tag:before{
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background: #fff;
}
.icon-tag:after{
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #000;
}

/*bathlier-cafe*/

.cafe_check{
font-size:10px;
margin-bottom:15px;
text-align:right !important;
}

.pict_box{
padding:10px; 
border-bottom:solid 1px #CCC; 
margin-bottom:20px;
text-align:left;
}

/*箇条書き*/

ul.allow li {
	position: relative;
	padding-left: 10px;
}
ul.allow li::after,
ul.allow li::before {
	display: block;
	content: '';
	position: absolute;
}
ul.allow li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #A4A4A4;
	border-radius: 100%;
}
ul.allow li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* オリジナルボタン_上下ボーダー(S) */

.button-borg {
 margin: 0 auto;
 text-align:center !important;
}

span.button-borg-s {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 120%;
	font-weight:bold;
	padding: 5px 20px!important;
	display: inline-block;
	margin: 20px auto;
	line-height: 140%;
	text-align:center;
}
span.button-borg-s:HOVER {
	opacity: 0.5;
}
span.button-borg-s a {
	color: #7dc6c4 !important;
}


/*  */
/*  */
