@charset "utf-8";

/*  共通設定
---------------------------------------- */
body {
	background-color: #FFF;
	color: #444444;
	font-size: 15px;
	font-family:"游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: 0.02em;
}
@media screen and (max-width:800px) {
	body {
		font-size:13px;
		line-height: 140%;
		font-weight: 500;
		letter-spacing: 0;
	}
}

h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
}
.bold{
	font-weight: bolder;
}
.c-01{
	letter-spacing: -0.1em;
}
.c-03{
	letter-spacing: -0.3em;
}
.c-05{
	letter-spacing: -0.5em;
}
h1.title {
	width:100%;
	text-align: center;
	font-size:44px;
	padding:45px 0 43px 0;
	line-height: 100%;
	background-image: url("../img/bg_title.png");
	background-repeat: repeat;
	background-size: auto;
	color:#666;
}
h2.title {
	clear: both;
	font-size:20px;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 0.2em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#555;
}
h2.title b{
	font-weight: 800;
}
#title_wrap {
    clear: both;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-size:cover;
    padding-top: 250px;
	height:420px;
    text-align: center;
    margin-bottom: 40px;
}
#title_wrap h1{
	display: block;
	font-size:30px;
	padding:0;
	color:#FFF;
	width:calc(100% - 40px);
	max-width: 1000px;
	margin: 0 auto;
	font-family: 'Cinzel', serif;
	font-weight: 500;
}
#title_wrap h1.right{
	text-align: right;
}
h3.copy {
	clear: both;
	font-size:28px;
	margin-bottom:25px;
	text-align: center;
	line-height: 140%;
}
p.guide{
	text-align: center;
	font-weight:bolder;
	font-size:17px;
	margin-bottom: 30px;
	line-height:150%;
}

@media screen and (max-width:800px) {
	h2.title {
		font-size:16px;
		margin-bottom: 10px;
	}
	h3.copy {
		font-size:17px;
		padding-top:15px;
		padding-bottom: 0;
		margin-bottom:7px;
	}
	#title_wrap {
		background-repeat: no-repeat;
		background-position: center center;
		background-size:cover;
		padding-top: 90px;
		height:160px;
		margin-bottom: 20px;
	}
	#title_wrap h1{
		font-size:20px;
		width:calc(100% - 30px);
	}
	p.guide{
		width:calc(100% - 40px);
		text-align: justify;
		font-size:14px;
		line-height:150%;
		margin:0 auto 20px auto;
	}
}

table {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}
table.list {
	border:1px solid #CCC;
	margin: 10px 0 10px 0;
	width:100%;
	font-size:13px;
}
table.list th{
	border:1px solid #CCC;
	text-align: center;
	padding:4px 2px 4px 2px;
	background-color: #EBF5E6;
	background-color: #017770;
	color:#FFF;
}
table.list td{
	border:1px solid #CCC;
	padding:8px 8px 8px 12px;
}
table.list tr:nth-child(odd){
	background-color: #EBF5E6;
	background-color: #F5F5F5;
}

@media screen and (max-width:800px) {
	table.list {
		font-size:12px;
	}
	table.list th{
		padding:3px 2px 2px 4px;
		line-height: 120%;
	}
	table.list td{
		padding:3px 2px 2px 4px;
		line-height: 120%;
	}
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style: none;
}
acronym, abbr {
	cursor: help;
	border-bottom: dotted 1px;
}
a:link, a:visited {
	color: #1795C9;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	margin: 0;
	padding: 0;
}
option {
	padding-right: 10px;
}
select {
	box-sizing: border-box;
	padding:4px 8px 10px 8px;
	width:230px;
	margin: 0 30px 0 0;
	border-radius: 2px;
	border: solid 1px #CCC;
	cursor: pointer;
}
input[type='text'], input[type='password'] {
	box-sizing: border-box;
	padding: 4px 8px 4px 8px;
	width:230px;
	height: 33px;
	margin: 0 30px 0 0;
	border-radius: 2px;
	border: solid 1px #CCC;
	cursor: pointer;
}
input[type='checkbox']{
	cursor: pointer;
	margin-right: 6px;
}
input:focus{
	background:#EBF5E6;
}
label{
	cursor: pointer;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}
