@charset "utf-8";
/*
Theme Name: yougadental sp
*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/**
 *
 * 初期化
 *
 */
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 Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
	line-height:150%;
	text-align: left;
	background-repeat: repeat-x;
	background-position: left top;
	background: url(/img/bg-sp.jpg) 0 0 repeat-x !important;


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






/**
 *
 * 共通定義
 *
 */
.serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.serif-all * {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.min {
	font-family:"リュウミン M-KL","Ryumin Medium KL";
}
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: #00698C;
	text-decoration: underline;
}
a:visited {
	color: #00698C;
	text-decoration: underline;
}
a:hover {
	color: #00698C;
	text-decoration: none;
}
a:active {
	color: #00698C;
	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: #FF7F00;
}
.green {
	color: #00B2B2;
}
.yellow {
	color: #FFBF00;
}
.red {
	color: red;
}

/**
 *
 * パンくずリスト
 *
 */
#bread {
	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: 7px !important;
	list-style-image: none !important;
	padding-left: 7px !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 #dcdbcb;
	background: white;
	color: #330000;

}
.page-numbers:after {

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

}
.pagenavi .prev {

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

	color: #330000;

}
.pagenavi .prev:hover {

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

	color: #330000;

}
.pagenavi .next:hover {

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

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


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

	/*background: url(/img/bg_sub.jpg) 0 0 repeat-x;*/
	/*background: url(/img/bg-sub-2.jpg) 0 0 repeat-x;*/
}
.l-wrap.is-front {
	background: none;
}
/*.l-wrap-left {
	clear: both;

	margin-right: auto;
	margin-left: auto;
	background: url(/img/bg_shadow_left.png) no-repeat;
}
.l-wrap-right {
	clear: both;

	margin-right: auto;
	margin-left: auto;
	background: url(/img/bg_shadow_right.png) no-repeat right top;
}*/
.l-header {
	position: fixed;
	background: white;
	padding-bottom: 10px;
	margin: 0 auto;
	box-shadow: 0px 0px 5px gray;
	z-index: 25;
	width: 100%;
	box-sizing: border-box;
	height: 90px;
	border-top: 5px solid #9A8B55;
}
.l-nav {
	position: relative;
	z-index: 100;
	display: block;
	margin: 0px auto 0;
	background: rgb(114,74,2);
	background: -moz-linear-gradient(top, rgba(114,74,2,1) 0%, rgba(54,28,3,1) 68%, rgba(54,28,3,1) 100%);
	background: -webkit-linear-gradient(top, rgba(114,74,2,1) 0%,rgba(54,28,3,1) 68%,rgba(54,28,3,1) 100%);
	background: linear-gradient(to bottom, rgba(114,74,2,1) 0%,rgba(54,28,3,1) 68%,rgba(54,28,3,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#724a02', endColorstr='#361c03',GradientType=0 );
}
.l-main {
	padding-top: 90px;
	position: relative;
	display: block;

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


}

.l-content {
	padding: 0 10px;

}
.l-footer {
	clear: both;
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
	background: url(/img/bg-footer.jpg) 0 0 repeat-x;
	padding-bottom: 50px;
}



/**
 *
 * Box
 *
 */
.box-1000 {

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

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

	margin: 0px auto;
	position: relative;
}


/**
 *
 * Header
 *
 */


.header-title {
	font-size: 10px;
	color: #251D19;
	padding-top: 0px;
	text-align: center;
}
.header-logo {
	font-size: 12px;
	color: #443125;
	line-height: 1.4em;
	margin: 5px 0 0 10px;

	width: 200px;
}
@media screen and (max-width: 320px){
	.header-logo {
		margin-top: 15px;
	}
}
.header-logo a {
	color: #443125;
	text-decoration: none;
	display: block;
	text-indent: -9999em;
	background: url(/img/header-logo-sp.png) center center no-repeat;
	background-size: contain;
}

.header-logo img {
	width: 100%;
}
.header-logo span {
	display: block;

	padding-top: 0px;
}
.l-header .header-tel {
	text-align: left;
	font-size: 12px;
	line-height: 1.6em;
	padding-top: 5px;
	padding-left: 1%;
	display: none;
}
.header-tel a {
	display: block;
}
.header-tel img {
	width: 200px;
}
.l-header .header-btn {
	text-align: center;
	letter-spacing: -0.4em;
}
.header-btn li {
	display: inline-block;
	text-align: center;
	letter-spacing: normal;
}
.header-btn li:nth-child(1) {
	width: 25%;
}
.header-btn li:nth-child(2) {
	width: 44%;
}
.header-btn li:nth-child(3) {
	width: 31%;
}
.header-btn li img {
	width: 100%;
}
.header-btn li a {
	display: block;
	padding: 0 5px;
}
.header-btn li a {

}
.header-icon {
	text-align: center;
}
.header-icon p {
	position: absolute;
	right: 45px;
	top: 30px;
	width: 110px;
	font-size: 11px;
	text-align: left;
	line-height: 1.2em;
}
@media screen and (max-width: 320px){
	.header-icon p {
		font-size: 9px;
		right: 48px;
		width: 60px;
	}
}
.header-icon li {
	display: inline-block;
	width: 84px;
}
.header-icon li img {
	width: 100%;
}

.header-notice {
	text-align: left;
	font-size: 10px;
	padding-left: 1%;
	width: 48%;
	line-height: 1.1em;
}
.header-notice * {
	font-size: 10px;
}

.header-btn-sp {
	position: absolute;
	top: 30px;
	right: 50px;
	width: 35%;
	display: none;
}
.header-btn-sp ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.header-btn-sp ul li {
	width: 31%;
}


/**
 *
 * Nav
 *
 */
 .l-nav {

}
.l-nav .logo {

}
.l-nav .nav-inner {
	position: fixed;
	right: 0px;
	top: 70px;
	width: 100%;
	height: calc(100% - 70px);
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	overflow: scroll;
	background: white;
	-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-bottom: 20px;
	background: white;
	position: relative;
}
.l-nav .nav-inner > ul > li {

	margin: 0 10px;
}
.l-nav .nav-inner > ul > li:first-child {
	border-top: 1px solid #383838;
}
.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 #383838;
	text-decoration: none;

}
.l-nav .nav-inner > ul > li > span {
	background: url(/img/arrow-bottom.png) 99% center no-repeat;
	background-size: 24px 24px;
}
.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: "";
	color: #383838;
	background: url(/img/caret.png) center center no-repeat;
	background-size: 10px 10px;
	text-align: center;
}
.l-nav .nav-inner > ul > li > span.is-active:after {
	background: url(/img/caret.png) center center no-repeat;
	background-size: 10px 10px;
}
.l-nav.l-nav-index .nav-inner > ul > li > span:after {
	content: none;
}
.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.l-nav-index .nav-inner > ul > li {
	position: relative;
}
.l-nav.l-nav-index .nav-inner > ul > li .menu-link {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
	width: 100%;
	height: 100%;
}


