@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho+B1:wght@400&display=swap');

@charset "utf-8";
/*
Theme Name: kbdent 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: 'Noto Sans JP', 'ヒラギノ角ゴ 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: 640px;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
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: 16px;
}
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;
}






/**
 *
 * 共通定義
 *
 */
img,
  video {
	  max-width: 100%;
	  height: auto;
 }
.type {
	 font-family: 'Shippori Mincho B1', serif;
 }
 .type-all * {
	 font-family: 'Shippori Mincho B1', serif;
 }
 .en {
	 font-family: 'Cinzel', serif;
 }
 .en-all * {
	 font-family: 'Cinzel', serif;
 }
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: #520500;
}


/**
 *
 * パンくずリスト
 *
 */
#bread {
	position: absolute;
	left: 0px;
	top: -40px;
	display: none;
}
#breadcrumb {
	position: relative;
	/*background: url(/img/glue_0.png) left center no-repeat;*/
	margin-bottom: 5px;
}
#breadcrumb ul {
	margin-top: 10px;
	margin-left: 0px !important;
	list-style-image: none !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;

}
#breadcrumb:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: ".";
}
#breadcrumb ul li {
	float: left;
	margin: 0px 2px;
	font-size: 10px;

}
#breadcrumb ul li a {

}
/**
 *
 * ページ送り
 *
 */
.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;
	overflow: hidden;


}
.l-header {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	/* height: 80px; */
	height: 0;
	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: 80px; */


}

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

	margin: 20px auto 0;

}

.l-content {


}
.l-footer {
	clear: both;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 19px;
	position: relative;
	overflow: hidden;


}

/**
 *
 * 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;
}
.box-content {
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

/**
 *
 * Header
 *
 */

 .header-title {
	 text-align: left;
	 font-size: 9px;
	 color: #fff;
	 line-height: 1.2em;
	 padding-top: 5px;
	 font-weight: normal;
	 padding-left: 15px;
	 margin: 0 !important;
 }
 .header-notice {
	 position: relative;
	 right: 0;
	 top: 45px;
	 text-align: right;
 }
 .header-notice a {
	 color: white !important;
	 text-decoration: underline !important;
	 font-size: 12px;
 }
 .header-notice a:hover {
	 text-decoration: none !important;
 }
.header-tag {
	position: absolute;
	left: 15px;
	top: 18px;
 }
 .is-sub .header-tag {

 }
 .header-time {
	 display: none;
 }
 .header-tel {
	 display: none;
 }
 .header-tag .header-logo {
	 width: 80px;
	margin: 0;
 }
 .header-tag p.header-clinic {
	 font-size: 15px;
	 color: #3C377D;
	 margin-bottom: 20px;
	 display: none;
 }
 .header-tag p strong {
	 font-weight: bold;
	 font-size: 18px;
 }
 

/**
 *
 * NAV
 *
 */
 .l-nav {

}
.l-nav .logo {

}
.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 #3C377D;
}
.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 #3C377D;
	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 {
	content: "";
	background: url(./img/angle-bottom.png) 0 0 no-repeat;
	background-size: contain;
	width: 19px;
	height: 11px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	font-size: 30px;
}
.l-nav .nav-inner > ul > li > span.is-active:after {
content: "";
background: url(./img/angle-top.png) 0 0 no-repeat;
background-size: contain;
width: 19px;
height: 11px;
position: absolute;
right: 15px;
top: 50%;
margin-top: -5px;
font-size: 30px;
}
.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 #3C377D;
	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: "";
	background: url(./img/angle-right.png) 0 0 no-repeat;
	background-size: contain;
	width: 12px;
	height: 19px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	font-size: 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: 42px;
	height: 50px;
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 99999;
	background: rgba(60,55,155,0.2);
}
.l-nav .:hover {
	cursor: pointer;
}
.btn-nav small {
	display: block;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	left: 3px;
	top: 30px;
	width: 42px;
}
.btn-nav,
.btn-nav span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.btn-nav span {
	position: absolute;
	left: 6px;
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 5px;
}
/* .btn-nav.is-active small {
	color: #3C377D;
}
.btn-nav.is-active span {
	background-color: #3C377D;
} */
.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: 0px;

	text-align: left;

}
.nav-inner-logo .logo {
	text-align: left;
	height: auto !important;
}
.nav-inner-logo img {
	width: 100px;
	margin: 0 !important;
	position: relative;
	left: 15px;
	top: 15px;
}



/**
 *
 * Box contact
 *
 */
 
.box-contact-wrap {
	padding-top: 90px;
	margin-top: 0px;
	position: relative;
}

.box-contact-wrap .title-main:before {
	content: "CONTACT";
}