span.sup {
	font-size: 80%;
	font-weight: normal;
}
span.must {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	border-radius: 4px;
	border:1px solid #C00;
	padding:2px 4px 2px 4px;
	line-height: 100%;
	color:#C00;
	margin-left: 8px;
	vertical-align:top;
}
.btn {
	box-sizing: border-box;
	clear: both;
	display: block;
	text-align: center;
	padding: 10px 0 10px 0;
	background-color: #F37641;
	color: #FFF!important;
	width: 80%;
	max-width: 240px;
	min-width: 100px;
	border-radius:20px;
	transition: all 0.4s;
	margin: 0 auto;
	font-weight: bolder;
	border: none;
	font-size:16px;
}
.btn-s {
	box-sizing: border-box;
	clear: both;
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 5px 0 5px 0;
	background-color: #A8A8A8;
	color: #FFF!important;
	width: 60%;
	max-width: 150px;
	min-width: 100px;
	border-radius:18px;
	transition: all 0.4s;
	margin: 0 auto;
}

@media all and (-ms-high-contrast: none) { /* IE用ハック */
	.btn {
		padding:15px 15px 13px 5px;
	}
}

.btn.gray {
	background-color: #CCC;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.7;
}
.btn-s:hover {
	text-decoration: none;
	opacity: 0.7;
}
.btn.small {
	margin-bottom:0px;
	width:100%;
	max-width:220px;
	padding:9px 0 12px 0;
	line-height:100%;
	font-size:14px;
}
.over{
	opacity:1;
	transition: all 0.4s;
}
.over:hover{
	opacity: 0.6;
}
.more a:hover{
	text-decoration:none;
}
.underline{
	text-decoration: underline;
}
.red{
	font-style:normal;
	color:#D10508;
}
.green{
	color:#017770;
}
.aleart {
    color: #C00
}
a.zoom{
	display: block;
	position: relative;
}
a.zoom:after{
	display:block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image:url(../img/icon_zoom.png);
	background-repeat: no-repeat;
	background-position: bottom 2px right 2px;
	background-size: 24px auto;
	z-index: 10;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.pc_inline{
	display: inline;
}
.sp_inline{
	display: none;
}

@media screen and (max-width:800px){
	a:hover {
		text-decoration:none;
	}
	.btn{
		padding: 8px 0 7px 0px;
    	font-size: 15px;
	}
	.btn-s{
		box-sizing: border-box;
		padding: 8px 0 9px 0px;
		width: 80%;
		max-width:200px;
		min-width:100px;
		font-size:15px;
		font-weight:normal;
		border-radius: 20px;
	}
	.btn.small {
		margin-bottom:0px;
		width:100%;
		max-width:220px;
		height: auto;
		padding:7px 0 8px 0;
		line-height:100%;
		font-size:14px;
	}
	a.zoom:after{
		background-position: bottom 0px right 0px;
		background-size: 20px auto;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.pc_inline{
		display: none;
	}
	.sp_inline{
		display: inline;
	}
}

/* wrapper
---------------------------------------- */
#wrapper{
	background: #FFF;
	text-align: center;
	position:static;
	width:100%;
	height:100%;
	transition:all 0.5s ease;
	z-index:30;
}
#content{
	width:100%;
	z-index:30;
	padding-top:124px;
	margin-top:-124px;
	padding-bottom:60px;
}
@media screen and (max-width:800px) {
	#wrapper{
	}
	#content{
		padding-top:50px;
		margin-top:-50px;
		padding-bottom: 30px;
	}
}

