@charset "utf-8";


/*ベースのCSSの設定
----------------------------------------------------------------*/

/*ベースの要素の設定をリセット*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
img {border:0;vertical-align: top;}
sub {vertical-align:bottom;}

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

/*Table*/
table {border-collapse:collapse;border-spacing:0;}
table,th,td {margin:0;padding:0;font-weight:normal;}

html {
margin: 0;
padding: 0;
}

body {
	font-size:62.5%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height:1.6;
	margin: 0;
padding: 0;
width: 100%;
/*height: 100%;
overflow: hidden;
*/}

/*コンテンツ
----------------------------------------------------------------*/

#content {
	font-size:1.4em;
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:640px;
	}

#content #header {
background: #536ea7;
border-bottom: 1px solid #111b32;
	margin:0;
	padding:0;
}

#content #header h1 {
	color: #fff;
	font-size: 0.8em;
	line-height: 1em;
	text-align: left;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
	height: 1em;
	margin:0 0 0 5%;
}
	
#content .content {
	padding:20px 10px 20px;
	}

#content h2 {
	font-size:1.4em;
	margin:0 0 20px;
	color:#109adc;
	border-bottom:1px dashed #109adc;
	}
	
#content h3,
#content h4 {
	font-size:1.2em;
margin:0 0 20px;
	padding:5px 10px;
	background-color:#109adc;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	
	color:#FFF;
	}

#content p {
margin:0 2% 1.8em 2%;
	}

#content .main_img {
	margin:0;
	}

#content .main_img img {
	width:100%;
	}

#content .share {
	margin:0 0 20px;
	text-align:center;
	}

#content .bnr {
	margin:0 0 40px;
	text-align:center;
	}

#content table {
	width:100%;
	margin:0px 0px 40px;
	}

#content table th {
	padding:15px 10px;
	border:1px solid #CCC;
	text-align:left;
	width:30%;
	background-color:#EBF5FA;
	}

#content table td {
	padding:15px 10px;
	border:1px solid #CCC;
	text-align:left;
	}

#content .pagetop a {
	display:block;
	text-align:center;
	
	background-color:#7C8FC0;
	border-bottom: 1px solid #666;
	height: 44px;
	line-height:44px;
	color:#FFF;
	text-decoration:none;
	}

#footer {
	text-align:center;
	color:#FFF;
	margin:0;
	padding:0;
	height:50px;
	
	background-color:#536ea7;
	
	line-height:50px;
	
}


/*メニュー
----------------------------------------------------------------*/
#left_menu {font-size:1.4em;}

#left_menu h2 {
	font-size:1.2em;
	margin:0;
	padding:10px 15px;
	border-bottom: 1px solid rgba(0,0,0, 10);
	}

#left_menu h3,
#left_menu h4 {
	font-size:1.1em;
	padding:10px 15px;
	margin:0;
	background-color:#444;
	}

/*センターメニュー*/
#center_menu ul {
padding: 0;
margin: 0 0 20px;
list-style-type: none;
}

#center_menu ul li {
margin: 0 0 5px;
}

#center_menu li > a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 1);
	padding: 20px 15px;
	font-weight: bold;
	text-shadow: -1 -1px 0 #FFF;
	text-decoration: none;
	color: #333;
	background-color: #F0E9DD;
	background-image: -webkit-linear-gradient(top, #FEFCF8 0, #F0E9DD 100%);
	background-image: linear-gradient(to bottom, #FEFCF8 0, #F0E9DD 100%);
	text-indent:0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;
	font-size:1.2em;
}


/*ドロップダウンメニュー*/
#center_acmenu #acMenu dt {
	text-align:center;
	cursor:pointer;
		
	line-height:1;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	background-color: #FF9900;
	background-image: -webkit-linear-gradient(top, #FFCC00 0, #FF9900 100%);
	background-image: linear-gradient(to bottom, #FFCC00 0, #FF9900 100%);
	border: 1px solid #FF6600;
	box-flex: 0;
	font-size:1.5em;
	padding:15px;
	text-decoration:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	margin:0 0 10px;
	}
#center_acmenu #acMenu dd {
	display:none;
	background-color:#333;
	margin:0 0 10px;
	}

#center_acmenu #acMenu dd h3,
#center_acmenu #acMenu dd h4 {
	border:none;
	color:#FFF;
	font-size:1.1em;
	padding:10px 15px;
	margin:0;
	background-color:#444;
	}
	
