@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,300,400,600,700);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td {
	padding: 0;
	margin:0;
}
html {
	margin:0;
	}

body {
	font-family:'Noto Sans Japanese', sans-serif, 'Open Sans', sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	margin:0 auto 0 auto;
	height:100%;
	font-style: normal;
	font-weight: 300;
	overflow-x: hidden;
	background-color:#ededed;
	}

html>/**/body {
	font-size: 16px;
}

ul li {
	list-style-type: none;
	}

a:link{
	color:#28a7e1; text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	}
a:visited{color:#28a7e1; text-decoration:none;}
a:active{color:#28a7e1; text-decoration:none;}
a:hover{color:#28a7e1; text-decoration:none;}

.red a:link{
	color:#ff0000; text-decoration:underline;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	}
.red a:visited{color:#ff0000; text-decoration:underline;}
.red a:active{color:#ff0000; text-decoration:underline;}
.red a:hover{color:#ff0000; text-decoration:underline;}

a.arrow {
	background-image:url("/images/link_arrow.png");
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left:15px;
	display:block;
	margin-top:10px;
	}
a.arrow:link {
	text-decoration:underline;
	}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
.clearfix {
	min-height: 1px;
	}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
	}

.br-sp {
	display:none;
	}

img {
	vertical-align: bottom;
	}

img.imgRight {
	float:right;
	margin:0 0 15px 15px;
	}

img.imgLeft {
	float:left;
	margin:0 15px 0 15px;
	}

img.w100 {
	width:100%;
	}

.divLink {
	cursor:pointer;
	}

h1 ,h2 ,h3 ,h4 {
	font-weight:normal;
	font-size:100%;
	}

h1 {
	font-size:230%;
	color:#28a7e1;
	background-color:#ffffff;
	line-height:1.2em;
	padding:100px 10px 100px 15px;
	background-image:url("/images/h1bg.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:70%;
	margin-bottom:20px;
	}

h2 {
	font-size:140%;
	padding:10px 0 10px 24px;
	margin:10px 0;
	color:#28a7e1;
	display:block;
	border-bottom:solid 2px #28a7e1;
	background-image:url("/images/icon_dog.png");
	background-repeat:no-repeat;
	background-position:left center;
	background-size:20px;
	}

h3 {
	font-size:125%;
	margin:20px 0 10px 0;
	line-height: 1.5em;
	text-align:left;
	font-weight:bold;
	}

h4 {
	font-size:115%;
	color:#b0898d;
	line-height: 1.5em;
	text-align:left;
	}

input, textarea, select {
	font-size:16px;
	padding:5px 2%;
	}

textarea {
	width:96%;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin-bottom:10px;
}

table th {
	border:solid #ededed 1px;
	padding:2px 5px;
	background:#28a7e1;
	color:#ffffff;
	}

table td {
	border:solid #ededed 1px;
	padding:2px 5px;
	text-align:right;
	background:#ffffff;
	}

table .recommend tr ,table .recommend td {
	border:none;
	background-color:#ededed;
	}


.fs130 {
	font-size:130%;
	line-height:1.5em;
	}

.fs90 {
	font-size:90%;
	}

.fs70 {
	font-size:70%;
	}

p {
	margin:0 0 20px 0;
	}

.red {
	color:#ff0000;
	}

.blue {
	color:#00479d;
	}

.yellow {
	color:#f39700;
	}

.navy {
	color:#171c61;
	}

.magenta {
	color:#e61673;
	}

.green {
	color:#006934;
	}

hr {
	height:0;
	border:0;
	border-top:1px solid #afafaf;
	border-bottom:1px solid #fff;
	margin:15px 0;
	}

.imgLiquid {
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	}

.img-right {
	float:right;
	margin-left:10px;
	}

.mt5 {
	margin-top:5px;
	}

.mt10 {
	margin-top:10px;
	}

.mb15 {
	margin-bottom:15px;
	}

.mb20 {
	margin-bottom:20px;
	}

.mb30 {
	margin-bottom:30px;
	}

.ml10 {
	margin-left:10px;
	}

.ml20 {
	margin-left:20px;
	}

.lh20 {
	line-height:2em;
	}


header {
	background-color:#ffffff;;
	}

header .logo a {
	margin-right:16px;
	}

header .inner {
	display:flex;
	justify-content:space-between;
	width:1180px;
	margin:0 auto;
	padding:10px 0;
	}

header .description {
	font-size:90%;
	color:#999999;
	}

header .inquiry {
	display: flex;
	align-items:center;
	}
header .inquiry .tel {
	width:150px;
	margin-right:10px;
	}

.inquiry_btn {
	background-color:#28a7e1;
	border-radius:6px;
	padding:8px 20px;
	font-size:90%;
	margin-right:12px;
	}
a.inquiry_btn:link {color:#ffffff; text-decoration:none;}
a.inquiry_btn:visited {color:#ffffff; text-decoration:none;}
a.inquiry_btn:active {color:#ffffff; text-decoration: none;}
a.inquiry_btn:hover {
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.2);
	outline-color: rgba(255, 255, 255, 0);
	outline-offset: 15px;
	color:#ffffff; text-decoration: none;
	}

.reservation_btn {
	background-color:#ffb800;
	border-radius:6px;
	padding:8px 20px;
	font-size:90%
	}
a.reservation_btn:link {color:#000000; text-decoration:none;}
a.reservation_btn:visited {color:#000000; text-decoration:none;}
a.reservation_btn:active {color:#000000; text-decoration: none;}
a.reservation_btn:hover {
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.2);
	outline-color: rgba(255, 255, 255, 0);
	outline-offset: 15px;
	color:#000000; text-decoration: none;
	}

#gnavi {
	width:100%;
	height:60px;
	background-color:#eeeeee;
	}

#top #gnavi {
	}

#gnavi .inner {
	width:1180px;
	margin:0 auto;
	font-weight:300;
	}

#spMenu {
	display:none;
	}

#gnavi ul {
	display: flex;
	justify-content:center;
	}
#gnavi li {
	display: flex;
	list-style-type:none;
	margin:0 8px;
	background-image:url("/images/icon_dog.png");
	background-repeat:no-repeat;
	background-position:left center;
	background-size:16px;
	}

#gnavi li a {
	padding:18px 10px 18px 24px;
	display:block;
	}

#gnavi a:link{color:#000000; text-decoration:none;}
#gnavi a:visited{color:#000000; text-decoration:none;}
#gnavi a:active{color:#000000; text-decoration:none;}
#gnavi a:hover{color:#999999; text-decoration:none;}

#gnavi li.on a {
	color:#28a7e1;
	}

/*TOP*/
#kv .imgLiquid {
	min-height:550px;
	}

#kv .inner {
	width:620px;
	white-space:nowrap;
	margin:0 auto;
	}

#kv .inner .text {
	text-align:center;
	overflow:hidden;
	}

#kv .inner .kv_display-1 {
	font-size:300%;
	line-height:1.5em;
	padding:25vh 50px 0 0;
	margin-bottom:32px;
	font-weight:500;
	}