#side{
	float: left;
	width:20%;
	min-width: 140px;
	margin: 0 auto;
}
#side>ul{
	border-top: 1px dotted #666;
}
#side>ul>li{
	border-bottom: 1px dotted #666;
	/*
	background-image:url(../img/icon_arrow_right_g.png);
	background-repeat: no-repeat;
	background-position: center right 6px;
	background-size: 15px auto;
	*/
	width:100%;
	text-indent: 1px;
	font-size:14px;
	color:#017770;
}
#side>ul>li>a{
	display: block;
	padding:11px 0px 10px 0;
	color:#017770;
	color:#333;
	font-size:13px;
}
#side>ul>li>a span.min,#side>ul>li.now span.min{
	font-size:12px;
}
#side>ul>li.now{
	padding:11px 0 10px 0;
	background-image:none;
	color:#017770;
	font-size:13px;
	/*
	font-weight: bolder;
	color:#999;
	font-weight: bolder;
	background-color: #EBF5E6;
	*/
}
#side>ul>li.off{
	padding:11px 0 10px 0;
	color:#CCC;
}
#side ul li.multi{
	background:none;
	padding-top:11px;
	color:#333;
}
#side ul.sub{
	padding-top:10px;
}
#side ul.sub li{
	border-top: 1px dotted #DDD;
	background-image:url(../img/icon_arrow_right_gray.png);
	background-repeat: no-repeat;
	background-position: center left 2px;
	background-size: 13px auto;
	width:100%;
	font-size:12px;
	line-height: 145%;
}
#side ul.sub li a{
	display: block;
	box-sizing: border-box;
	padding:8px 0px 7px 23px;
	color:#333;
	font-size:12px;
}
#side ul.sub li.now{
	border-top: 1px dotted #DDD;
	background-image:url(../img/icon_arrow_right_g.png);
	background-repeat: no-repeat;
	background-position: center left 2px;
	background-size: 13px auto;
	width:100%;
	display: block;
	box-sizing: border-box;
	padding:8px 0px 7px 23px;
	color:#017770;
	font-weight: bolder;
	font-size:12px;
}
#side ul.selfeel{
	margin-bottom: 25px;
}
#side a.jisseki{
	display: block;
	margin-bottom: 15px;
}
#side a.contact{
	display: block;
}

@media screen and (max-width:800px) {
	#side{
		float: none;
		width:100%;
		margin:0 0 35px 0;
	}
	#side>ul{
		border-top: none;
	}
	#side>ul>li{
		width:calc(50% - 5px);
		float: left;
	}
	#side>ul>li:nth-child(1){
		border-top:1px dotted #666;
	}
	#side>ul>li:nth-child(2){
		border-top:1px dotted #666;
	}
	#side>ul>li:nth-child(even){
		float: right;
	}
	#side>ul>li>a{
		font-size:13px;
	}
	#side>ul>li.now{
		font-size:13px;
	}
	#side>ul>li>a span.min,#side>ul>li.now span.min{
		display: none;
	}
	#side ul.sub{
		padding-top:10px;
	}
	#side ul.sub li{
		background-position: center left 2px;
		background-size: 8px auto;
	}
	#side ul.sub li a{
		font-size:12px;
		padding:6px 0px 5px 14px;
	}
	#side ul.sub li.now{
		background-size: 8px auto;
		padding:6px 0px 5px 14px;
	}
	#side ul.selfeel{
		margin-bottom: 10px;
	}
	#side ul.selfeel>li{
	}
	#side ul.selfeel>li:nth-child(1){
		display: none;
	}
	#side ul.selfeel>li:nth-child(2){
		float: left;
	}
	#side ul.selfeel>li:nth-child(3){
		float: right;
		border-top:1px dotted #666;
	}
	#side ul.selfeel>li:nth-child(4){
		float: left;
	}
	#side ul.selfeel>li:nth-child(5){
		float: left;
	}
	#side ul.selfeel>li:nth-child(6){
		float: left;
	}
	#side a.jisseki{
		display: none;
	}
	#side a.contact{
		display: none;
	}
}
#main{
	float: right;
	width:calc(80% - 60px);
	margin: 0 auto;
}
#main p.pre{
	width:100%;
	background: #EEE;
	padding:300px 0 300px 0;
	text-align: center;
	color:#999;
}

@media screen and (max-width:800px) {
	#main{
		float: none;
		width:100%;
		margin:0 0 20px 0;
	}
}

#links {
	clear: both;
	width: calc(100% - 20px);
	max-width:1040px;
	margin:0px auto 40px auto;
	padding:0px 0 0 0;
}
#links ul.border{
	border-top:1px solid #DDD;
	padding-top: 20px;
}
#links li{
	display: block;
	float:left;
	box-sizing:border-box;
	margin-bottom:20px;
}
#links li.half{
	width: 49.0384%;
	max-width: 510px;
	margin-right: 1.92307%;
}
#links li.oneThird{
	width: 31.9230%;
	max-width: 332px;
	margin-right: 2.1153%;
}
#links li.quarter{
	width: 23.5576%;
	max-width: 245px;
	margin-right: 1.92307%;
}
#links li.right {
	float: right;
	margin-right: 0;
}
#links li.off {
	opacity: 0.2;
}
#links li a {
	width: 100%;
}
#links li img {
	width: 100%;
}