.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 #383838;
	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;
background: url(/img/arrow-right.png) 98% center no-repeat;
background-size: 12px 23px;
}
.menu-sub ul li a:after {
	background: url(/img/caret.png) center center no-repeat;
	background-size: 10px 10px;
	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: 42px;
height: 40px;
position: absolute;
right: 5px;
top: 15px;
z-index: 99999;
background: white;
cursor: pointer;
}
.l-nav .btn-nav:hover {

}
.btn-nav small {
	display: block;
	color: #383838;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	left: 5px;
	top: 33px;
	background: rgba(255,255,255,0.9);
}
.btn-nav,
.btn-nav span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.btn-nav span {
	position: absolute;
	left: 5px;
	width: 32px;
	height: 4px;
	background-color: #383838;
	border-radius: 6px;

}
.btn-nav span:nth-of-type(1) {
	top: 8px;
}
.btn-nav span:nth-of-type(2) {
	top: 18px;
}
.btn-nav span:nth-of-type(3) {
	top: 28px;
}
.btn-nav.is-active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) 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(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}




/**
 *
 * Box Contact
 *
 */
.box-contact {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 20px 0;
	background: #ECE7DD;
	font-size: 14px;
	text-align: center;
}

.box-contact-intro {
	font-size: 14px;
}
.box-contact .header-tel {
	margin-bottom: 10px;
}
.box-contact .header-btn {

}
.box-contact .header-btn {
	text-align: center;
	letter-spacing: -0.4em;
}
.box-contact .header-btn li {
	display: inline-block;
	text-align: center;
	letter-spacing: normal;
}
.box-contact .header-btn li:nth-child(1) {
	width: 25%;
}
.box-contact .header-btn li:nth-child(2) {
	width: 44%;
}
.box-contact .header-btn li:nth-child(3) {
	width: 31%;
}
.train {
	font-size: 16px;
}
.train .train-1 {
	font-size: 16px;
	color: #9E5766;
}
.train .train-2 {
	font-size: 18px;
	color: #593623;
}
.train img {
	position: relative;
	top: 5px;
}
.timetable img {
	max-width: 100%;
}

