/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
	}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}

nav 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;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs 
*/
hr {
display:block;
height:1px;
border:0; 
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}



* {
	margin: 0;
	padding: 0;
}

html,body {
	text-align: center;
}

body {
	-webkit-text-size-adjust: 100%;
	/*background-image: url(../top/img/bg.jpg);*/
	/*width: 100vw;*/
 	/*height: 100vh;*/
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
}

a,a:link,a:visited {
	overflow: hidden;
}

a:hover,a:active,a:focus {
	overflow: hidden;
}

a img,:link img,:visited img {
    border: none;
}

a:link{
	text-decoration:none;
	color:#000000;
}

a:visited {
	text-decoration:none;
	color:#000000;
}

a:hover{
	text-decoration: underline;
	color: #FF6E00;
}

a:active {
	text-decoration:none;
	color:#000000;
}

p,div,th,td {
	background-image: url(img/dummy.png);
}

img { 
    max-width: 100%; 
    height:auto;
	-ms-interpolation-mode: bicubic;
	-webkit-backface-visibility: hidden;
}	

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.pc {
	display: block;	
}

@media screen and (max-width: 680px) {
.pc {
	display: none;
}
}

.sm {
	display: none;
}

@media screen and (max-width: 680px) {
.sm {
	display: block;
}
}

/* **************wrapper************* */

#wrapper {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

/* **************subbody************* */

#subbody {
	margin: 0 auto;
	/*width: 980px;*/
	width:100%;
}

@media screen and (max-width: 640px) {
#subbody {
	margin: 0 auto;
	width: 100%;
}
}

/* **************#pankuzu************* */

#pankuzu {
	padding: 1% 0;
	margin: 0 auto;
 	-js-display: flex;
	display: flex;
	background:#EFEFEF;
}

@media screen and (max-width: 640px) {
	#pankuzu {
	padding: 3% 0;
	width:100%;
	}
}

/* **************#pankuzu_menu************ */

#pankuzu_menu {
	padding: 0;
	margin: 0 auto;
	width:97%;
}

@media screen and (max-width: 1440px) {
#pankuzu_menu {
	width:97%;
}
}

@media screen and (max-width: 640px) {
#pankuzu_menu {
	padding: 0;
	margin: 0 auto;
	width:92%;
}
}

#pankuzu_menu .dit {
	-js-display: flex;
	display: flex;
	 flex: 1;
	margin:0 auto;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 640px) {
#pankuzu_menu .dit  {
 -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
}

#pankuzu_menu .dit section {
	width:100%;
}

@media screen and (max-width: 640px) {
#pankuzu_menu .dit section {
	width:100%;
}
}

#pankuzu_menu .data {
	flex: 1;
	text-align:center;
}

#pankuzu_menu .data ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	clear: both;
}

@media screen and (max-width: 640px) {
#pankuzu_menu .data ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
}

#pankuzu_menu .data li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:78%;
	line-height:1.6em;
	text-align: left;
	margin:0;
	float: left;
	color:#000000;
	word-break: break-all;
}

@media screen and (max-width: 640px) {
#pankuzu_menu .data li {
	line-height:1.4em;
}
}

#pankuzu_menu .data li a:link{
	text-decoration:none;
	color:#000000;
	padding: 1px 3px;
}

#pankuzu_menu .data li a:visited {
	text-decoration:none;
	color:#000000;
}

#pankuzu_menu .data li a:hover {
	text-decoration:none;
	background-color: #FF6E00;
	color:#FFFFFF;
}

#pankuzu_menu .data li a:active {
	text-decoration:none;
	color:#000000;
}

/* **************#sitedata************* */

#sitedata {
	padding: 5% 0;
	margin: 0 auto;
 	-js-display: flex;
	display: flex;
	background-color: #EFEFEF;
}

@media screen and (max-width: 680px) {
	#sitedata {
	padding: 10% 0 10% 0;
	width:100%;
	}
}

#sitedata h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 168%;
	color:#FFFFFF;
	background-image:url(image);
	max-height: 100%;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 10%;
}

@media screen and (max-width: 680px) {
#sitedata h2 {
	font-size:128%;
	text-align: center;
	margin-bottom: 10%;
}
}

