@charset "UTF-8";
/*=========================================================================

	[Css Name Is]  :          common.css
	------------------------------------------------------------------
	[Target Html Is]  :       all directory
	------------------------------------------------------------------

=========================================================================*/
/*-----------------------------------------------------------------------*/
/*	00: reset
/*----------------------------------------------------------------------*/
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, 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, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
section {
	/*padding-bottom: .1%;*/
	background-color: #f5f5e9;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	outline: none;
	transition-duration: .3s;
}
a:hover {
	opacity: .8;
}
hover {
	transition-duration: .3s;
	opacity: .8;
}
/*-----------------------------------------------------------------------*/
/*	01: base default
/*----------------------------------------------------------------------*/
html {
	font-size: 62.5%;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	line-height: 150%;
	letter-spacing: 0;
}
body {
	font-size: 14px;
	font-size: 1.4rem;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #444;
}
.mincho {
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
/*-----------------------------------------------------------------------*/
/*	02: parts
/*----------------------------------------------------------------------*/
/* common */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
.wrap {
	width: 100%;
	min-width: 1000px;
}

/*引用*/

.bqu{
font-size: 12px;
text-align: right;
margin-bottom: 24px;
color: #999;
line-height: 1.4em;	
}
.bqu a{
text-decoration:underline;
color:#03F;	
}


@media screen and (max-width: 767px) {
.wrap {
	min-width: 0;
	overflow: hidden;
}
}
.inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	color: #313131;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.inner {
	width: auto;
	overflow: hidden;
}
}
.is--noscroll {
	position: fixed;
	width: 100%;
	height: 100%;
}
/*-------------------------
more
-------------------------*/
.more {
	display: block;
	letter-spacing: .2em;
	line-height: 100%;
	width: 190px;
	margin: 0 auto;
}
.more a {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #776e69;
	text-decoration: none;
	height: 100%;
	padding: 14px;
	padding-right: 44px;
	background: url(/assets/img/arrow-right-w4-03615c.svg) no-repeat 94% 50%;
	background-size: 6px auto;
	border: 1px solid #776e69;
}
.more a:hover {
	color: #F90;
	border-color: #F90;
	background-image: url(/assets/img/arrow-right-w4-f90.svg);
	background-size: 8px auto;
}
.more a:after {
	position: absolute;
	right: 44px;
	top: 0;
	content: "";
	height: 100%;
	border-left: 1px dashed #776e69;
}
.more a:hover:after {
	border-left: 1px dashed #f90;
}
/*-------------------------
detail
-------------------------*/

.detail {
	display: table;
	letter-spacing: .1em;
	line-height: 140%;
	text-align: center;
	width: 100%;
	height: 56px;
	margin: 24px auto 0;
}
.detail a {
	position: relative;
	display: table-cell;
	font-size: 16px;
	font-weight: 600;
	color: #776e69;
	text-decoration: none;
	vertical-align: middle;
	height: 100%;
	padding-right: 0px;
	padding-right: 44px;
	border: 1px solid #776e69;
	background: none;
}
.detail a:before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	border-left: none;
	width: 16px;
	height: 100%;
	background: #cec9c6;
	z-index: 0;
	background: #cec9c6 url(/assets/img/arrow-right-w4-fff.svg) no-repeat 50% 50%;
	background-size: 6px auto;
}
.detail a:hover {
	color: #f90;
	border-color: #f90;
}
.detail a:hover:before {
	background-color: #F90;
	background-size: 8px auto;
}
.detail a:after {
	display: none;
}
/*--anchor--*/
.anchor {
	position: relative;
	top: -120px;
	display: block;
}
.anchor2 {
	position: relative;
	top: -160px;
	display: block;
}
/* header */
#header {
	height: 120px;
	background: #03615c;
}
#sp-logos {
	display: none;
}
#pc-logos {
	position: absolute;
	display: block;
	padding: 32px;
	background: #f4f3e9;
}
@media screen and (max-width: 767px) {
#header {
	position: fixed;
	z-index: 99;
	height: 50px;
	width: 60px;
	right: 0;
}
#header {
}
body {
/*background-image: url(/assets/img/cmn-hdr-img_logo.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 54px 18px;  */
}
#pc-logos {
	display: none;
}
#sp-logos {
	display: block;
	z-index: 99;
	position: relative;
}
#sp-logos img, #sp-logos a {
	display: block;
	max-width: 260px;
	height: auto;
	float: left;
	margin-bottom: -54px;
	padding: 8px 8px 0 8px;
}
}
.hdr-inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.hdr-inner:after {
	display: block;
	content: '';
	clear: both;
}
@media screen and (max-width: 767px) {
.hdr-inner {
	padding: 0;
}
}
.hdr-logo {
	float: left;
}
@media screen and (max-width: 767px) {
.hdr-logo {
	float: none;
	line-height: 70px;
	text-align: center;
}
.hdr-logo img {
	width: 200px;
	height: auto;
	vertical-align: middle;
	display: none;
}
}
.hdr-info-wrap {
	float: right;
	position: relative;
	margin-top: 24px;
}
@media screen and (max-width: 767px) {
.hdr-info-wrap {
	display: none;
}
}
.hdr-info-wrap p {
	font-size: 97%;
	color: #313131;
	line-height: 130%;
	margin-bottom: 0;
}
.hdr-info_tel {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
}
.hdr-info_tel__ttl {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #5d6832;
	line-height: 1em;
	margin-bottom: 4px;
	padding-right: 8px;
}
.hdr-info_tel__body {
	display: inline-block;
	font-size: 2.82rem;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 4px;
}
.hdr-info_tel__body span {
	display: inline;
	font-size: 80%;
}
.n_tels {
	display: inline;
	letter-spacing: .05em;
}
.phones {
	vertical-align: -10px;
	padding-left: 8px;
}
#hdr-info-hours, #hdr-info-address {
	color: #FFF;
	line-height: 150% !important;
	letter-spacing: .1em;
}
.hdr-info_detail {
	display: table;
	width: 100%;
	margin: 8px 0 0;
}
.uketukejikann {
	font-size: 12px;
	text-align: right;
}
#nobrs br {
	display: none;
}
.hdr-info_detail:after {
	display: block;
	content: '';
	clear: both;
}
.hdr-info_detail dt {
	display: table-cell;
	font-weight: bold;
	color: #313131;
	line-height: 140%;
	letter-spacing: 2px;
	width: 64px;
}
.hdr-info_detail dt:first-of-type {
	margin-bottom: 8px;
}
.hdr-info_detail dd {
	display: table-cell;
	font-size: 96%;
	color: #313131;
	line-height: 141%;
	text-align: right;
	letter-spacing: .1em;
}
#hdr-gnav-toggle, #hdr-gnav-toggle span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#hdr-gnav-toggle {
	display: none;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 30px;
	height: 21px;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
