@import url('https://fonts.googleapis.com/css?family=Play:400,700');
/*@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500,700,800');
 font-family: 'Play', sans-serif;
font-family: 'M PLUS Rounded 1c', sans-serif; */
/*//// default ////*/
body{
	text-align: center;
	font-size:14px;
	line-height:1.6;
	/*font-family: 'M PLUS Rounded 1c', sans-serif;*/
	font-family: custom,"���C���I","Meiryo","�l�r �o�S�V�b�N","MS PGothic","�q���M�m�p�S Pro W3","Hiragino Kaku Gothic Pro",meiryo,Arial,sans-serif;
	}
body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,dd,dt{margin:0;padding:0px;}
*{box-sizing:border-box;}
img {border:0;vertical-align: middle;max-width: 100%;}
p {text-align: left;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	}


/*//// frame ////*/
html,body{width: 100%;height: 100%;}
#menu ul,
.inner{
	width: 1000px;
	margin:auto;
	}
	#nav{
		}
body{
	background:url(../img/bg.png) repeat center center #00ffff;
	}
#header{
	width:1040px;
	padding:0 20px;
	background:white;
	margin:auto;
	}
#contents{
	width:1040px;
	margin:auto;
	padding-top:20px;
	padding-bottom: 100px;
	background: white;

	}

/*/footer /*/
#footer{
	font-size:13px;
	}
#footermenu{
	background: #03a6f1;
	}
#footerlink{
	background: white;
	}
#footermenu ul,
#footerlink ul{
	list-style: none;
	display: flex;
	justify-content:center;
	text-align: center;
	}
#footermenu ul li,
#footerlink ul li{
	display: block;
	}
#footermenu ul li a,
#footerlink ul li a{
	display: block;
	padding:8px 15px;
	}
#footermenu ul li a{
	color:white;
	}
.copyright{
	font-size:.75em;
	text-align:center;
	padding:1.5em;
	color:white;
	background: #0950ce;
	font-style:normal;
	}
.copyright p{
	text-align: center;
	}
.btmfix{
	display: none;
	}
/*//////////// header //////////////*/

/* header */
#top-head {
    /*top: -100px;
    position: absolute;
    margin: 100px auto 0;*/
    width: 100%;
    padding: 0px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
	float: left;
	padding:5px 0;
}
#sub{
	float: right;
	padding:5px 0;
	font-size:12px;
	display: flex;
	}
#sub .tel{
	padding:15px;
	}
#sub .tel .telno{
	font-size:28px;
	font-family: 'Play', sans-serif;
	font-weight: bold;
	color:#fa6900;
	}

#sub ul{
	display: flex;
	list-style: none;
	}
#sub ul li{
	padding:0px 5px;
	}
#menu {
	background:#0950ce;
	}
#menu ul {
	list-style: none;
	display: flex;
	justify-content:space-between;
}
#menu ul li {
	padding:5px 3px 7px 3px;
	width:15%;
}
#menu ul li a {
	display: block;
	padding: 15px 10px;
	height: 40px;
	color: #fff;
	font-size:18px;
	font-weight: bold;
}
#menu ul li.top {
	width:10%;
}
#menu ul li.top a{
	font-size:1.5em;
}
#menu ul li a:hover,
#menu ul li.current a{
	color:yellow;
	/* background:#35a5e4;
	border-radius:5px;
	box-shadow:2px 2px 2px #04666b; */
	}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
    background: #0950ce;
    width:100%;
    height: 100%;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 70%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 13px;
    left:8px;
}
#nav-toggle span:nth-child(2) {
    top: 24px;
    left:8px;
}
#nav-toggle span:nth-child(3) {
    top: 35px;
    left:8px;
}
/*/ sidebar /*/


/* clearfix */
.clear:after, #menu:after, #contents:after, .inner:after {
	content:" ";
	display: block;
	clear: both;
	}

/*  global layout */
.phl{float: left;}
.phr{float: right;}
.txc{text-align: center;}
.txr{text-align: right;}
.txl{text-align: left;}

/*// gototop /*/
.gototop {
    position: fixed;
    bottom: 0px;
    right: 0px;
}
/*/// btn //*/
.btn{margin:2em;}
.btn a{
	display: block;
	padding:1em;
	margin:auto;
	text-align: center;
	}
.btn a{
	background: #375328;
	color:white;
	font-weight:bold;
	max-width:320px;
	}
.btn a:hover{
	text-decoration: none;
	background: #57702f;
	}
/*/table/*/
table.style01{
	border-collapse: collapse;
	text-align: left;
	}
table.style01 th,
table.style01 td{
	border-bottom:1px dotted #7c8e70;
	padding:10px;
	box-sizing:border-box;
	}

table.style03{
	border-collapse: collapse;
	margin:30px auto 10px;
	width:100%;
	border:1px solid #666;
	}
table.style03 thead th{
	text-align: center;

}
table.style03 .bgc{
	background:#cecdf6;
}
table.style03 tbody th.bgw{
	background:white;
}
table.style03 th,
table.style03 td{
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	line-height: 1.3;
	padding:10px;
	text-align: center;
	}
table.style03 th{
	padding:10px;
	line-height: 1.1;
	font-weight: normal;
	vertical-align: middle;
	}
table.style03 td.pname{
	text-align: left;
}
table.style03 td.price{
	text-align: right;
}
table.style03 caption{
	text-align: left;
	font-size:16px;
	font-weight: bold;
	}
table.style03.large {
	font-size:18px;
	}
table.style03.large th{
	border-right:1px solid #bbb;
	}
table.style03.large td{
	width:50%;
	}
div table.style03:nth-child(1){margin-top:0;}
/*/box/*/
.whitebox{
	background-color:rgba(255,255,255,.6);
	padding:1rem;
	box-sizing:border-box;
	}
/*/ flex /*/
.flex2,
.flex3{
	display: flex;
	flex-wrap:wrap;
	}
.flex2 .row{
	width:50%;
	padding:0 20px;
	}
.flex3 .row{
	width:33.333%;
	padding:0 10px;
	}

/*/ font-size /*/
.font08{font-size:.8em;}
.font09{font-size:.9em;}
.font11{
	font-size:1.1em;
	}
.font12{
	font-size:1.2em;
	}
.font13{
	font-size:1.3em;
	}
.font14{
	font-size:1.4em;
	}
.font15{
	font-size:1.5em;
	}
.font16{
	font-size:1.6em;
	}
.font17{
	font-size:1.7em;
	}
.font18{
	font-size:1.8em;
	}
.font19{
	font-size:1.9em;
	}
.font20{
	font-size:2em;
	}
.bold{
	font-weight: bold;
	}

.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25% ;
	}
.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.googlemap{
	position: relative;
	width: 100%;
	padding-top: 56% ;
	border:5px solid #0284ff;
	box-sizing:border-box;
	}
.googlemap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}

/*/// responsible /*/
.visible640,
.visible480,
.visible768,
.visible950{
	display: none ;
	}
