@charset "utf-8";
/*   
Theme Name: izumi SP
*/

/**
 *
 * 初期化
 *
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
 {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	/*color: #666666;*/
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	font-size: 12px;
	line-height:150%;
	text-align: left;
	background-repeat: repeat-x;
	background-position: left top;
	max-width: 768px;
}
div,img,h1,h2,h3,h4,h5,h6,p,form,pre{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul,li{
	margin: 0px;
	padding: 0px;
}
input,select{
	font-size: 12px;
}
fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
legend{
	display: none;
}
pre{
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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






/**
 *
 * 共通定義
 *
 */
.type {
	font-family: "フォーク M","Folk Medium";
}
.type-all * {
	font-family: "フォーク M","Folk Medium";
}


em {
	font-style: italic;
}
.clear {
	float: none;
	clear: both;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	min-height: 1px;
}
a:link {
	color: #564488;
	text-decoration: underline;
}
a:visited {
	color: #564488;
	text-decoration: underline;
}
a:hover {
	color: #564488;
	text-decoration: none;
}
a:active {
	color: #564488;
	text-decoration: underline;
}
.over {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.over:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}

.orange {
	color: #FF9226;	
}
.blue {
	color: #00B2B2;
}
.green {
	color: #008A8A;
}
.brown {
	color: #C7A966;
}


/**
 *
 * パンくずリスト
 *
 */
#bread {

	display: none;
}

/**
 *
 * ページ送り
 *
 */
.pagenavi {
	clear: both;
	margin: 10px auto 0px auto;
	padding-bottom: 10px;
	color: black;
	text-align: center !important;
	font-size: 12px;
}
.pagenavi:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: ".";
}
.pagenavi a, .wp-pagenavi span {
	margin: 1px;
	text-decoration: none;	
}
.page-numbers {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #63513b;
	background: white;
	color: #63513b;
	
}
.page-numbers:after {

}
.pagenavi a:hover, .wp-pagenavi span.current {

}
.pagenavi .prev {

	display: inline-block;
	width: 107px;
	height: 30px;
	border: 0px;

	color: #63513b;

}
.pagenavi .prev:hover {

}
.pagenavi .next {
	display: inline-block;
	margin-left: 15px;
	width: 107px;
	height: 30px;
	border: 0px;

	color: #63513b;

}
.pagenavi .next:hover {

}
.pagenavi .prev:after, .pagenavi .next:after {
	content: "" !important;
}

.pagenavi span.current {
	background: #63513b;
	color: white;
	font-weight: bold;
}


/**
 *
 * レイアウト定義
 *
 */                                                                                                       
.l-wrap {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;


}
.l-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	border-top: 4px solid #54B9CB;
	height: 70px;
	z-index: 99;
	background: white;
	box-shadow: 0px 0px 5px gray;
}
.l-header.is-fixed {

}


.l-nav {
	position: relative;
	z-index: 100;
	display: block;
	margin: 0px auto 0;

}
.l-main {
	position: relative;
	display: block;
	margin: 0 auto;
	padding-top: 75px;

}

.l-main:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.l-sidebar {
	margin: 20px auto;

}

.l-content {


}
.l-footer {
	clear: both;
	text-align: center;
	margin-top: 55px;
	padding-bottom: 49px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width:320px){
	.l-footer {
		padding-bottom: 49px;
	}
}
@media screen and (min-width: 321px) and (max-width:375px){
	.l-footer {
		padding-bottom: 57px;
	}
	.page-top {
		bottom: 60px !important;
	}
}
@media screen and (min-width: 376px) and (max-width:414px){
	.l-footer {
		padding-bottom: 64px;
	}
	.page-top {
		bottom: 70px !important;
	}
}

/**
 *
 * Box
 *
 */