#hdr-gnav-toggle {
	display: block;
}
}
#hdr-gnav-toggle span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #76be40;
}
#hdr-gnav-toggle span:nth-of-type(1) {
	top: 0;
}
#hdr-gnav-toggle span:nth-of-type(2) {
	top: 9px;
}
#hdr-gnav-toggle span:nth-of-type(3) {
	bottom: 0;
}
#hdr-gnav-toggle.is--active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
#hdr-gnav-toggle.is--active span:nth-of-type(2) {
	opacity: 0;
}
#hdr-gnav-toggle.is--active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
/* #global-nav scroll stop */
.gnav-inner li .fix_on {
	display: none;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 3;
	height: 60px;
}
.fixed #pc_menu {
	background-position-y: -10px;
}
.fixed .gnav-inner li {
}
.fixed .gnav-inner li .fix_off {
	display: none !important;
}
.fixed .gnav-inner li .fix_on {
    display: inline-block !important;
    height: 58px;
    line-height: 58px;
    font-size: 100%;
}
@media screen and (max-width: 767px) {
#global-nav {
	position: absolute;
	z-index: 9;
	top: 70px;
	right: 0;
	left: 0;
	height: 100%;
	padding-top: 70px;
	transition: .3s ease-out;
	opacity: 0;
}
}
.gnav-inner {
	max-width: 1000px;
	height: 78px;
	letter-spacing: -.4em;
}
@media screen and (max-width: 767px) {
.gnav-inner {
	width: 80%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -35px;
}
}
/*----------------
g-menu
-----------------*/
#global-nav {
	/*	position:absolute;
	right:0;
	width:640px;
*/	
	margin: 0;
	padding: 0;
	background: #FFF;
    border-top: 1px solid #469693;
    border-bottom: 1px solid #469693;
}
ul.gnav-inner {
	position: relative;
	clear: both;
	overflow: 0 visible;
	line-height: 0;
	margin: 0 auto;
}
#pc_menu {
	background: url(/assets/img/furu/gnavi_bg.png) no-repeat;
	background-size: 1000px auto;
}
.gnav-item {
	position: relative;
	display: inline-block;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	width: 199px;
	margin-right: 1px;
	cursor: pointer;
	transition-duration: .3s;
}
.gnav-item .fix_off {
	display:table-cell;
	font-size:100%;
	letter-spacing:.1em;
	line-height:134%;
	vertical-align:middle;
	height:78px;
}
.gnav-item .fix_off em {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#03615c;
}
.gnav-item a {
	display: table;
	width:100%;
}
li.gnav-item:hover {
	background: #e4e2e1;
}
li.gnav-item:hover ul {
	overflow: visible;
	width: 90%;
	height: 41px;
}
li.gnav-item:hover ul li {
	overflow: visible;
	height: 41px;
}
li.gnav-item > ul {
	list-style: none;
	position: absolute;
	top: 74px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	padding: 0;
	margin: 0;
}
li.gnav-item > ul li {
	overflow: hidden;
	font-weight: normal;
	text-align: left;
	width: 100%;
	height: 0;
	padding: 0;
	background: #f6eedc;
	transition-duration: .2s;
}
li.gnav-item > ul li a {
	display: block;
	font-size: 96%;
	text-decoration: none;
	color: #555;
	text-align: center;
	letter-spacing: .1em;
	line-height: 40px;
	border-bottom: 1px dashed #CCC;
}
li.gnav-item > ul li a:hover {
	color: #F90;
}
li.gnav-item > ul li:last-child a {
	border: none;
}
li.gnav-item:hover img {
	margin: auto;
	opacity: .8;
}
li.gnav-item:hover .balloon:after {
	content: "";
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 15px 10px;
	border-color: transparent transparent #f6eedc transparent;
}
.balloon-top {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 40px;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	background: #19283C;
	z-index: 0;
}
.balloon-top:after {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #19283C transparent;
}
.gnav-item_tel {
	position: absolute;
	right: 0;
	width: 270px;
	height: 70px;
	background-color: #fff;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
.gnav-item_tel {
	width: 100%;
	height: auto;
	padding: 15px 0;
	text-align: center;
}
}
.gnav-item_tel__ttl {
	font-size: 94%;
	font-weight: bold;
	color: #5d6832;
	line-height: 130%;
	letter-spacing: .18em;
	margin: 0 24px 2px;
	padding-top: 12px;
}
@media screen and (max-width: 767px) {
.gnav-item_tel__ttl {
	padding-top: 0;
}
}
.gnav-item_tel__body {
	/*font-family: 'Arial Rounde MT bold',arial,sans-serif;*/
	font-size: 2.5rem;
	font-weight: bold;
	color: #5d6832;
	letter-spacing: 0;
	line-height: 120%;
	margin-left: 24px;
}
@media screen and (max-width: 767px) {
.gnav-item_tel__body {
	font-size: 18px;
	font-size: 1.8rem;
}
}
.gnav-item_tel__body span {
	font-size: 18px;
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
.gnav-item_tel__body span {
	font-size: 14px;
	font-size: 1.4rem;
}
}
/*---------------- 
fixed navi
-----------------*/
#fixed-navi {
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 120px;
	z-index: 3;
}
#fixed-navi a {
	display: block;
	transform: translateX(15px);
	opacity: 1;
}
#fixed-navi a:hover {
	transform: translateX(0);
	opacity: .8;
}
@media screen and (max-width: 767px) {
#fixed-navi {
	display: none;
}
}
footer {
	padding: 80px 0 0;
	clear: both;
	background: #f6f6f1;
}
footer .left {
	float: left;
	width: 50%;
}
footer .right {
	float: right;
	width: 50%;
}
.ftr-inner {
	width: 100%;
	max-width: 1000px;
	overflow: visible;
}
#footer-menu {
	left: 40px;
	max-width: 1110px;
	padding: 0;
}
.ftr-reserve {
	position: relative;
	margin-bottom: 20px;
}
.ftr-reserve:after {
	display: block;
	content: '';
	clear: both;
}
#clinic-logo-bottom {
	margin-bottom: 16px;
}
#clinic-logo-bottom img {
	width: 100%;
	max-width: 523px;
}
/*フッター電話番号のブロック*/
#wfotbox {
	background: #fff;
	padding: 32px;
	margin-bottom: 32px;
}
.wfoitem_left, .wfoitem_center {
	float: left;
}
.wfoitem_right {
	float: right;
	width: 100%;
	max-width: 37%;
}
.wfoitem_left {
	width: 100%;
	max-width: 40%;
}
.wfoitem_center {
	width: 100%;
	max-width: 21%;
}
#fttextitle {
	font-size: 20px !important;
	color: #03615c;
}
.bigtext {
	font-size: 24px;
	font-weight: bold;
}
#fttextwebtitle {
	font-size: 24px !important;
	font-weight: bold;
	color: #03615c;
	margin-bottom: 16px;
}
#fttextwebtitle span {
	font-size: 28px;
}
.ft_kyuu br {
	display: none;
}
.ftuketext, .ft_kyuu {
	font-size: 13px !important;
}
.ftr-resrv__tel {
	margin-bottom: 16px;
}
/*フッター電話番号のブロック*/