.car {
	font-size: 16px;
}
.blue {
	color: #0AB1AD;
}
.box-contact-link a {
	color: #FF4000 !important;
	text-decoration: underline !important;
	background: transparent url(/img/txt-icon.gif) right no-repeat;
	padding-right: 12px;
	margin-right: 3px;
}
.map {
	width: 100%;
	height: 300px;
}
/**
 *
 * Sidebar
 *
 */
.side-nav {

	margin-bottom: 1em;
}
.side-nav-inner {

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

}
.side-nav h2.on {
	border-bottom: 0px;
}
.side-nav h2 span {
	line-height: 0px;
	display: block;
	color: #6F662D;
	font-size: 14px;
}
.side-nav h2 img {
	float: left;
	width: 60px;
	margin-top: 5px;
	margin-right: 10px;

}
.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/arrow-right.png) 98% 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;
}

.l-sidebar .list-banner {

	letter-spacing: -0.4em;
	margin: 0px 5px;
}
.l-sidebar .list-banner li {
	margin-bottom: 5px;
	display: inline-block;
	width: 50%;
	vertical-align: top;
	letter-spacing: normal;
}
.l-sidebar .list-banner li a {
	display: block;
	padding: 0px 5px;
}
.l-sidebar .list-banner li img {
	width: 100%;
}

/**
 *
 * Footer
 *
 */
.page-top {
	position: fixed;
	right: 10px;
	bottom: 70px;
	z-index: 10;
	width: 60px;
}
.page-top img {
	width: 100%;
}
.footer-top {
	padding: 50px 0 20px;
	text-align: center;

	box-sizing: border-box;
	border-bottom: 1px solid #B5A886;
}
.footer-top a {
	line-height: 3em;
	color: #251D19 !important;
	text-decoration: underline !important;
}
.footer-top img {
	width: 50%;
}
.footer-bottom {
	border-top: 1px solid white;
	background: #B5A886;
}
.footer-nav {
	margin: 0px auto;
}
.footer-nav li {
	float: left;
	width: 50%;
	line-height: 52px;
	text-align: center;
}
.footer-nav li.li_2 {
	background: url(/img/footer-nav-sep.png) 0 12px no-repeat;
}
.footer-nav li a {
	color: white;
	text-decoration: none;
}
.footer-nav li a:hover {
	text-decoration: underline;
}
.footer-nav li img {
	position: relative;
	left: -10px;
	top: 2px;
}
.footer-nav li.li_2 img {
	top: 4px;
}
.copyright {
	padding-top: 5px;
	font-size: 9px;
	color: #7D6848;
}

.footer-btn {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 20;
	width: 100%;
}
.footer-btn ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-btn ul:after {
	content: none;
}
.footer-btn ul li {
	line-height: 0;
}
.footer-btn ul li:nth-child(1) {
	width: 52.65%;
}
.footer-btn ul li:nth-child(2) {
	/* width: 15.93%; */
	width: 47.35%;
	text-align: right;
}
.footer-btn ul li:nth-child(3) {
	width: 15.78%;
}
.footer-btn ul li:nth-child(4) {
	width: 15.64%;
}
.footer-btn ul li img {
	width: 100%;
}

.mfp {
	line-height: normal !important;
}
.pc {
	display: none !important;
}
.br-pc {
	display: none;
}

/*----------------------------*/
.inline-block {
	display: inline-block;
}