.box-960 {

	margin: 0px auto;
	position: relative;
}
.box-980 {

	margin: 0px auto;
	position: relative;
}
.box-990 {

	margin: 0px auto;
	position: relative;
}
.box-900 {

	margin: 0px auto;
	position: relative;
}
.box-1000 {

	margin: 0px auto;
	position: relative;
}
.box-1010 {

	margin: 0px auto;
	position: relative;
}
.box-1050 {

	margin: 0px auto;
	position: relative;
}
.box-1110 {

	margin: 0px auto;
	position: relative;

}
.box-1120 {

	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

/**
 *
 * Header
 *
 */
.l-header .box-1110 {

}
.header-title {
	text-align: left;
	font-size: 9px;
	color: #000000;
	line-height: 1.2em;
	padding-top: 5px;
	padding-right: 52px;
	font-weight: normal;
	display: none;
}
.header-mark {
	display: none;
}
.header-logo {
	margin: 0;
	width: 179px;
	margin-top: 10px;
	margin-left: 5px;
}
.header-logo a {
	display: block;
	width: 100%;
	height: 100%;	
}
.header-logo a img {
	width: 100%;
}
.header-logo span {
	display: none;
}
.header-btns {

}
.header-btns ul {

	
}
.header-btns ul li {

}
.l-header .btn-access {
	display: none;
}
.l-header .header-tel {
	position: absolute;
	top: 5px;
	right: 140px;	
	width: 40px;
	height: 40px;
}
.l-header .header-tel a {
	display: block;
	text-indent: -9999em;
	background: url(/img/btn-tel-sp.png) 0 0 no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
}
.l-header .header-tel span {
	display: none;
}
.l-header .btn-contact {
	position: absolute;
	top: 5px;
	right: 50px;	
	width: 40px;
	height: 40px;
}
.l-header .btn-contact a {
	display: block;
	text-indent: -9999em;
	background: url(/img/btn-contact-sp.png) 0 0 no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
}

.l-header .btn-reserve {
	position: absolute;
	top: 5px;
	right: 95px;	
	width: 40px;
	height: 40px;	

}
.l-header .btn-reserve a {
	display: block;
	text-indent: -9999em;
	background: url(/img/btn-reserve-sp.png) 0 0 no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
}


.header-left {

}
.header-left p {
	font-size: 16px;
	color: #000000;
	line-height: 1.4em;
	display: none;
}
.header-notice {
	/* width: 45%; */
	padding-top: 3px;
	line-height: 1.2em;
	font-size: 9px;
	color: #d80000;
	text-align: left;
	text-decoration: underline;
	position: absolute;
	left:5px;
	top: 44px;	
}
.header-notice a {
	color: #D80000 !important;
}
@media screen and (max-width:320px){
	.l-header .header-logo {
		width: 159px;
	}
	.l-header .header-tel {
		width: 30px;
		height: 30px;	
		right: 110px;
	}
	.l-header .btn-reserve {
		width: 30px;
		height: 30px;	
		right: 80px;
	}
	.l-header .btn-contact {
		width: 30px;
		height: 30px;	
	}
}




/**
 *
 * NAV
 *
 */
 .l-nav {
	
}
.l-nav .logo {
	width: 229px;
}
.l-nav .nav-inner {
	background: rgba(255,255,255,1);
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	overflow: scroll;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);	
}
.l-nav .nav-inner.is-active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);	
}
.l-nav .nav-inner > ul {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	
	margin: 0 0px 0;
	left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.l-nav .nav-inner > ul > li {

	margin: 0 10px;
}
.l-nav .nav-inner > ul > li:first-child {
	border-top: 1px solid #463A3F;
}
.l-nav .nav-inner > ul > li .en {
	display: none;
}
.l-nav .nav-inner > ul > li > a, .l-nav .nav-inner > ul > li > span {
	display: block;
	padding: 5px 15px;
	padding-right: 60px;
	padding-left: 0;
	font-size: 14px;
	position: relative;
	text-align: left;
	height: 24px;
	box-sizing: border-box;
	position: relative;
	color: black;
	border-bottom: 1px solid #463A3F;
	text-decoration: none;
}
.l-nav .nav-inner.is-active > ul > li > a, .l-nav .nav-inner.is-active > ul > li > span {
	padding: 15px 15px;
	padding-right: 60px;
	padding-left: 0;
	height: 44px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	position: relative;
	z-index: 5;	
}
.l-nav .nav-inner.is-active > ul > li > a:hover, .l-nav .nav-inner.is-active > ul > li > span:hover {
	text-decoration: none;
	cursor: pointer;
}
/*.l-nav .nav-inner > ul > li > a:after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	padding-right: 15px;
	box-sizing: border-box;
	height: 100%;
	line-height: 46px;
	content: "\f0da";
	color: #FE2687;
	font-family: fontAwesome;
	text-align: center;
}*/
.l-nav .nav-inner > ul > li > span:after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	padding-right: 15px;
	box-sizing: border-box;
	height: 100%;
	line-height: 46px;
	content: "\f0d7";
	color: #463A3F;
	font-family: fontAwesome;
	text-align: center;	
}
.l-nav .nav-inner > ul > li > span.is-active:after {
	content: "\f0d8";
	color: #463A3F;	
}
.l-nav .nav-inner > ul > li .to-child {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 50px;
	height: 44px;
	z-index: 1;
	
}