#kv .inner .kv_display-2 {
	font-size:150%;
	line-height:1.5em;
	}

#kv .inner .kv_btn {
	background-color:#28a7e1;
	border-radius:9999px;
	padding:8px 20px;
	font-size:90%;
	margin-top:12px;
	display:inline-block;
	}
#kv .inner .kv_btn a:link {color:#ffffff; text-decoration:none;}
#kv .inner .kv_btn a:visited {color:#ffffff; text-decoration:none;}
#kv .inner .kv_btn a:active {color:#ffffff; text-decoration: none;}
#kv .inner .kv_btn:hover {
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.2);
	outline-color: rgba(255, 255, 255, 0);
	outline-offset: 15px;
	color:#ffffff; text-decoration: none;
	}

#top-contents {
	width:1180px;
	margin:24px auto;
	display:flex;
	}

#top-contents .inner_box {
	width:33%;
	padding-right:32px;
	}

#top-contents ul li {
	list-style-type: none;
	padding-bottom:8px;
	}

#top-contents .news {
	font-size:110%;
	}

#top-contents .detail_btn a {
	background-color:#ffffff;
	border:solid 1px #28a7e1;
	border-radius:9999px;
	padding:8px 20px;
	font-size:90%;
	margin-top:12px;
	display:inline-block;
	color:#28a7e1;
	width:calc(100% - 52px);;
	text-align:center;
	}