@media screen and (max-width:800px) {
	#links {
		margin:0px auto 25px auto;
	}
	#links li{
		margin-bottom: 10px;
	}
	#links li.half{
		width: 100%;
		max-width:inherit;
		float: none;
		clear: both;
		margin:0 auto 10px auto;
	}
	#links li.oneThird{
		width: 100%;
		max-width:inherit;
		float: none;
		clear: both;
		margin:0 auto 10px auto;
	}
	#links li.quarter{
		width: 49.0384%;
		max-width:inherit;
		margin-right: 1.92307%;
		margin-bottom: 20px;
	}
	#links li.right {
		margin-right: 0;
	}
	#links ul.border{
		border-top:1px solid #DDD;
		padding-top: 10px;
	}
	#links ul:nth-of-type(2){
		background: #E5E5E5;
		padding:15px 20px 5px 20px;
		border-bottom:1px solid #DDD;
	}
}


/* slideMenu
---------------------------------------- */
#btnMenu{
	display:none;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 220px;
}

@media screen and (max-width:800px) {
	#btnMenu{
		display:block;
		box-sizing: border-box;
		width:54px;
		height:49px;
		text-align:center;
		background:#FFFFFF;
		cursor: pointer;
		z-index: 300;
		float: right;
	}
	.drawer-hamburger {
		padding-top: 14px;
	}
}

#slideMenu{
	width:220px;
	height:100%;
	text-align:left;
	background:#CCC;
	z-index: 300;
}
#slideMenu h3{
	text-align: center;
	margin:17px auto 14px auto;
	color:#FFF;
}
#slideMenu h3 img{
	width:100px;
}
#slideMenu ul.menu{
	width:100%;
	margin-bottom: 15px;
	border-top:1px solid #FFF;
}
#slideMenu ul.menu li{
	border-bottom:1px solid #FFF;
}
#slideMenu ul.menu li a{
	display:block;
	padding:11px 0 11px 18px;
	font-size:16px;
	color:#FFF;
	background-image:url(../img/icon_arrow_right.png);
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: center right 10px;
}
#slideMenu ul.menu li a:hover{
	text-decoration: none;
}

#slideMenu ul.othersite{
	width:100%;
	margin-bottom: 25px;
}
#slideMenu ul.othersite li{
}
#slideMenu ul.othersite li a{
	display:inline-block;
	padding:5px 18px 5px 18px;
	font-size:14px;
	color:#FFF;
	color:#D2DDCE;
	background-image:url(../img/icon_arrow_right.png);
	background-repeat: no-repeat;
	background-size: 5px auto;
	background-position: center right 0px;
}
#slideMenu ul.othersite li a:hover{
	text-decoration: none;
}

#slideMenu ul.bnr_area{
	padding:0;
	margin:0 0 25px 20px;
}
#slideMenu ul.bnr_area li{
	display: block;
	float: left;
	width:200px;
	background: #FFF;
	padding: 0;
	border-bottom:none;
	margin-bottom: 15px;
}
#slideMenu ul.bnr_area li a{
	display: block;
	margin: 0;
	padding: 0;
}
#slideMenu ul.bnr_area li a img{
	width:100%;
}


/* header
---------------------------------------- */
header{
    position: fixed;
	width: 100%;
    top: 0px;
    left: 0px;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	box-shadow: 0px 2px 2px 0px rgba(66,66,66,0.1);
	z-index:200;
	height:124px;
	transition: all 0.5s;
}
header #header_inc{
	width:calc(100% - 60px);
	max-width:1000px;
	margin:20px auto 0 auto;
	position: relative;
}

/*** logo_wrap ***/
header .logo_wrap{
	display:block;
    margin:0;
	position: absolute;
	left:0;
	top:-7px;
	width: 128px;
	width: 0;
	transition: all 0.5s;
}
header .logo_wrap a{
	display:block;
}
header .logo_wrap #logo{
}
header .logo_wrap #logo img{
	width:100%;
}