.l-nav .nav-inner > ul > li:nth-child(1) .to-child {
	top: 0px;	
}
.l-nav .nav-inner > ul > li:nth-child(2) .to-child {
	top: 46px;	
}
.l-nav .nav-inner > ul > li:nth-child(3) .to-child {
	top: 91px;	
}
.l-nav .nav-inner > ul > li:nth-child(4) .to-child {
	top: 136px;	
}
.l-nav .nav-inner > ul > li:nth-child(5) .to-child {
	top: 181px;	
}
.l-nav .nav-inner > ul > li:nth-child(6) .to-child {
	top: 226px;	
}
.l-nav .nav-inner > ul > li:nth-child(7) .to-child {
	top: 271px;	
}


.l-nav ul.menu.is-active {
	/*left: -100%;*/
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}
.l-nav .nav-inner > ul > li > .to-child:hover {
	cursor: pointer;
}
.menu-sub {
	/*position: absolute;
	left: 100%;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;*/
	display: none;
}
.menu-sub.is-active {

}
.menu-sub ul {
	
}
.menu-sub ul li {
	border-bottom: 1px solid #463A3F;
	margin: 0px 0px;
}
.menu-sub ul li:last-child {

}

.menu-sub ul li a {
	display: block;
	padding: 15px 0 15px 30px;
	font-size: 14px;
	position: relative;
	text-align: left;
	height: 44px;
	box-sizing: border-box;	
	color: black;
	text-decoration: none;

}
.menu-sub ul li a:after {
	content: "\f0da";
	color: #463A3F;
	font-family: fontAwesome;
	position: absolute;
	top: 13px;
	right: 30px;	
}
.menu-sub .to-back {
	/*width: 80px;
	height: 40px;
	text-align: center;
	border: 1px solid #FE2687;
	margin-left: 10px;
	position: relative;
	top: -10px;
	color: #FE2687;*/
		
}
.menu-sub .to-back:hover {
	cursor: pointer;
}
.menu-sub .to-back:before {
	/*content: "\f104";
	font-family: fontAwesome;
	font-size: 30px;
	line-height: 40px;*/
}

.btn-nav {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0px;
	top: 10px;
	z-index: 99999;
	background: white;
}
.l-nav .btn-nav:hover {
	cursor: pointer;
}
.btn-nav small {
	display: block;
	color: #383838;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 30px;
	width: 50px;
	text-align: center;


}
.btn-nav,
.btn-nav span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.btn-nav span {
	position: absolute;
	left: 9px;
	width: 30px;
	height: 3px;
	background-color: #383838;
	border-radius: 5px;
}

.btn-nav span:nth-of-type(1) {
	top: 10px;
}
.btn-nav span:nth-of-type(2) {
	top: 18px;
}
.btn-nav span:nth-of-type(3) {
	top: 26px;
}
.btn-nav.is-active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) translateX(-0px) rotate(-45deg);
	transform: translateY(10px) translateX(-0px) rotate(-45deg);
}
.btn-nav.is-active span:nth-of-type(2) {
	opacity: 0;
}
.btn-nav.is-active span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) translateX(-0px) rotate(45deg);
	transform: translateY(-6px) translateX(-0px) rotate(45deg);
}
.btn-nav.is-active span:before {
	display: none;
}
.nav-inner-logo {
	margin-top: 0px;
	padding: 10px;
	padding-top: 22px;
	text-align: left;
}
.nav-inner-logo .logo {
	text-align: left;
	height: auto !important;

}
.nav-inner-logo img {
	width: calc(100% - 60px);
	margin: 0 !important;
}


 
/**
 *
 * Box contact
 *
 */