#center_acmenu #acMenu dd ul {
padding: 0;
margin: 0;
list-style-type: none;
}

#center_acmenu #acMenu dd ul li > a {
display: block;
border-bottom: 1px solid rgba(0,0,0, 10);
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 15px;
font-weight: bold;
text-shadow: 0 1px 0 #000;
text-decoration: none;
color: #CCC;
text-indent:0;
}



/*カスタム*/

#content .button {
	line-height:1;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	background-color: #1eb0e9;
	background-image: -webkit-linear-gradient(top, #1eb0e9 0, #0984c6 100%);
	background-image: linear-gradient(to bottom, #1eb0e9 0, #0984c6 100%);
	border: 1px solid #0e5895;
	box-flex: 0;
	font-size:1.2em;
	padding:10px 20px;
	text-decoration:none;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
}

#content .search_btn {
	text-align:center;
	margin:40px 0 50px;
	}

#content .search_btn a {
	line-height:1;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	background-color: #FF9900;
	background-image: -webkit-linear-gradient(top, #FFCC00 0, #FF9900 100%);
	background-image: linear-gradient(to bottom, #FFCC00 0, #FF9900 100%);
	border: 1px solid #FF6600;
	box-flex: 0;
	font-size:1.5em;
	padding:15px 40px;
	text-decoration:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.shiny-btn4 {
    display: block;
    position: relative;
    width: 80%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 10px auto;
    background-color: #ed4545;/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
}
.shiny-btn4:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.shiny-btn4::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn4 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn4 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

a.linkfromeach {

    text-decoration: none;
}

/*マーカーアニメーション*/
 
.marker-animation.active{
    background-position: -100% .5em;
    transition: all 2s ease;/*WP*/
}

.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
/*CSSマーカー線上のフォントは太字にしよう*/
.marker { background: linear-gradient(transparent 0%, #fff799 0%); font-weight: bold; }
/* マーカー線・赤 */ .marker3{ background:linear-gradient(transparent 75%, #ff7f7f 75%); font-weight:bold; }
/* マーカー線・青 */ .marker6 { background: linear-gradient(transparent 75%, #7fbfff 75%); font-weight: bold; }
/* マーカー線・黄色 */ .marker7{ background:linear-gradient(transparent 75%, #fff799 75%); font-weight:bold; }
/* マーカー線・緑 */ .marker12{ background:linear-gradient(transparent 75%, #bfff7f 75%); font-weight:bold; }
/* マーカー線・ピンク */ .marker13{ background:linear-gradient(transparent 75%, #ffc1e0 75%); font-weight:bold; }
/* マーカー線・オレンジ */ .marker19{ background:linear-gradient(transparent 75%, #ffe0c1 75%); font-weight:bold; }

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


body { position:relative;}

.fixad {
          position:fixed;
          width:100%;
          height:auto;
          text-align:center;
          padding:2px 0px;
          right:0;
          bottom:0px;
          /*background-color:#BBBBBB;*/
          opacity: 0.9; 
          background: rgba(147,147,147, 0.9);
          border: solid 3px #BBBBBB;/*線*/
          border-radius: 10px;/*角の丸み*/
          font-weight: bold;
          font-size:1.2em;
          z-index:2147483647;
     }




/*コンテンツ
----------------------------------------------------------------*/

@media screen and (max-width: 479px) {

#content {
	max-width:480px;
	min-width:240px;
	}
}
@media screen and (max-width: 319px) {

#content {
	max-width:320px;
	min-width:240px;
	}

}