/*フッター診療時間テーブルのブロック*/
#ftbox2 {
	margin-bottom: 48px;
}
.ftbox2_left {
	float: left;
	width: 100%;
}
.ftbox2_right {
	float: right;
	width: 100%;
}
.ft-logos {
	margin-bottom: 16px;
}
.kyuu2 span {
	padding: 4px 8px;
	background: #352d2a;
	color: #fff;
	margin-right: 8px;
	font-size: 12px;
}
.kyuu2 br {
	display: none;
}
.ftadd {
	margin-bottom: 8px;
}
/*フッター診療時間テーブルのブロック*/

/*フッターマップブロック*/
.ft-acceitem {
	margin-bottom: 32px;
}
.ftactext1 {
	color: #776e69;
	font-size: 16px !important;
	line-height: 115% !important;
	margin-bottom: 0;
}
.ftactext2 {
	color: #6b7c3d;
	font-size: 20px !important;
	margin-bottom: 0;
}
.ftactext3 {
	color: #222;
}
.ft-acimg {
	float: left;
	padding-right: 16px;
	margin-bottom: 16px;
}
#footermapitem iframe {
	max-height: 452px;
}

/*フッターマップブロック*/


@media screen and (max-width: 767px) {
footer .left {
	float: none;
	width: 100%;
}
.ftr-inner {
	padding: 0 8px;
}
.ftr-reserve {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px;
	padding-top: 70px;
	text-align: center;
}
}
.ftr-resrv-item:first-of-type {
	float: left;
}
@media screen and (max-width: 767px) {
.ftr-reserve {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.ftr-resrv-item:first-of-type {
	float: none;
	margin-bottom: 20px;
}
}
.ftr-resrv-item:last-of-type {
	width: 380px;
	float: right;
}
@media screen and (max-width: 767px) {
.ftr-resrv-item:last-of-type {
	float: none;
	width: 100%;
}
}
.ftr-resrv__ttl {
	margin-top: 24px;
}
#ftr-resrv__ttl_left {
	margin: 24px 0 8px;
}
#ftr-resrv__ttl_right {
	margin: 0 0 8px;
}
#ftr-resrv__ttl_right p {
	font-size: 110%;
}
@media screen and (max-width: 767px) {
#ftr-resrv__ttl_right p {
	text-align: center;
}
.ftr-resrv__ttl {
	margin-top: 0;
	margin-bottom: 15px;
}
.ftr-resrv__ttl img {
	width: auto;
	height: 20px;
}
}
.ftr-resrv__tel {
	font-family: 'Century Gothic', 'Futura';
	font-size: 3.9rem;
	letter-spacing: .04em;
}
.ft_tels {
	font-size: 24px !important;
	color: #ea7c2c;
}
.ftr-resrv__tel a {
	color: #ea7c2c;
}
@media screen and (max-width: 767px) {
.ftr-resrv__tel {
	font-size: 30px;
	font-size: 3rem;
	font-size: 9.6vw;
}
}
.ftr-resrv__tel span {
	font-size: 39px;
	font-size: 3.9rem;
}
@media screen and (max-width: 767px) {
.ftr-resrv__tel span {
	font-size: 22px;
	font-size: 2.2rem;
}
}
.ftr-resrv__time {
	margin-top: 5px;
	color: #001c58;
	font-size: 14px;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
.ftr-resrv__time {
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
}
.ftr-resrv__time br {
	display: none;
}
@media screen and (max-width: 767px) {
.ftr-resrv__time br {
	display: block;
}
}
.ftr-resrv__24h {
	float: left;
	width: 47%;
	font-size: 40px;
	font-size: 4rem;
}
@media screen and (max-width: 767px) {
.ftr-resrv__24h {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
}
.ftr-resrv__24h span {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: .32em;
}
.ftr-resrv__bnr {
}
@media screen and (max-width: 767px) {
.ftr-resrv__bnr {
	float: none;
	width: 100%;
}
.ftr-resrv__bnr img {
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: auto;
}
}
.ftr-resrv__img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
.ftr-resrv__img {
	top: 0;
	left: 50%;
}
.ftr-resrv__img img {
	width: 110px;
	height: 107px;
}
}
.ftr-about {
	margin-bottom: 30px;
 *zoom: 1;
}
.ftr-about:after {
	display: block;
	content: '';
	clear: both;
}
.ftr-about-address {
	float: left;
	width: 100%;
	max-width: 424px;
	margin-right: 50px;
	font-size: 16px;
	font-size: 1.6rem;
}
.ftr-about-address p {
	font-size: 90%;
	margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
.ftr-about {
	margin-bottom: 0;
}
.ftr-about-address {
	float: none;
	margin: auto;
}
}
.ftr-about__logo {
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.ftr-about__logo img {
	width: 100%;
	height: auto;
}
}
.ftr-about__off {
}
.ftr-about__off dt {
	float: left;
	width: 64px;
	padding: 5px 0;
	color: #fff;
	font-size: 90%;
	text-align: center;
	background-color: #313131;
	border-radius: 4px;
}
.ftr-about__off dd {
	font-size: 94%;
	line-height: 170%;
	margin-left: 76px;
}
.ftr-about-table {
	margin: 16px 0;
}
.ftr-about-table #subject-title {
	color: #FFF;
	max-width: 111px;
	background: #352d2a;
}
@media screen and (max-width: 767px) {
.ftr-about-table {
	float: none;
	width: 100%;
	margin-top: 20px;
}
}
.hosoku {
	text-align: right;
}
.ftr-about-table th.tabold {
	font-weight: bold;
	color: #111 !important;
}
.ftr-about-table table {
	width: 100%;
	max-width: 424px;
	border: 1px solid #352d2a;
}
.ftr-about-table table th#subject {
	background: #4f331a;
}
.ftr-about-table thead th {
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #f0f2eb;
}
.ftr-about-table thead th:first-of-type {
	width: 130px;
	font-weight: bold;
	letter-spacing: .2em;
}
#shinnryou-tab .tabold {
	font-size: 14px !important;
}
@media screen and (max-width: 767px) {
.ftr-about-table thead th:first-of-type {
	width: 30%;
	min-width: 104px;
}
}
.ftr-about-table th, .ftr-about-table td {
	color: #352d2a;
	text-align: center;
}
.ftr-about-table td {
	padding: 11px 0;
}
.ftr-about-table tbody th {
	font-family: 'Century Gothic', 'Futura';
}
.ftr-about-table thead tr {
	border-bottom: 1px solid #352d2a;
}
.ftr-about-table tbody tr {
	border-bottom: 1px dashed #352d2a;
}
.ftr-about-table #tr2 th, .ftr-about-table #tr2 td, .ftr-about-table #tr3 th, .ftr-about-table #tr3 td {
	background: #FFF;
	font-size: 16px;
	padding-bottom: 16px;
	padding-top: 16px;
}
.ftr-about-card {
	float: right;
	width: 17%;
}
.ftr-about-card img {
	width: 84%;
	margin-left: 14%;
	max-width: 250px;
}
#shinnryou-tab th {
	font-size: 120%;
}
 @media screen and (max-width: 767px) {
.ftr-about-card {
	float: none;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.ftr-about-card img {
	margin: 3% auto 0;
}
}
.footer-left {
	width: 100%;
	max-width: 424px;
	margin-bottom: 16px;
}
.ftr-map {
	position: relative;
	height: 0;
	padding-bottom: 480px;
	padding-top: 30px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
.ftr-map {
	margin-bottom: 16px;
	padding-bottom: 310px;
}
}
.ftr-map iframe, .ftr-map object, .ftr-map embed {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 522px;
	height: 100%;
}
.ftr-sitemap {
	padding: 50px 0 40px 0;
	background-color: #03615c !important;
}
@media screen and (max-width: 767px) {
.ftr-map iframe, .ftr-map object, .ftr-map embed {
	position: relative;
	right: auto;
	max-width: none;
	height: 300px;
}
.ftr-sitemap {
	display: none;
}
}
.ftr-sitemap-items {
	display: inline-block;
	margin-right: 50px;
	vertical-align: top;
}
.ftr-sitemap .ftr-inner {
	padding-right: 0;
}
.ftr-sitemap-items li {
	color: #222;
	margin-bottom: 15px;
}
.ftr-sitemap-items li div {
	font-weight: bold;
	color: #6b7c3d;
	line-height: 170%;
}
.ftr-sitemap-items li a {
	display: block;
	position: relative;
	color: #FFF;
	padding-left: 15px;
}
@media screen and (min-width: 992px) {
.ftr-sitemap-items li a:hover {
	color: #F90;
}
}
.boldftmenu li a {
	color: #FFF;
}
.ftr-sitemap-items li a:before {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	top: 50%;
	left: 0;
	margin-top: -.5em;
	color: #FFF;
}
.boldftmenu li a:before {
	color: #FFF;
}
.ftr-sitemap-items li a:hover:before {
	color: #F90;
}
.ftr-sitemap-items.param--nest {
	margin-right: 0;
	margin-left: 3px;
}
p.ftr-copy {
	height: 30px;
	color: #fff;
	font-size: 12px !important;
	font-size: 1.2rem;
	background-color: #313131;
	text-align: center;
	line-height: 30px !important;
	margin-bottom: 125px;
}
/* #pagetop */
#pagetop {
	position: fixed;
	z-index: 999;
	left: 50%;
	bottom: 50px;
	margin-left: 460px;
	opacity: 0;
	transition: .5s ease-out;
}
@media screen and (max-width: 767px) {
#pagetop {
	position: static;
	margin: 20px 0;
	opacity: 1;
	text-align: center;
}
#pagetop img {
	width: 90px;
	height: auto;
}
}
@media screen and (min-width: 992px) {
#pagetop.is--active {
	opacity: 1;
}
}
@media screen and (min-width: 992px) {
#pagetop a:hover {
	opacity: .7;
}
}
/*-----------------------------------------------------------------------*/
/*	03: index
/*----------------------------------------------------------------------*/
/* visual */
#visual {
	text-align: center;
}
@media screen and (max-width: 767px) {
#visual img {
	width: 100%;
	height: auto;
}
}
/* solution */
#solution {
	background-color: #eeecbf;
}
.sol-ttl {
	padding: 30px 0 25px 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
.sol-ttl {
	padding: 30px 0;
	width: 90%;
	margin: 0 auto;
}
.sol-ttl img {
	width: 100%;
	max-width: 602px;
	height: auto;
}
}
.sol-items {
	margin-left: -1.5%;
	letter-spacing: -.4em;
	text-align: center;
}
.sol-item {
	display: inline-block;
	letter-spacing: normal;
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
.sol-item {
	width: 22.5%;
	margin-left: 1.5%;
}
}
.sol-item__balloon {
	position: relative;
	width: 120px;
	height: 64px;
	margin-bottom: 17px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
@media screen and (max-width: 767px) {
.sol-item__balloon {
	width: 100%;
}
}
.sol-item__balloon:before {
	position: absolute;
	bottom: -12px;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	margin-left: -6px;
	border-style: solid;
	border-width: 12px 6.5px 0 6.5px;
	border-color: #fff transparent transparent transparent;
}
.sol-item__balloon img {
	vertical-align: middle;
	width: 98%;
	max-width: 100px;
}
.sol-item__photo {
	width: 120px;
	height: 137px;
	text-align: center;
}
@media screen and (max-width: 767px) {
.sol-item__photo {
	width: 100%;
	height: auto;
}
}
.sol-item__photo img {
	vertical-align: bottom;
}
@media screen and (max-width: 767px) {
.sol-item__photo img {
	width: 100%;
	height: auto;
}
}
.pol-inner {
	height: 520px;
	padding-top: 65px;
	background-image: url(/assets/img/index-pol-photo_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
.pol-inner {
	position: relative;
	height: auto;
	padding: 30px 15px;
	background-size: auto 100%;
	background-position: left bottom;
}
.pol-inner:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
}
}
.pol__ttl {
	margin-left: 447px;
}
@media screen and (max-width: 767px) {
.pol__ttl {
	position: relative;
	z-index: 1;
	margin-left: 0;
}
.pol__ttl img {
	width: auto;
	height: 60px;
}
}
.pol__body {
	margin-top: 30px;
	margin-left: 447px;
	color: #313131;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 225%;
}
@media screen and (max-width: 767px) {
.pol__body {
	position: relative;
	z-index: 1;
	margin-top: 20px;
	margin-left: 0;
	line-height: 200%;
}
}
#b_menu {
	padding-top: 48px;
}
#b_menu .guide-ele__link {
	position: static;
	margin: 0 auto;
}
/* #message */
.msg-inner {
	padding: 72px 30px 45px;/*background-image: url(/assets/img/index-msg-photo_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
}
@media screen and (max-width: 767px) {
.msg-inner {
	background-size: 100% auto;
}
}
.msg__ttl {
	margin-bottom: 30px;
}
.msg__ttl img {
	width: 100%;
	max-width: 292px;
}
.msg-body {
	margin-bottom: 0;
	line-height: 185%;
}
@media screen and (max-width: 767px) {
.msg-body {
	margin-bottom: 40px;
}
}
.msg-body p {
	margin-bottom: 1em;
}
.msg-body p.param--2col {
	float: left;
	width: 50%;
	margin-right: 25px;
}
@media screen and (max-width: 767px) {
.msg-body p.param--2col {
	float: none;
	width: 100%;
	margin-right: 0;
}
}
@media screen and (max-width: 767px) {
.msg-body.param--pr {
	padding-right: 0;
}
.msg-body.param--pr .msg-body__lead img {
	width: auto;
	height: 54px;
}
}
.msg-body__figure {
	float: right;
}
 @media screen and (max-width: 767px) {
.msg-body__figure {
	float: none;
	margin: 15px 0;
}
.msg-body__figure img {
	width: 100%;
	height: auto;
}
}
.msg-body__lead {
	margin-bottom: 20px;
	color: #f0831e;
	font-size: 40px;
	font-size: 4rem;
	line-height: 140%;
}
#sp_menu {
	display: none;
}
@media screen and (max-width: 767px) {
.msg-body__lead {
	margin-bottom: 15px;
	font-size: 22px;
	font-size: 2.2rem;
}
/*gナビ*/
#pc_menu {
	display: none;
}
#sp_menu {
	display: block;
}
#global-nav.is--active {
	opacity: 1;
	display: block;
	top: 85px;
}
.gnav-item, .gnav-item:first-child {
	margin: 0;
}
.gnav-item a:hover, .gnav-item a.is--active {
	position: relative;
}
.gnav-item a:hover:before, .gnav-item a.is--active:before {
	display: none;
}
#global-nav {
	height: 312px;
	display: none;
}
#visual {
	padding-top: 86px;
	z-index: 0;
}
.gnav-inner {
	width: 100%;
}
.gnav-item {
	display: block;
	float:left;
	line-height:48px;
	width: 50%;
	max-width: none;
	background: #7d7d7d;
	border-bottom: 1px solid #fff;
}
.gnav-item:first-child {
/*width:100%; */
}
.gnav-item:nth-child(2n) {
	border-left: 1px solid #fff;
}
.gnav-item:nth-child(6) {
	letter-spacing: -.1em;
}
.bo-right {
	border-right: 1px solid #fff;
}
.bo-top {
	border-top: 1px solid #fff;
}
ul.gnav-inner {
	padding-top: 15px;
}
.gnav-item_tel {
	top: 0;
	padding: 0;
	padding-top: 6px;
}
.gnav-item a {
	color: #fff;
}
.gnav-item_tel__ttl, .gnav-item_tel__body {
	width: 100%;
	padding: 8px 0 0;
	margin: 0;
}
.gnav-item_tel__ttl {
	display: none;
}
.gnav-item a:before {
	display: none;
}
.gnav-item_tel__body strong {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #007130;
}
.webcolors {
	background: #03615c;
}
.webcolors2 {
	background: #f08300;
}
.toicolors {
	background: #e0833f;
}
}
@media screen and (max-width: 413px) {
.webcolors {
	background: #03615c;
	font-size: 4.3vw !important;
}
.gnav-item:nth-child(6) {
	font-size: 4.1vw;
}
}
@media screen and (max-width: 360px) {
}
.phone {
	cursor: default;
	pointer-events: none;
}
@media screen and (max-width: 767px) {
.phone {
	pointer-events: auto;
}
}
/*-----------------------------------------------------------------------*/
/*	99: module styles
/*----------------------------------------------------------------------*/
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pr50 {
	padding-right: 50px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pl5 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl45 {
	padding-left: 45px !important;
}
.pl50 {
	padding-left: 50px !important;
}
.txt_ar {
	text-align: right;
}
.txt_al {
	text-align: left;
}
.txt_ac {
	text-align: center;
}
.va_t {
	vertical-align: top;
}
.va_m {
	vertical-align: middle;
}
.underline {
	text-decoration: underline;
}
.va_b {
	vertical-align: bottom;
}
.va_bl {
	vertical-align: baseline;
}
.fnt_b {
	font-weight: bold;
}
.dis_n {
	display: none;
}
.dis_b {
	display: block;
}
.dis_inb {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.mr0auto {
	margin: 0 auto;
}
.fl_l {
	float: left;
}
.fl_r {
	float: right;
}
.clfx {
 *zoom: 1;
}
.clfx:after {
	display: block;
	content: '';
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.clearfix:after {
	display: block;
	content: '';
	clear: both;
}
#btbanner {
	width: 100%;
	max-width: 424px;
}
/*修正*/
#shinnryou-tab tbody {
}
/* 追加クラス　*/
/*-------------------
トップイメージ・h1画像
-------------------*/
#visual {
	position: relative;
}
#visual img {
	width: 100%;
}
#visual #visual-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#visual #visual-back {
	height: auto;
}
#top_midashi {
	padding-bottom: 36px;
	padding-top: 0;
}
/*----------------
カラム
----------------*/
.column2 li {
	padding: 0;
}
.column2 li:nth-of-type(2n-1) {
	float: left;
}
.column2 li:nth-of-type(2n) {
	float: right;
}
.column2 li img {
	width: 100%;
}
.column3 {
	margin: auto;
}
.column3 li {
	float: left;
	width: 31.3333%;
	margin: 0 3% 3% 0;
}
.column3 li:nth-of-type(3n) {
	margin-right: 0;
}
.column3 li img {
	width: 100%;
}
.column5 {
}
.column5 li {
	float: left;
	width: 20%;
}
.column5 li:last-child {
	clear: right;
}
.column5 li img {
	display: block;
	margin: auto;
}
/*----------------
イメージ
----------------*/
.photo {
	display: block;
	width: 100%;
	margin: auto;
}
.photol {
	display: block;
	float: left;
	margin-right: 3%;
}
.photor {
	display: block;
	float: right;
	margin-left: 3%;
}
/* #information */
#information {
	background: #fbfbf2;
	border-top: 1px solid #937f43;
	border-bottom: 1px solid #937f43;
}
#information .inner {
	padding: 32px 0;
}
#information .column2 {
	max-width: 280px;
	margin: auto;
}
#information .column2 li {
	max-width: 280px;
}