.box-contact-wrap {
	padding-top: 20px;

}
.box-contact-wrap .title-main {
	margin: 0 auto 15px !important;
}
.box-contact-wrap .title-main span {
	
}
.box-contact {

	background: #F0EFEC;
	margin: 0px auto 0;
	position: relative;
	padding: 25px 15px;
	box-sizing: border-box;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.box-contact .box-contact-logo {
	text-align: center;
	margin: 0 auto 15px;
	width: 200px;
}
.box-contact .box-contact-top {
	
}
.box-contact .box-contact-top > div {
	
}
.box-contact .box-contact-top > div:first-child {

}
.box-contact .box-contact-top > div:last-child p {
	text-align: center;
}
.box-contact .box-contact-top > div:first-child + div p:first-child {

}
.box-contact .box-contact-tel {
	text-align: center;
	padding: 0 20px;
}
.box-contact .box-contact-tel span {
	display: block;
	line-height: 1.3em;
	text-align: center;
	font-size: 12px;
}
.box-contact .timetable {
	margin-bottom: 0px;
	text-align: center;
}


.box-contact .btn-access {
	margin-top: 15px;
	margin-bottom: 5px;
}
.box-contact .btn-access a {
	display: block;
	text-align: left;
	color: white !important;
	background: #F29600;
	font-size: 17px;
	line-height: 41px;
	border-radius: 4px;
	position: relative;
	box-sizing: border-box;
	padding-left: 40px;
}
.box-contact .btn-access a:before {
	background: url(/img/btn-access.png) left center no-repeat;
	content: "";
	width: 26px;
	height: 41px;
	position: absolute;
	left: 10px;
	top: 0px;
}
.box-contact .btn-access a:hover {
	text-decoration: none;
	color: white;
}

.box-contact .btn-reserve {
	margin-bottom: 5px;
}
.box-contact .btn-reserve a {
	display: block;
	text-align: left;
	color: white !important;
	background: #8CBB00;
	font-size: 17px;
	line-height: 41px;
	padding-left: 40px;
	position: relative;
	box-sizing: border-box;
	border-radius: 4px;
}
.box-contact .btn-reserve a:before {
	background: url(/img/btn-reserve.png) 5px center no-repeat;
	content: "";
	width: 26px;
	height: 41px;
	position: absolute;
	left: 5px;
	top: 0px;
}
.box-contact .btn-reserve a:hover {
	text-decoration: none;
	color: white;
}

.box-contact .btn-contact {
	margin-bottom: 15px;
}
.box-contact .btn-contact a {
	display: block;
	text-align: left;
	color: white !important;
	background: #54B9CB;
	font-size: 17px;
	line-height: 41px;
	position: relative;
	box-sizing: border-box;
	padding-left: 40px;
	border-radius: 4px;
}
.box-contact .btn-contact a:before {
	background: url(/img/btn-contact.png) 5px center no-repeat;
	content: "";
	width: 26px;
	height: 41px;
	position: absolute;
	left: 5px;
	top: 0px;
}
.box-contact .btn-contact a:hover {
	text-decoration: none;
	color: white;
}


.box-contact .train {
	background: url(/img/train.png) left center no-repeat;
	background-size: 25px 25px;
	width: 300px;
	margin: 0 auto 3px;
	box-sizing: border-box;
	color: #000000;
	padding: 5px 0 0 35px;
	line-height: 1.6em;
	text-align: left;
	font-size: 13px;
}
.box-contact .car {
	background: url(/img/car.png) left center no-repeat;
	background-size: 25px 25px;
	width: 300px;
	margin: 0 auto 20px;
	box-sizing: border-box;
	color: #000000;
	padding: 5px 0 0 35px;
	line-height: 1.6em;
	text-align: left;
	font-size: 13px;	
}
.box-contact .car a {
	color: #00B2B2;
	text-decoration: underline;
}
.box-contact .box-contact-map {
	border: 3px solid white;

	line-height: 0;
	clear: both;	
	margin-top: 20px;
	margin-bottom: 0px;
}
.box-contact .map {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	line-height: 0;
}
.box-contact .box-contact-map + p {
	text-align: right;
}
.box-contact .box-contact-map + p a {
	font-size: 18px;
	color: #00698C;
	text-decoration: underline !important;	
}
.box-contact .box-contact-map + p a:hover {
	text-decoration: none !important;
}
/**
 *
 * Sidebar
 *`
 */
.list-banner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 5px;
}
.list-banner > li {
	line-height: 0px;
	width: 50%;
	padding: 5px;
	box-sizing: border-box;	
}
.list-banner:after {
	content: none;
}
.list-banner > li a {
	display: block;

}