/*** ad_wrap ***/
header .ad_wrap{
	display:block;
	float:left;
	width:200px;
	height: 60px;
}
header .ad_wrap .name{
	font-size:15px;
	line-heigh:15px;
	font-weight: bolder;
	line-height: 100%;
	margin:7px 0 6px 0;
	transition: all 0.5s;
	opacity: 1;
}
header .ad_wrap .add{
	font-size:12px;
	line-heigh:12px;
	line-height: 100%;
	margin:0 0 5px 0;
	transition: all 0.5s;
	opacity: 1;
}
header .ad_wrap .tel{
	font-size:14px;
	line-heigh:14px;
	line-height: 100%;
	transition: all 0.5s;
	opacity: 1;
}

/*** logo_l_wrap ***/
header .logo_l_wrap{
	display:block;
	float:left;
	width:calc(100% - 200px - 200px);
	text-align: center;
	height: 60px;
}
header .logo_l_wrap #logo_l{
	display: block;
	width:150px;
	margin: 0 auto;
	transition: all 0.5s;
}
header .logo_l_wrap #logo_l img{
	width:100%;
}

/*** sns_wrap ***/
header .sns_wrap{
	box-sizing: border-box;
	display:block;
	float:right;
	width:114px;
	padding-top:20px;
	height: 60px;
}
header .sns_wrap ul li{
	float:left;
	margin-left:16px;
	text-align: right;
}
header .sns_wrap ul li a{
	text-align: right;
	float: right;
}
header .sns_wrap ul li img{
	width:22px;
	transition: all 0.5s;
	float: right;
}

/*** nav ***/
header nav{
	display:block;
	clear: both;
	float: none;
	width: 100%;
	padding:14px 0 0 0;
	font-size:0; /*スペース削除*/
	transition: all 0.5s;
}
header nav ul{
	text-align: center;
}
header nav li{
	display:inline-block;
	margin:0;
	padding:0;
}
header nav li a{
	display: inline-block;
	margin:0;
	padding:0px 18px 0px 18px;
	font-size:13px;
	font-weight:bolder;
	color:#555!important;
	letter-spacing: 0em;
}

_::-webkit-full-page-media, _:future, :root header nav li a { /* Safari用ハック */
	padding:0px 13px 0px 13px;
}

@media all and (-ms-high-contrast: none) { /* IE用ハック */
	header nav li a{
		line-height:42px;
	}
}

@media screen and (max-width:800px){
	header{
		height:50px;
	}
	header #header_inc{
		width:calc(100% - 0px);
		height:50px;
		margin:0;
	}
	header .logo_wrap{
		display:block;
		left: 16px;
    	top: 9px;
    	width: 110px;
	}
	header .ad_wrap{
		display:none;
	}
	header .logo_l_wrap{
		display:none;
	}
	header .sns_wrap{
		display:none;
	}
	header nav{
		display:none;
	}
}


/* footer_sns
---------------------------------------- */
#footer_sns{
	width:100%;
	text-align: center;
	margin: 0px 0 20px 0;
}
#footer_sns ul{
	width:calc(46px * 3);
	margin: 0 auto;
}
#footer_sns li{
	float:left;
	margin:0 10px;
}
#footer_sns li img{
	width:26px;
}

@media screen and (max-width:800px){
	#footer_sns{
		margin: 0px 0 15px 0;
	}
}

/* sp_bottom_nav
---------------------------------------- */
#sp_bottom_nav{
	display: none;
}

@media screen and (max-width:800px){
	#sp_bottom_nav{
		box-sizing: border-box;
		display: block;
		width:100%;
	}
	#sp_bottom_nav ul{
	}
	#sp_bottom_nav li{
		box-sizing: border-box;
		float:left;
		border-top:1px solid #ECECEC;
		border-right:1px solid #ECECEC;
		width: calc(100% / 2);
	}
	#sp_bottom_nav li:nth-child(2n){
		border-right:none;
	}
	#sp_bottom_nav li a{
		display: block;
		width: 100%;
		text-align: center;
		color:#666;
		font-size:13px;
		padding:12px 0 11px 0;
	}
}