#top-contents .detail_btn a:link {color:#28a7e1; text-decoration:none;}
#top-contents .detail_btn a:visited {color:#28a7e1; text-decoration:none;}
#top-contents .detail_btn a:active {color:#28a7e1; text-decoration: none;}
#top-contents .detail_btn a:hover {
	box-shadow: inset 0 0 20px rgba(40, 167, 225, 0.8), 0 0 20px rgba(40, 167, 225, 0.2);
	outline-color: rgba(40, 167, 225, 0);
	outline-offset: 15px;
	color:#28a7e1; text-decoration: none;
	}


#payment {
	width:1180px;
	margin:24px auto;
	}

#payment .payment_group {
	background-color:#ffffff;
	border-radius:16px;
	padding:24px;
	}

#payment img {
	width:80px;
	margin-right:10px;
	}


#banner {
	width:1180px;
	margin:24px auto;
	}

/*Trimming*/
section#trimming {
	width:1180px;
	margin:0 auto 24px auto;
	}

#service_menu .flexbox {
	display:flex;
	flex-wrap: wrap;
	}

#service_menu .flexbox_item {
	width:calc(50% - 32px);;
	padding-right:32px;
	}

section#trimming ol {
	margin-left:1em;
	}

table.salon {
	font-size:90%;
	}

table.salon td {
	text-align:center;
	}

table .recommend td.recommCell {
	background-color:#d3f1ff;
	font-weight:bold;
	color:#2ea7e0;
	}

th.recommCell {
	background-color:#d3f1ff;
	font-weight:bold;
	color:#000000;
	}

td.recommCell {
	background-color:#d3f1ff;
	}

table td.left {
	text-align:left;
	}


/*dentalcare*/
section#dentalcare {
	width:1180px;
	margin:0 auto 24px auto;
	}

#about_dentalcare .flexbox {
	display:flex;
	flex-wrap: wrap;
	}

#about_dentalcare .flexbox_item {
	width:calc(50% - 32px);;
	padding-right:32px;
	}

/*ddcm*/
section#ddcm {
	width:1180px;
	margin:0 auto 24px auto;
	}

section#ddcm .inner {
	background-color:#ffffff;
	padding:15px;
	}

dl {
	display: table;
	width:300px;
	}

dt,dd {
	display: table-cell;
	text-align:left;
	width:100px;
	}

dt:before {
	content: '';
	display: block;
	clear: both;
	}

.img_logo {
	float:right;
	}

/*cancel*/
section#cancel {
	width:1180px;
	margin:0 auto 24px auto;
	}


/*access*/
section#access {
	width:1180px;
	margin:0 auto 24px auto;
	}

section#access img{
	float:right;
	border:solid #666666 1px;
	width:400px;
	}

/*calendar*/
section#calendar {
	width:1180px;
	margin:0 auto 24px auto;
	}

section#calendar img{
	float:right;
	border:solid #666666 1px;
	width:400px;
	}

#calendar iframe{
	width:1180px;
	}

/*blog*/
section#blog {
	width:1180px;
	margin:24px auto;
	display:flex;
	}

#blog .inner_box {
	width:66%;
	padding-right:32px;
	}

footer {
        text-align:center;
        padding:20px;
        }