#sitedata h3 {
		font-family: 'Yantramanav', sans-serif;
		font-weight: 600;
		font-size: 114%;
		line-height: 1.6em;
		text-align: center;
		background-image:url(image);
		max-height: 100%;
		letter-spacing: 1px;
		margin-bottom: 5%;
	}

/* **************#sitedata_menu************ */

#sitedata_menu {
	padding: 0;
	margin: 0 auto;
	width:100%;
}

@media screen and (max-width: 680px) {
#sitedata_menu {
	padding: 0;
	margin: 0 auto;
	width:100%;
}
}

#sitedata_menu .dit {
	-js-display: flex;
	display: flex;
	 flex: 1;
	margin:0 auto;
	align-items: stretch;
	justify-content: stretch;
}

@media screen and (max-width: 680px) {
#sitedata_menu .dit  {
 -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
}

#sitedata_menu .dit section {
	width:100%;
}

@media screen and (max-width: 680px) {
#sitedata_menu .dit section {
	width:100%;
}
}

#sitedata_menu .data {
	margin: 0;
	padding: 0 5% ;
}

@media screen and (max-width: 680px) {
#sitedata_menu .data {
	margin: 0;
	padding: 0 5% 5% 5%;
}
}

#sitedata_menu .txt {
	margin: 0;
	padding: 0 5% ;
}

@media screen and (max-width: 680px) {
#sitedata_menu .txt {
	margin: 0;
	padding: 0 5% 5% 5%;
}
}

#sitedata_menu .tul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	width: 100%;
	clear: both;
}

#sitedata_menu .tul li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:85%;
	line-height:1.6em;
	text-align: left;
	color: #000000;
	margin-bottom: 2%;
}

@media screen and (max-width: 680px) {
#sitedata_menu .tul li  {
	width: 100%;
	display: inline-block;
}
}

#sitedata_menu .tul li a:link{
	text-decoration:none;
	color: #000000;
	word-break: break-all;
}

#sitedata_menu .tul li a:visited {
	text-decoration:none;
	color: #000000;
}

#sitedata_menu .tul li a:hover {
	text-decoration:none;
	color:#FF4F00;
}

#sitedata_menu .tul li a:active {
	text-decoration:none;
	color: #000000;
}

#sitedata_menu .tul li:last-child {
	margin-bottom: 0;
}

/* **************#copy************* */

#copy {
	padding: 15px 0px 15px 0px;
	margin: 0 auto;
	width: 100%;
	clear: both;
	background-color:#000000;
	}

#copy .dit {
	padding: 0;
	margin: 0 auto;
	width: 90%;
}

@media screen and (max-width: 680px) {
#copy .dit {
	padding: 0;
	margin: 0 auto;
	width:99%;
}
}

#copy h5 {
	font-family: 'Yantramanav', sans-serif;
	font-weight: 400;
	font-size: 82% ;
	line-height:1.6em;
	background-image:url(image);
	max-height: 100%;
	letter-spacing:2px;
	text-align:center;
	color:#FFFFFF;
}

@media screen and (max-width: 680px) {
#copy h5 {
	letter-spacing:1px;
}
}

#copy .cp {
	float:left;
	display:inline;
	padding: 0;
	margin: 0;
	width: 100%;
}

@media screen and (max-width: 640px) {
#copy .cp {
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
}
}

/* **************#pagetop************* */

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
	text-align:center;
	color:#FFFFFF;
}

.pagetop a:link {
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Yantramanav', sans-serif;
	font-weight: 600;
	background-image:url(image);
	max-height: 100%;
	letter-spacing:1px;
	font-size: 68% ;
	line-height:1.2em;
	text-decoration: none;
	padding:12px 0px 12px 0px;
    background: rgba(0,0,0,0.5);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width:50px;
	z-index:1;
}
 
.pagetop a:visited {
	text-decoration:none;
    background: rgba(0,0,0,0.5);
}

.pagetop a:active {
	text-decoration:none;
    background: rgba(0,0,0,0.5);
}
 
.pagetop a:hover {
	display: block;
	background-color:#F1EFE3;
	text-align: center;
	color: #333333;
	text-decoration: none;
	padding:12px 0px 12px 0px;
	width:50px;
}