.side-nav {
	margin-top: 20px;
	background: url(/img/side-nav.jpg) 0 0 repeat-x;
}
.side-nav-inner {

}
.side-nav h2 {
	clear: both;
	display: block;
	line-height: 55px;
	font-size: 18px;
	background: url(/img/side-nav-bottom.png) 97% center no-repeat;
	background-size: 24px 24px;
	padding: 0px 0 0px 10px;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #ccc;

}

.side-nav h2.on {
	border-bottom: 0px;	
}
.side-nav h2 span {
	line-height: 0px;
	display: block;	
	color: #63513B;
}
.side-nav h2 img {
	float: left;
	width: 60px;
	margin-top: 2px;
	margin-right: 10px;
	border: 2px solid #0AB1AC;
	border-radius: 60px;

}
.side-nav ul {
	clear: both;
	display: none;
}
.side-nav ul li {
	border-bottom: 1px dashed #CCCCCC;
}
.side-nav ul li:last-child {
	border-bottom: 1px solid #CCCCCC;	
}
.side-nav ul li img {

}
.side-nav ul li a {
	display: block;
	background: url(/img/side-nav-right.png) 97% center no-repeat;
	background-size: 12px 23px;
	color: black;
	text-decoration: none;
	font-size: 16px;
	padding: 5px;
	text-indent: 10px;
	line-height: 30px;
}
.side-nav ul li a:hover {
	text-decoration: underline;	
}

/**
 *
 * Footer
 *
 */
.page-top {
	position: fixed;
	right: 10px;
	bottom: 50px;
	z-index: 1000;
	width: 60px;
}
.footer-top {
	padding: 30px 0 20px;
	text-align: center;
	border-top: 5px solid #37A2B5;
}
.footer-top p {
	margin-bottom: 0;
}
.footer-top a {
	line-height: 2.5em;
	font-size: 11px;
	text-decoration: underline !important;
	color: black !important;
}
.footer-top a:hover {
	text-decoration: none !important;
}
.footer-top a img {
	width: 200px;
	
}
.footer-bottom {
	border-top: 1px solid #0085B2;
	border-bottom: 1px solid #0085B2;
	display: none;

}
.footer-nav {
	margin: 0px auto;
}
.footer-nav li {
	float: left;
	width: 50%;	
	line-height: 45px;
	text-align: center;
}
.footer-nav li.li_2 {
	background: url(/img/footer-sep.png) 0 8px no-repeat;	
}
.footer-nav li a {
	font-size: 12px;
	text-decoration: none;
	color: #0085B2 !important;
}
.footer-nav li a:hover {
	text-decoration: underline;	
}
.footer-nav li img {
	position: relative;
	left: -10px;
	top: 4px;
}
.footer-nav li.li_2 img {
	top: 0px;	
}

.footer-fix {
	position: fixed;
	left: 0;
	bottom: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	background: white;

	
}
.footer-fix > li {
	
}
.footer-fix > li a {
	display: block;
	line-height: 0;
}
.copyright {
	padding: 15px 0;
	text-align: center;
	font-size: 9px;
	color: white;
	background: #54B9CB;
}

@media screen and (max-width:320px){
	.copyright {
		top: 195px;
	}
}
form#mailformpro dl dt {
	padding: 10px 0px 8px !important;
}

.link {

	padding-right: 18px;
	text-decoration: underline !important;
}
.pc {
	display: none !important;
}

.br-pc {
	display: none;
}

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