.flex2 {
	display: flex;
	text-align: center;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.flex2::after,
.flex3::after {
	display: none;
}

.flex2 > * {
	width: 47%;
	margin: 0 0 20px;
}

.flex2 img {
	max-width: 100%;
}

.flex3 {
	text-align: center;
}

.flex3 > * {
	margin: 0 0 20px;
}

.flex3 img {
	max-width: 200px;
}

.video {
	margin-bottom: 30px;
}

.video-inner {
	position: relative;
	padding-top: 56.25%;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*----------------------------
フロア案内
----------------------------*/
.floor-article * {
	box-sizing: border-box;
}

.floor-article section {
	margin-top: -50px;
	padding-top: 90px;
}

.floor-article span:not([class]) {
	display: inline-block;
}

#contentContainer .floor-article h2 {
	margin-top: 0;
}

.floor-article img {
	height: auto;
}

.floor-intro .strong {
	margin: 0 0.2em;
	font-weight: 700;
	font-size: 1.2em;
}

#contentContainer .floor-intro-ul {
	display: flex;
	list-style: none;
	margin: 0 0 20px;
	justify-content: space-between;
}

.floor-intro-li {
	position: relative;
	width: 31%;
	min-height: 50px;
}

.floor-intro-li::after {
	position: absolute;
	right: 0;
	left: 0;
	top: 100%;
	width: 0;
	margin: auto;
	border-right: 3px solid;
	content: "";
	transform-origin: center top;
}

.floor-intro-li a {
	display: flex;
	position: relative;
	z-index: 0;
	height: 100%;
	padding: 0.6em;
	border: 2px solid;
	color: inherit;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	transition: 0.3s ease-in-out;
	justify-content: center;
	align-items: center;
}

.floor-intro-li a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border: 5px solid #fff;
	content: "";
	transition: 0.3s ease-in-out;
}

.floor-intro-li a:hover {
	background: none;
	color: inherit;
	text-decoration: none;
}

.floor-intro-li01::after {
	height: 51vw;
	max-height: 360px;
	border-color: #d1f3ff;
	transform: rotate(-17deg);
}

.floor-intro-li01 a {
	border-color: #d1f3ff;
	background: #d1f3ff;
}

.floor-intro-li01 a:hover::before {
	border-color: #d1f3ff;
}

.floor-intro-li02::after {
	height: 50vw;
	max-height: 350px;
	border-color: #ffe3e3;
	transform: rotate(-14deg);
}

.floor-intro-li02 a {
	border-color: #ffe3e3;
	background: #ffe3e3;
}

.floor-intro-li02 a:hover::before {
	border-color: #ffe3e3;
}

.floor-intro-li03::after {
	height: 48vw;
	max-height: 330px;
	border-color: #fff2cc;
	transform: rotate(-7deg);
}

.floor-intro-li03 a {
	border-color: #fff2cc;
	background: #fff2cc;
}

.floor-intro-li03 a:hover::before {
	border-color: #fff2cc;
}

#contentContainer .floor01 h2 {
	background: linear-gradient(#fff, #ffe3e3 85%, rgba(255, 114, 114, 0.1) 90%);
}

#contentContainer .floor02 h2 {
	background: linear-gradient(#fff, #d1f3ff 85%, rgba(24, 193, 255, 0.1) 90%);
}

#contentContainer .floor03 h2 {
	background: linear-gradient(#fff, #fff2cc 85%, rgba(255, 192, 0, 0.1) 90%);
}

/*----------------------------
根管治療
----------------------------*/
.endo .alignR {
	width: 100%;
	max-width: 320px;
}

.endo .image {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.endo .image > * {
	width: 48%;
	max-width: 320px;
}

#contentContainer .endo ul.caption {
	display: flex;
	list-style: none;
	margin: 0 0 1em;
	text-align: center;
	justify-content: space-between;
}

#contentContainer .endo ul.caption li {
	width: 48%;
}

.endo .arrow {
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 30px solid #ff7000;
	border-right: 45px solid transparent;
	border-left: 45px solid transparent;
	content: "";
}
div.mfp_buttons button {
color: black !important;
}
.nav-sp-btns {
	text-align: center;
}
.nav-sp-btns a {
	display: block;
	width: 230px;
	margin: 0 auto;
}