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

/* reset.css
*************************** \*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
	font-style: normal;
	font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}
 
body {
   	font: 13px/1.4 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}
 
ol, ul{
    list-style: none;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
 
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
 
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}
 
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
 
input, select {
    vertical-align: middle;
}

img {
	max-width: 100%;
	height: auto;
}

/* base.css
*************************** \*/
/* clearfix */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/* マージン・インデント \*/
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}

.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}

.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}

.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}

.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}

.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}

.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}

.ind01 {text-indent: -0.5em; margin-left: 0.5em;}
.ind02 {text-indent: -1em; margin-left: 1em;}
.ind03 {text-indent: -1.5em; margin-left: 1.5em;}
.ind04 {text-indent: -2em; margin-left: 2em;}
.ind05 {text-indent: -2.5em; margin-left: 2.5em;}
.ind06 {text-indent: -3em; margin-left: 3em;}
.ind07 {text-indent: -3.5em; margin-left: 3.5em;}
.ind08 {text-indent: -4em; margin-left: 4em;}
.ind09 {text-indent: -4.5em; margin-left: 4.5em;}
.ind10 {text-indent: -5em; margin-left: 5em;}
.ind11 {text-indent: -5.5em; margin-left: 5.5em;}
.ind12 {text-indent: -6em; margin-left: 6em;}
.ind13 {text-indent: -6.5em; margin-left: 6.5em;}
.ind14 {text-indent: -7em; margin-left: 7em;}
.ind15 {text-indent: -7.5em; margin-left: 7.5em;}
.ind16 {text-indent: -8em; margin-left: 8em;}
.ind17 {text-indent: -8.5em; margin-left: 8.5em;}
.ind18 {text-indent: -9em; margin-left: 9em;}
.ind19 {text-indent: -9.5em; margin-left: 9.5em;}
.ind20 {text-indent: -10em; margin-left: 10em;}
.ind21 {text-indent: -10.5em; margin-left: 10.5em;}

/* リンク \*/
a:link,a:visited,a:hover,a:active {color: #c80037;}
a:link,a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

/* 要素設定 \*/
ul,dl,ol {
	text-indent: 0;
	list-style-position:outside;
}
th,td {
	vertical-align: top;
}
p {
	text-align: justify;
}

/* 文字数調整 */
.elps {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

@font-face {
  font-family: 'fontello';
  src: url('./font/fontello.eot?45259564');
  src: url('./font/fontello.eot?45259564#iefix') format('embedded-opentype'),
       url('./font/fontello.woff?45259564') format('woff'),
       url('./font/fontello.ttf?45259564') format('truetype'),
       url('./font/fontello.svg?45259564#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ff_min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
a.clr01 {color: #fe9cd1;}
a.clr02 {color: #f3e84c;}
a.clr03 {color: #001cb6;}

a.flash:hover {
	opacity: 1;
	-webkit-animation: flash 1s;
	animation: flash 1s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}

.push a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

a:hover img.alpha,
input.alpha:hover {
	opacity: 0.85;
	filter:alpha(opacity=85);
	-ms-filter:"alpha( opacity=85 )";
	*zoom: 1;
}
a.alpha:hover {
	opacity: 0.9;
	filter:alpha(opacity=90);
	-ms-filter:"alpha( opacity=90 )";
	*zoom: 1;
	text-decoration: none;
}

.alignR {text-align: right;}
.alignL {text-align: left;}
.alignC {text-align: center;}

.bnr {
	clear: both;
	margin-bottom: 10px;
	text-align: center;
}

ul.bnr li {
	margin-bottom: 10px;
}

img.icon {
	margin-right: 5px;
	vertical-align: middle;
}

/* フォームのパーツ */
input[type="text"],
input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	line-height: 24px;
	padding: 0 5px;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	font-size: 13px;
	vertical-align: middle;
}


input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	cursor: pointer;
	vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
	font-size: 14px;
	vertical-align: middle;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 110px;
	padding: 5px;
	border: 1px solid #d9d9d9;
	font-size: 13px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	line-height: 30px;
	padding: 0 5px;
	border: 1px solid #d9d9d9;
	font-size: 13px;
	vertical-align: middle;
}
select::-ms-expand {
	display: none;
}
/*----------------------------------------------------
	福原写真集リンク
----------------------------------------------------*/
.map_btn {
    display: block;
    width: 30%;
    margin: 10px auto;
    padding: 10px 0;
    color: #ffffff !important;
    font-size: 108%;
    text-align: center;
    text-shadow: 1px 1px 0 #666666;
    text-decoration: none !important;
    background: #9FA0A0;
    box-shadow: 0 4px 0 #9FA0A0;
    border-radius: 3px;
}
.map_btn:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}