/* footer
---------------------------------------- */
footer{
	width:100%;
	text-align: center;
	padding:30px 0 0px 0;
	background: #ECECEC;
}
footer #footer_inc{
	width:calc(100% - 40px);
	max-width:1000px;
	margin: 0 auto;
	text-align: center;
}

/* footer_info_l */
footer #footer_inc #footer_info_l{
	float: left;
	width: 15%;
	margin-left: 5px;
}
footer #footer_inc #footer_info_l img.logo_p{
	width:100%;
	max-width:140px;
	margin-top: 0px;
	margin-bottom: 15px;
}
footer #footer_inc #footer_info_l img.logo_g{
	width:100%;
	max-width:140px;
	margin-bottom: 20px;
}

/* footer_info_r */
footer #footer_inc #footer_info_r{
	float: left;
	width:calc(100% - 15% - 24% - 50px);
	padding-left:40px;
}
footer #footer_inc #footer_info_r h5{
	font-size:17px;
	padding:1px 0 3px 0;
}
footer #footer_inc #footer_info_r p.add{
	font-size:14px;
	margin-bottom: 10px;
}
footer #footer_inc #footer_info_r p.time{
	font-size:13px;
}
footer #footer_inc #footer_info_r p.time span.head{
	width: 83px;
	display: inline-block;
}

/* nav */
footer nav{
	float:right;
	width:24%;
	margin-top:-7px;
	margin-bottom:20px;
}
footer nav ul{
	border-left:1px solid #CCC;
}
footer nav ul li{
	margin-bottom: 2px;
}
footer nav ul li a{
	color:#555!important;
	text-decoration: underline!important;
	font-size:12px!important;
	line-height: 100%!important;
	padding-left: 20px!important;
}
footer nav ul li a:hover{
	text-decoration: none!important;
}

/* small */
footer small{
	clear: both;
	width:100%;
	text-align: center;
	font-size:12px;
	padding:10px 0 25px 0;
	border-top:1px solid #A7A7A7;
	color:#777;
}

@media screen and (max-width:800px){
	footer{
		padding:25px 0 0px 0;
	}
	footer #footer_inc{
		width:calc(100% - 40px);
	}

	/* footer_info_l */
	footer #footer_inc #footer_info_l{
		display: none;
	}

	/* footer_info_r */
	footer #footer_inc #footer_info_r{
		display: none;
	}
	
	/* footer_info_sp */
	footer #footer_inc #footer_info_sp{
		float:none;
		width:100%;
		padding-left:0px;
		padding-bottom:10px;
	}
	footer #footer_inc #footer_info_sp h5{
		font-size:15px;
		padding:0px 0 8px 0;
		text-align: center;
	}
	footer #footer_inc #footer_info_sp p.add{
		font-size:13px;
		margin-bottom: 2px;
		text-align: center;
	}
	footer #footer_inc #footer_info_sp a.tel{
		display: block;
		font-size:16px;
		text-align: center;
		margin: 0 auto 10px 0;
	}
	footer #footer_inc #footer_info_sp p.time{
		font-size:13px;
		text-align: center;
		padding-bottom:10px;
	}
	footer #footer_inc #footer_info_sp h6{
		text-align: center;
		font-size:13px;
	}
	/* nav */
	footer nav{
		display: none;
	}
	/* small */
	footer small{
		font-size:10px;
		padding:7px 0 20px 0;
	}
}


/* pagetop
---------------------------------------- */
#pagetop{
    position:fixed;
    right:25px;
	bottom:25px;
	z-index: 200;
}
#pagetop a{
	box-sizing: border-box;
	display: block;
	color:#FFF;
    background:#F75423;
    text-align:center;
    text-decoration:none;
	transition:opacity 0.5s ease;
	width:86px;
	height:86px;
	border-radius:60px;
	opacity: 0;
	padding-top:25px;
}
#pagetop a:hover{
	opacity:1!important;
}
#pagetop a img{
	width:30px;
}

@media screen and (max-width:800px){
	#pagetop{
		right:10px;
		bottom:8px;
	}
	#pagetop a{
		width:60px;
		height:60px;
		border-radius:60px;
		padding-top:14px;
	}
	#pagetop a:hover{
		opacity:inherit!important;
	}
	#pagetop a img{
		width:25px;
	}
}