.box-contact {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	background: url(img/box-contact-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 55px 15px;
}
.box-contact .box-content {

}
.box-contact .box-content > div:nth-child(1) {

}
.box-contact .box-content > div:nth-child(2) {

	background: #fff;
	padding: 15px;
	box-sizing: border-box;
}
.box-contact .box-content:after {
	content: none;
}
.box-contact-tel {
	background: #fff;
	padding: 15px;
	margin-bottom: 18px;
}
.box-contact-tel p {
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
}
.box-contact-tel .tel {

	margin: 5px auto;
}
.box-contact-tel .tel a {
	display: block;
	text-align: center;
}
.box-contact-map {
	line-height: 0;
}
.btn {
	margin-bottom: 15px;
}
.btn > a {
	color: white !important;
	text-decoration: none !important;
	text-align: center;
	display: block;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 18px;
	line-height: 60px;
	background: transparent linear-gradient(180deg, #9E7F59 0%, #553F24 100%) 0% 0% no-repeat padding-box;
	position: relative;
}
.btn > a:hover {
	color: white !important;
	text-decoration: none !important;
	opacity: 0.7;
}
.btn.btn-purple > a {
	background: transparent linear-gradient(180deg, #6F6C9F 0%, #282652 100%) 0% 0% no-repeat padding-box;
}
.btn.btn-red > a {
	background: transparent linear-gradient(180deg, #7F5252 0%, #3C1515 100%) 0% 0% no-repeat padding-box;
}
.ic-btn-cal {
	display: inline-block;
	background: url(img/ic-btn-cal.png) center center no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 22px;
	top: 20px;
}
.ic-btn-cou {
	display: inline-block;
	background: url(img/ic-btn-cou.png) center center no-repeat;
	background-size: contain;
	width: 21px;
	height: 20px;
	position: absolute;
	left: 25px;
	top: 20px;
}
.ic-btn-mail {
	display: inline-block;
	background: url(img/ic-btn-mail.png) center center no-repeat;
	background-size: contain;
	width: 22px;
	height: 16px;
	position: absolute;
	left: 25px;
	top: 20px;
}
.box-contact-line {
	margin-bottom: 22px;
}
.timetable {
	margin-bottom: 15px;
}
.timetable:after {
	content: none;
}
.timetable img:nth-child(1) {

}
.timetable img:nth-child(2) {
	width: 162px;
	display: block;
	margin: 0 auto;
}
.addr {
	font-size: 15px;
	margin-bottom: 20px;
}
.box-contact .access {
	position: relative;
}
.box-contact .access:before {
	content: "アクセス";
	color: #fff;
	text-align: center;
	width: 100%;
	display: block;
	line-height: 35px;
	background: #333333;
	font-size: 14px;
	margin-bottom: 5px;
	font-family: 'Shippori Mincho B1', serif;
	
}
.box-contact .access p {
	font-size: 14px;
	color: #333333;
	margin: 0;
}
.box-contact .access p span {
	color: #FF8800;
}
.box-contact-map {
	position: relative;
}
.googlemap {
	position: absolute;
	right: 0;
	top: 0;
	width: 139px;
}
.googlemap:hover {
	opacity: 0.7;
}
.map {
	display: block;
	width: 100%;
	height: 250px;
}
.box-contact-cal {
	position: relative;
	padding: 40px 15px 0px;
}
.box-contact-cal .box-contact-cal-content {

}
.box-contact-cal .box-contact-cal-content:after {
	content: none;
}
.box-contact-cal .box-contact-cal-content > div:nth-child(1) {
	width: 100%;
}
.box-contact-cal .box-contact-cal-content .box-contact-cal-title {
	font-size: 18px;
	margin-bottom: 25px;
	border-left: 4px solid #707070;
	padding-left: 10px;
	line-height: 1.5em;
	font-weight: normal;
}
.box-contact-cal .box-contact-cal-content > div:nth-child(1) .iframe-schedule {
	display: block;
	width: 100% !important;
	height: 300px;
}
.box-contact-cal .box-contact-cal-content > div:nth-child(2) {

}
.box-contact-cal .box-contact-cal-content > div:nth-child(2) a {
	display: block;
	margin-bottom: 20px;

}
.box-contact-cal .box-contact-cal-content > div:nth-child(2) a:hover {
	opacity: 0.7;
}

/**
 *
 * 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 > li a {
	display: block;
}

.side-nav {
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
.side-nav-inner {

}
.side-nav h2 {
	clear: both;
	display: block;
	line-height: 45px;
	font-size: 18px;
	padding: 0px 0 0px 10px;
	font-weight: normal;
	color: #63513B;
	border-bottom: 1px solid #ccc;
	position: relative;

}
.side-nav h2:after {
	content: "";
	background: url(./img/angle-bottom.png) 0 0 no-repeat;
	background-size: contain;
	width: 19px;
	height: 11px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	font-size: 30px;
}

.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;
	color: black;
	text-decoration: none;
	font-size: 16px;
	padding: 5px;
	text-indent: 10px;
	line-height: 30px;
	position: relative;
}
.side-nav ul li a:after {
	content: "";
	background: url(./img/angle-right.png) 0 0 no-repeat;
	background-size: contain;
	width: 12px;
	height: 19px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	font-size: 30px;
}
.side-nav ul li a:hover {
	text-decoration: underline;
}

/**
 *
 * Footer
 *
 */
.page-top {
	position: fixed;
	right: 5px;
	bottom: 60px;
	z-index: 1000;
	width: 60px;
}
.footer-logo {

	margin: 0 auto;
}
.footer-logo a {
	display: block;
	text-align: center;
	color: #666666 !important;
	text-decoration: underline !important;
	line-height: 2em;
	font-weight: bold;
}
.footer-logo a:hover {
	color: #574129 !important;
	text-decoration: none !important;
}
.footer-logo img {
	width: 200px;
}
.copyright {
	font-size: 12px;
	color: #fff;
	margin: 30px auto 0;
	background: #3C377D;
	line-height: 40px;
	margin: 30px auto 38px;

}
.footer-fix {
	position: fixed;
	left: 0;
	bottom: -1px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	background: white;
	z-index: 10;
}
.footer-fix > li {
width: 16.1%;
overflow: hidden;
box-sizing: border-box;
border-right: 1px solid white;
}
.footer-fix > li:last-child {
	border-right: none;
}
.footer-fix > li:nth-child(1) {
	width: 37%;
}
.footer-fix > li img {
	width: 101%;
	max-width: 101%;
	height: 100%;
}
.footer-fix > li a {
	display: block;
	line-height: 0;
}

@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;
}
.contact-tel {
	width: 80%;
}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #fff url(img/top/main-visual-1.jpg) center center no-repeat;
  background-size: 800px 462px;
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: 2s ease 500ms;
}

.mfp_element_submit {
	color: black !important;
}