@charset "UTF-8";

-webkit-appearance: none;
-webkit-text-size-adjust: 100%;

/*================================================
 *  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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}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 #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* body */
body {
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../img/bg5.gif);
	background-attachment: fixed;
	/*background-size: cover;*/
}

/* Table */
.tbl td {
	vertical-align: top;
}

/* リンク表示 */
a {
	color:blue;
	text-decoration: none;
}
a:hover {
	color:red;
}

/* Top logo */
.topl {
	width: 50%;
	margin: 0 auto;
}
.topl img {
	width: 100%;
}

/* Main flame */
.mainftop2 {
	width: 70%;
	margin: 0 auto;
	background: #4682B4;
	border: solid 3px #4682B4;
	text-align: center;
	font-size: 20px;
	color: #fff;
	padding-top: 5px;
}
.mainftop3 {
	width: 70%;
	margin: 0 auto;
	background: #4682B4;
	border: solid 3px #4682B4;
	text-align: center;
	font-size: 20px;
	color: #fff;
	padding-top: 5px;
}

.mainf {
	width: 70%;
	margin: 0 auto;
	border: solid 3px #4682B4;
	background: #fff;
}


/* 表示・非表示 */
#dis_p {
	}
#dis_s {
	display: none;
	}


@media screen and (max-width: 760px){
body {
	font-size:12px;
}
.topl {
	width: 80%;
}
.mainftop2 {
	width: 99%;
	font-size: 14px;
}
.mainftop3 {
	width: 99%;
	font-size: 14px;
}
.mainf {
	width: 99%;
}
#dis_s {
	display: block;
}
#dis_p {
	display: none;
}

}

/* 閉じる */
.closeb {
	height: 40px;
	width: 200px;
	margin-top: -60px;
	margin-left: 1.5em;
	position: fixed;
}
.close03 {
	font-size: 2em;
	margin-top: -60px;
	margin-left: 1.5em;
	position: fixed;
}

/* 各項目Box */
/* Footer */
footer{
	width: 100%;
	background: #4682B4;
	height: 3em;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 3em;
}
/*================================================
 *  GOTO TOP
 ================================================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #9DB74F;
  opacity: 0.7;
  border-radius: 50%;
  z-index: 4000;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  z-index: 4001;
}
#page_top a::before{
  content: url('../img/ya.png');
  position: absolute;
  width: 30px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