#information .column2 li:nth-of-type(2n-1) {
    display: none;
}



/* ■■■■下部お知らせ■■■*/
#oshibox {
	background: #fff;
}
#oshi-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 24px;
	padding-bottom: 24px;
}
#oshi-left {
	float: left;
	display: table;
	height: 161px;
	box-sizing: border-box;
	width: 20%;
}
#oshi-right {
	float: left;
	display: block;
	width: 80%;
	height: 161px;
	overflow: auto;
}
#oshi-right ul {
	display: table-cell;
	line-height: 2em;
	height: 190px;
}
#oshi-right ul li {
	margin-bottom: 16px;
}
#oshi-right dl dt, #oshi-right ul li .hi {
	font-size: 17px;
	margin-right: 40px;
	color: #6b7c3d;
	float: left;
	line-height: 1.6em;
	letter-spacing: .1em;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
}
#oshi-right ul li .kou {
	font-size: 16px;
	font-weight: 400;
	color: #434343;
	display: block;
	overflow: hidden;
	line-height: 1.6em;
}
#oshi-right ul li .kou a {
	text-decoration: underline;
}
#oshi-left h2 {
	color: #6b7c3d;
	font-size: 32px;
	font-weight: bold;
	vertical-align: top;
	display: table-cell;
	padding-right: 60px;
}
.gallery pc_only {
	background-color: #fff !important;
}
#newsbox span {
	display: block;
	font-style: italic;
	text-align: left;
	margin-top: 16px;
	font-size: 20px;
	color: #333;
	font-family: serif;
}
/* --------------------------
 consult インプラント無料診断
-----------------------------  */
#consult .inner {
	position: relative;
	wdith: 100%;
	max-width: 1000px !important;
	height: 274px;
	padding-top: 64px;
}
#consult .inner:before {
	position: absolute;
	bottom: -66px;
	left: 10px;
	content: "";
	width: 165px;
	height: 276px;
	background: url(/assets/img/consult-w2.png) no-repeat;
}
#consult .inner:after {
	position: absolute;
	bottom: -65px;
	right: -12px;
	content: "";
	width: 165px;
	height: 277px;
	background: url(/assets/img/consult-m1.png) no-repeat;
}
#consult h3 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", 'メイリオ', Meiryo, "ＭＳ Ｐ明朝", serif;
	font-size: 230%;
	font-weight: normal;
	letter-spacing: .1em;
	text-align: center;
}
#consult h3 strong {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
	color: #ee6f99;
}
#consult .inner p {
	line-height: 190%;
	text-align: center;
	margin: 14px 0 0;
}
#consult .inner p strong {
	display: block;
	font-size: 126%;
	font-weight: bold;
	margin-bottom: 8px;
	letter-spacing: .05em;
}
#consult-bottom {
	width: 100%;
	background: #1f8d94;
}
#consult-bottom p {
	font-size: 120%;
	letter-spacing: .1em;
	text-align: center;
	height: 64px;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding-top: 24px;
}
#consult-bottom p a {
	font-weight: bold;
	color: #FFF;
	padding-right: 32px;
	background: url(/assets/img/arrow-right-w4-fff.svg) no-repeat 99% 50%;
	background-size: 8px auto;
}
#consult-bottom p a:hover {
	color: #F90;
	background: url(/assets/img/arrow-right-w4-f90.svg) no-repeat 99% 50%;
	background-size: 10px auto;
}
.side-menu {
	position: absolute;
	top: 64px;
	left: 0;
	width: 280px;
	background: #FFF;
}
.side-menu-inner dd {
	display: table;
	font-size: 110%;
	width: 100%;
	height: 60px;
	border-bottom: 1px dashed #DCDCDC;
}
.side-menu-inner dd:last-child {
	border: none;
}
.side-menu-inner dd a {
	display: table-cell;
	vertical-align: middle;
	padding-left: 32px;
	background: url(/assets/img/arrow-right-w4-dcdcdc.svg) no-repeat 8px 50%;
	background-size: 8px auto;
}
.side-menu-inner dd a:hover {
	color: #F90;
	background-image: url(/assets/img/arrow-right-w4-f90.svg);
}
.side-menu-inner dd span {
}
.side-content {
	position: absolute;
	top: 88px;
	left: 450px;
	width: 100%;
	max-width: 650px;
}
.bp1-b {
	display: none;
}
/*お悩み*/
#onayami {
	background: #f7fadc;
	padding-top: 48px;
}
#onayami h2 {
	font-size: 32px;
	text-align: center;
}
.mido {
	color: #009944;
	font-weight: bold;
}
a:hover .onayami-li__balloon {
	transform: translateY(-8px);
	transition-duration: .2s;
}
#solution {
	background-color: #eeecbf;
}
.sol-ttl {
	padding: 30px 0 25px 0;
	text-align: center;
}
.onayami-items {
	margin-left: -1.5%;
	letter-spacing: -.4em;
	text-align: center;
	padding-top: 16px;
	margin-bottom: -16px;
	padding-right: 80px; /**/
}
.onayami-li-last {
	margin-right: -80px; /**/
}
.onayami-li {
	display: inline-block;
	letter-spacing: normal;
	margin-left: 10px;
	width: 12.5%;
}
.onayami-li__balloon {
	position: relative;
	width: 120px;
	height: 70px;
	margin-bottom: 17px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.onayami-li__balloon:before {
	position: absolute;
	bottom: -12px;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	margin-left: -6px;
	border-style: solid;
	border-width: 12px 6.5px 0 6.5px;
	border-color: #fff transparent transparent transparent;
}
.onayami-li__balloon img {
	vertical-align: middle;
}
.onayami-li__photo {
	width: 120px;
	height: 137px;
	text-align: center;
}
.onayami-li__photo img {
	vertical-align: bottom;
}
.pol-inner {
	height: 448px;
	padding-top: 65px;
	background-image: url(/assets/img/index-pol-photo_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
.pol__ttl {
	margin-left: 447px;
}
.pol__body {
	margin-top: 30px;
	margin-left: 447px;
	color: #313131;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 225%;
}
.sp {
	display: none !important;
}
.sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
.sp-only {
	display: block;
}
.pc-only {
	display: none;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
#onayami h2 {
	font-size: 24px;
}
.onayami-items {
	padding-right: 0;	/**/
}
.onayami-li-last {
	margin-right: 0; /**/
}
.sol-ttl {
	padding: 30px 0;
	width: 90%;
	margin: 0 auto;
}
.sol-ttl img {
	width: 100%;
	max-width: 602px;
	height: auto;
}
.onayami-li {
	width: 22.5%;
	margin-left: 1.5%;
}
.onayami-li__balloon {
	width: 100%;
}
.onayami-li__balloon img {
	width: auto;
	height: 46%;
}
.onayami-li__photo {
	width: 100%;
	height: auto;
}
.onayami-li__photo img {
	width: 100%;
	height: auto;
}
.pol-inner {
	position: relative;
	height: auto;
	padding: 30px 15px;
	background-size: auto 100%;
	background-position: left bottom;
}
.pol-inner:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
}
.pol__ttl {
	position: relative;
	z-index: 1;
	margin-left: 0;
}
.pol__ttl img {
	width: auto;
	height: 60px;
}
.pol__body {
	position: relative;
	z-index: 1;
	margin-top: 20px;
	margin-left: 0;
	line-height: 200%;
}
.bp1-n {
	display: none;
}
.bp1-b {
	display: block;
}
#consult {
	padding-top: 16px;
}
.column2 li {
	margin: 0 auto 16px;
}
.column2 li:nth-of-type(2n-1) {
	float: none;
	margin: 0 auto 16px;
}
.column2 li:nth-of-type(2n) {
	float: none;
	margin: 0 auto;
}
.column3 li {
	width: 47.5%;
}
.column3 li:nth-of-type(n) {
	margin-right: 5%;
}
.column3 li:nth-of-type(2n) {
	margin-right: 0;
}
.side-content {
	position: relative;
	top: 0;
	left: auto;
	margin: 32px auto 16px;
}
#consult .inner {
	height: auto;
	padding: 3% 8px;
}
#consult h3 {
	font-size: 120%;
	line-height: 160%;
}
#consult .inner p strong {
	font-size: 100%;
	font-weight: normal;
}
#consult h3 strong {
	font-size: 20px;
}
#consult h3, #consult .inner p {
	text-align: left;
}
#consult .inner:before, #consult .inner:after {
	display: none;
	content: "";
}
#information .column3 li {
	float: none;
	width: 100%;
	max-width: 290px;
	margin: 0 auto 3%;
}
#information .inner {
	padding: 16px 0;
}
#main_slide {
	display: none;
}
#sp_slide {
	display: block;
}
#oshi-left h2 {
	padding-right: 0;
	text-align: center;
	font-size: 24px;
}
#newsbox span {
	text-align: center;
	font-size: 18px;
	margin-top: 8px;
}
#oshi-left {
	border-right: none;
	float: none;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 16px;
}
#oshibox {
	padding-left: 16px;
	padding-right: 16px;
}
#oshi-right, #oshi-left {
	float: none;
	width: 100%;
}
#oshi-right ul {
	padding-left: 0;
}
#oshi-right ul li:first-child{
	margin-top: 16px;
}
#oshi-right ul li .hi {
	float: none;
}
#oshi-left {
	height: 60px;
	padding-bottom: 0;
}
.ftr-resrv__tel a {
	font-size: 28px;
}
.ft-logos {
	width: 100%;
	max-width: 340px;
	margin: 16px auto;
	display: block;
}
/*side-menu */
.side-menu {
	display: none;
}
/*フッター*/
footer {
	padding-top: 32px;
}
.wfoitem_left, .wfoitem_right {
	float: none;
	max-width: 100%;
}
.wfoitem_center {
	display: none;
}
.wfoitem_right {
	margin-top: 32px;
}
#fttextwebtitle {
	font-size: 20px !important;
}
#fttextwebtitle span {
	font-size: 24px;
}
.wfoitem_right img {
	width: 100%;
	max-width: 328px;
}
.ftbox2_left, .ftbox2_right {
	float: none;
	max-width: 100%;
}
#ftbox2 {
	margin-bottom: 32px;
}
/*フッター*/
#pagetop img {
	max-width: 71px;
}
.anchor {
	top: -70px;
}
.anchor2 {
	top: -90px;
}
.footer-left img {
	width: 100%;
}
footer .right {
	width: 100%;
	float: none;
}
}

/* フッターアイコン */
@media(max-width:750px){ 
	.sp-img {
		position: fixed;
		bottom: 0;
	}
	.sp-img img {
		width: 100%;
	}
	img.sp-menu-img {
		margin: 0 auto;
	}
}
@media(min-width:751px) {
	.sp-img {
		display: none !important;
	}
}