@charset "utf-8";
/* CSS Document */

/**/

/**/

/**/

/* */

@font-face {
    font-family: 'KozGoPr6N-Bold';
    src: url(/import/tenant_28/153.126.201.239/import/tenant_1/153.126.201.239/html/fonts/KozGoPr6N-Bold.otf);
}
@font-face {
    font-family: 'KozGoPr6N-Medium';
    src: url(/import/tenant_28/153.126.201.239/import/tenant_1/153.126.201.239/html/fonts/KozGoPr6N-Medium.otf);
}

@font-face {
    font-family: 'KozGoPr6N-Regular';
    src: url(/import/tenant_28/153.126.201.239/import/tenant_1/153.126.201.239/html/fonts/KozGoPr6N-Regular.otf);
}




.nsans {
	font-family: 'Noto Sans', serif;
}

.nsansj {
	font-family: "Noto Sans Japanese", sans-serif;
}

.nserif {
	font-family: 'Noto Serif', serif;
}

.hannari {
	font-family: 'Hannari';
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
/*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;*/
/*	font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	*font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	/*font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";*/
    font-family: ﻿KozGoPr6N-Medium,﻿KozGoPr6N-Regular;
	line-height: 160%;
	color: #000;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {
	body,
	div,
	dl,
	dt,
	dd,
	ul,
	ol,
	li,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	form,
	input,
	button,
	p {
		font-family: "Noto Sans Japanese", 'Noto Sans', sans-serif;
	}
}

/*フォント系*/

[data-element-id] h1 {
	position: initial;
	text-indent: initial;
}

h1 {
	width: 100%;
	/* 	position: absolute;
	bottom: 200%; */
	font-size: 12px;
	font-weight: normal;
}

h2 {
	font-size: 40px;
	font-weight: bold;
}

h3 {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 50px;
}

h4 {
	font-size: 24px;
	font-weight: bold;
}

h5 {
	font-size: 18px;
	font-weight: bold;
}

.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs22 {
	font-size: 22px;
}

.fs24 {
	font-size: 24px;
}

.fs26 {
	font-size: 26px;
}

.fs28 {
	font-size: 28px;
}

.fs30 {
	font-size: 30px;
}

.fs32 {
	font-size: 32px;
}

.fs34 {
	font-size: 34px;
}

.fs36 {
	font-size: 36px;
}

.fs38 {
	font-size: 38px;
}

.fs40 {
	font-size: 40px;
}

.fs42 {
	font-size: 42px;
}

.fs44 {
	font-size: 44px;
}

.fs46 {
	font-size: 46px;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.white {
	color: #fff;
}

.wine{
    color:#A30034;
}
.pink{
    color:#eb6877;
}

.bb_wine{
    border-bottom: 1px solid #A30034;
}

.bg_wine{
    background-color: #A30034;
}
.bg_pink{
   background-color: #eb6877;
}
.hbox{
    border:2px solid #A30034;
    padding: 5px 10px;
    text-align: center;
    font-weight: normal;
    max-width: 470px;
    margin: 0 auto 50px;
}

@media only screen and (max-width: 599px) {
   .hbox{
    margin: 0 auto 30px;
}
}
.ta_c{
	text-align: center;
}

/*クリアフィックス*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.tel a{
    font-family: Arial;
    
}

.clearfix:before {
	display: block;
	content: "";
	clear: both;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}

.map {
	position: relative;
	overflow: hidden;
}

.map:after {
	display: block;
	content: "";
	padding-top: 55%;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: initial;
	width: 100%;
	height: 100%;
}

iframe {
	max-width: 100%;
}

img {
	vertical-align: top;
	border: none;
	max-width: 100% !important;
	height: auto !important;
}

img:not([src*="."]) {
	display: none;
}

.scale {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.scale:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

[data-element-id] .filter:before,
[data-element-id] .filterT:before,
[data-element-id] .filterR:before,
[data-element-id] .filterB:before,
[data-element-id] .filterL:before,
[data-element-id] .filterRad:before {
	display: none;
}

.filter,
.filterT,
.filterR,
.filterB,
.filterL,
.filterRad {
	position: relative;
}

.filter:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(255, 255, 255, 0.6);
}

.filterT:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterR:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterB:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterL:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
	background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterRad:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
}

.lb-outerContainer {
	width: 80% !important;
	max-width: 400px !important;
	height: auto !important;
}

.lightbox .lb-image {
	width: 100% !important;
	height: auto !important;
	border: none !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: initial !important;
}

.pic {
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 599px) {
.pic {
  padding:10px 0;
}
}

.pic img {
	width: 100%;
}

.bkimg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bkimg img {
	width: 100%;
	min-width: 1200px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

[data-element-id] .fead-mv {
	opacity: 1;
}

/* .fead-mv {
  opacity: 0;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
}

.mv {
  opacity: 1;
} */

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	opacity: 0.6;
	color: inherit;
	text-decoration: none;
}

a[href*="tel"] {
	pointer-events: none;
}

a[data-href="#"] {
	border: solid red 5px;
	display: block;
	position: relative !important;
	opacity: 1;
}

a[data-href*="."] {
	border: solid red 5px;
	display: block;
	position: relative !important;
	opacity: 1;
}

a[data-href="#"]:hover:before {
	content: "リンクが設定されていない可能性があります。";
	position: absolute !important;
	width: 100%;
	min-width: 200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 100%;
	color: red;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a[data-href*="."]:hover:before {
	content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
	position: absolute !important;
	width: 100%;
	min-width: 200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 100%;
	color: red;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tel a[data-href]:hover:before {
	content: "電話番号のリンクは自動的に設定されるので、リンク設定不要です。";
	position: absolute !important;
	width: 100%;
	min-width: 200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 100%;
	color: red;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
	content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
	display: block;
	line-height: 1.8;
	font-weight: bold;
	color: red;
	clear: both;
	background: #4c4c4c;
	padding: 5px;
	text-align: left;
	position: absolute;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
	width: 100%;
}

[data-collection-list-content]:hover:before {
	content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
	display: block;
	line-height: 1.8;
	font-weight: bold;
	color: red;
	clear: both;
	background: #4c4c4c;
	padding: 5px;
	text-align: left;
	position: absolute;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
	width: 100%;
}

ul,
li {
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

dl,
dt,
dd {
	text-align: left;
	padding: 0;
	margin: 0;
}

p {
	text-align: left;
}

/*フレックス*/

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.columnreverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.rowreverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*align-item*/

.itemstart {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.itemcenter {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.itemend {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/*align-content*/

.contentstart {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.contentcenter {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.contentend {
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

/*align-self*/

.selfstart {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.selfcenter {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.selfend {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.flex>div[data-collection-list-content],
.flexc>div[data-collection-list-content],
.flexs>div[data-collection-list-content],
.flexb>div[data-collection-list-content] {
	width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flexc>div[data-recommend-collection-list-content],
.flexs>div[data-recommend-collection-list-content],
.flexb>div[data-recommend-collection-list-content] {
	width: 100%;
}

.flex>div[data-collection-filtered-content],
.flexc>div[data-collection-filtered-content],
.flexs>div[data-collection-filtered-content],
.flexb>div[data-collection-filtered-content] {
	width: 100%;
}

.flex>div[data-collection-archive-content],
.flexc>div[data-collection-archive-content],
.flexs>div[data-collection-archive-content],
.flexb>div[data-collection-archive-content] {
	width: 100%;
}

.flex>div[data-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*カラム*/

.cc221 {
	width: 47%;
	margin-bottom: 4%;
}

.cc332 {
	width: 30%;
	margin-bottom: 4%;
}

.cc432 {
	width: 22%;
	margin-bottom: 4%;
}

.cc533 {
	width: 17%;
	margin-bottom: 4%;
}

.gr211 {
	width: 47%;
	margin-bottom: 4%;
}

.gr321 {
	width: 30%;
	margin-bottom: 4%;
}

.gr422 {
	width: 22%;
	margin-bottom: 4%;
}

.gr532 {
	width: 17%;
	margin-bottom: 4%;
}

.w100 {
	width: 100%;
}
.w85 {
	width: 85%;
}

.w76 {
	width: 76%;
}
.w70 {
	width: 70%;
}

.w68 {
	width: 78%;
}

.w65 {
	width: 65%;
}

.w60 {
	width: 60%;
}

.w55 {
	width: 55%;
}

.w50 {
	width: 50%;
}

.w48 {
	width: 48%;
}

.w45 {
	width: 45%;
}

.w40 {
	width: 40%;
}

.w35 {
	width: 35%;
}

.w30 {
	width: 30%;
}

.w25 {
	width: 25%;
}

.w23 {
	width: 23%;
}
    	.w10 {
	width: 10%;
}

[data-element-id] #wrapper {
	opacity: 1;
}

#wrapper {
	overflow: hidden;
}

.inner {
	width: 92%;
	max-width: 1200px;
	margin: auto;
	padding: 50px 0;
}

.subtit {
	position: relative;
	overflow: hidden;
}

.subtit h2 {
	text-align: center;
	width: 100%;
}

.subtit img {
	width: 100%;
}

.more {
	text-align: center;
	margin: 30px auto;
	width: 80%;
	max-width: 200px;
}

.more a {
	display: block;
	color: #fff;
	padding: 10px 20px;
}

.mainimg {
	position: relative;
	overflow: hidden;
	height: 600px;
}
.inner {
	padding-bottom: 40px;
	}

.mainimg img {
	width: 100%;
}

.tfmxy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.mainimg .uk-slidenav-position {
	position: relative;
	overflow: hidden;
}

.mainimg .uk-slidenav-position:after {
	padding-top: 37%;
	content: '';
	display: block;
}

.mainimg .uk-slideshow {
	position: absolute;
	top: 0;
}
   .ta_c{
        text-align: center !important;
    }
#gnav ul li.sp_db{
    display: none;
}


[data-element-id]#gnav ul li{
    width:11%;
}

[data-element-id]#gnav ul li.sp_db{
    display: block;
    width:11%;
}


@media only screen and (max-width: 1024px) {
    #gnav ul li.sp_db{
    display: block;
    }
    #gnav ul li a{
        color: #A30034;
    }

    
	.bkimg {
		position: relative;
	}
	.bkimg img {
		min-width: initial !important;
	}
	h2 {
		font-size: 34px;
	}
	h3 {
		font-size: 28px;
		margin-bottom: 40px;
	}
	h4 {
		font-size: 20px;
	}
	.fs20 {
		font-size: 18px;
	}
	.fs22 {
		font-size: 20px;
	}
	.fs24 {
		font-size: 20px;
	}
	.fs26 {
		font-size: 22px;
	}
	.fs28 {
		font-size: 22px;
	}
	.fs30 {
		font-size: 24px;
	}
	.fs32 {
		font-size: 24px;
	}
	.fs34 {
		font-size: 26px;
	}
	.fs36 {
		font-size: 26px;
	}
	.fs38 {
		font-size: 28px;
	}
	.fs40 {
		font-size: 28px;
	}
	.fs42 {
		font-size: 30px;
	}
	.fs44 {
		font-size: 30px;
	}
	.fs46 {
		font-size: 32px;
	}
	a[href*="tel"] {
		pointer-events: initial !important;
	}
	.flex {
		max-width: 768px;
		margin: auto;
	}
	.flexc {
		max-width: 768px;
		margin: auto;
	}
	.flexs {
		max-width: 768px;
		margin: auto;
	}
	.flexb {
		max-width: 768px;
		margin: auto;
	}
	/* カラム */
	.cc221 {
		width: 47%;
	}
	.cc332 {
		width: 30%;
	}
	.cc432 {
		width: 30%;
	}
	.cc533 {
		width: 30%;
	}
	.gr211 {
		width: 97%;
	}
	.gr321 {
		width: 47%;
	}
	.gr422 {
		width: 47%;
	}
	.gr532 {
		width: 30%;
	}
	.inner {
		width: 93%;
		max-width: 768px;
		padding: 40px 0;
	}
	#gnav p {
		display: block !important;
		position: fixed;
		width: 42px;
		height: 42px;
		top: 0px;
		right: 0px;
		background: #A30034;
		cursor: pointer;
		opacity: 0.8;
		z-index: 999;
	}
	#gnav p span.n {
		display: block;
		background: #fff;
		height: 2px;
		width: 28px;
		text-indent: 9999px;
		padding: 0;
		top: 50%;
		left: 7px;
		margin-top: -1px;
		position: absolute;
		-webkit-transition: ease .40s;
		transition: ease .40s;
	}
	#gnav p span.n:before {
		display: block;
		content: "";
		background: #fff;
		height: 2px;
		width: 28px;
		position: absolute;
		top: -10px;
		left: 0;
	}
	#gnav p span.n:after {
		display: block;
		content: "";
		background: #fff;
		height: 2px;
		width: 28px;
		position: absolute;
		top: 10px;
		left: 0;
	}
	#gnav.action p span.n {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#gnav.action p span.n:after,
	#gnav.action p span.n:before {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 0;
		left: 0;
	}
	#gnav .accordion-body {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		opacity: 0;
		-webkit-transition: height ease .1s, opacity ease .4s;
		transition: height ease .1s, opacity ease .4s;
		padding: 0;
		border: none;
		padding-bottom: 0;
		background: rgba(255, 255, 255, 0.8);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
		z-index: -10;
	}
	#gnav.action .accordion-body {
		height: 100vh;
		opacity: 1;
		z-index: 250;
	}
	#gnav .accordion-inner {
		width: 100%;
		padding-top: 50px;
		padding-bottom: 80px;
	}
	#gnav li {
		display: block !important;
		width: 100%;
		text-align: center;
		float: none;
		border: none !important;
		border-bottom: 1px dotted #cacad9 !important;
		padding: 0 !important;
		margin-top: 0;
	}
	#gnav li:hover:before {
		display: none;
	}
	#gnav ul li a {
		height: auto;
		display: block;
		text-align: left;
		padding: 10px 15px;
		border: none !important;
	}
	.overlay:after {
		content: "";
		width: 100%;
		height: 100vh;
		/* background: #000; */
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0.3;
		z-index: 150;
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}
}
@media only screen and (max-width: 599px) {
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	.fs18 {
		font-size: 16px;
	}
	.fs20 {
		font-size: 18px;
	}
	.fs22 {
		font-size: 18px;
	}
	.fs24 {
		font-size: 20px;
	}
	.fs26 {
		font-size: 20px;
	}
	.fs28 {
		font-size: 22px;
	}
	.fs30 {
		font-size: 22px;
	}
	.fs32 {
		font-size: 24px;
	}
	.fs34 {
		font-size: 24px;
	}
	.fs36 {
		font-size: 26px;
	}
	.fs38 {
		font-size: 26px;
	}
	.fs40 {
		font-size: 28px;
	}
	.fs42 {
		font-size: 28px;
	}
	.fs44 {
		font-size: 30px;
	}
	.fs46 {
		font-size: 32px;
	}
	.flex {
		max-width: 450px;
		margin: auto;
	}
	.flexc {
		max-width: 450px;
		margin: auto;
	}
	.flexs {
		max-width: 450px;
		margin: auto;
	}
	.flexb {
		max-width: 450px;
		margin: auto;
	}
	/* カラム */
	.cc221 {
		width: 97%;
	}
	.cc332 {
		width: 47%;
	}
	.cc432 {
		width: 47%;
	}
	.cc533 {
		width: 30%;
	}
	.gr211 {
		width: 97%;
	}
	.gr321 {
		width: 97%;
	}
	.gr422 {
		width: 47%;
	}
	.gr532 {
		width: 47%;
	}
    .w85 {
	width: 100%;
}
    
    .w76 {
	width: 100%;
    }
	.w70 {
        width: 100%;
	}
	.w68 {
	width: 100%;
	}
	.w65 {
        width: 100%;
	}
	.w60 {
        width: 100%;
	}
	.w55 {
        width: 100%;
	}
	.w50 {
        width: 100%;
	}
	.w48 {
        width: 100%;
	}
	.w45 {
        width: 100%;
	}
	.w40 {
        width: 100%;
	}
	.w35 {
        width: 100%;
	}
	.w30 {
        width: 100%;
	}
	.w25 {
		width: 100%;
	}
	.w23 {
	width: 100%;
}
    	.w10 {
	width: 100%;
}
	.inner {
		width: 94%;
		max-width: 450px;
		padding: 30px 0;
	}
}

.trimmingInner {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




/*ヘッダー*/
#header h1{
  font-family: ﻿AdobeInvisFont, ﻿KozGoPr6N-Regular;
  font-size: 11px;
  color: rgba(149, 149, 149, 255);
  text-align: left;  
}
#header .headlogo a .logo{
   font-family: ﻿KozGoPr6N-Bold, ﻿AdobeInvisFont, ﻿KozGoPr6N-Regular;
    font-size: 36px;
    color: #A30034;
    text-align: center; 
    padding-top: 5px;
}
#header .headlogo a .logo .en{
    font-family: ﻿Arial-BoldMT, ﻿AdobeInvisFont, ﻿KozGoPr6N-Regular;
    font-size: 14px;
    color: rgba(67, 67, 67, 255);
    text-align: center;
    line-height: 100%;
}
#header .headlogo {
    width: 24%;
    margin-right: auto;
    min-width: 220px;
}

#header .headlogo .logo img {
    height: 90px !important;
}

@media screen and (max-width:1024px) {
#header .headlogo .logo img {
    width: auto!important;
    max-width: 100%!important;
}
}

#header .time {
/*    width: 43%;*/
    width: 40%;
    /*margin:0 1.6%;*/
}
#header .right .info .telbtn > div{
    width: 74%; 
    padding-left: 5px;
}
#header .right .info .telbtn div{
    display: inline-block;
}

#header .right .info .telbtn img{
   height: 36px !important;
   width: 56px;
}
#header .right .info .telbtn dt{
font-size: 12px;
color: rgba(67, 67, 67, 255);
text-align: left;
}
#header .right .info .telbtn dd{
/*font-size: 30px;*/
font-size: 24px;
color: rgba(67, 67, 67, 255);
text-align: left;
    font-family: Arial;
font-weight: bold;
line-height: 100%;
}
#header .right .info .telbtn dd a{
/*font-size: 30px;*/
font-size: 24px;
color: rgba(67, 67, 67, 255);
text-align: left;
font-weight: bold;
}
#header .right .info .mailbtn{
   background: #f39800; 
   padding: 12px 4%;
}
#header .right .info .mailbtn dd{
    padding-left: 16px;
    color: #fff;
    font-size: 16px;
}
#header .right .info{
    width: 68%;
    margin-right: auto; 
}
#header .right .webbtn{
    width: 27%;
    margin-right: auto;
    border: solid 2px #A30034; 
    font-family: "KozGoPr6N-bold"
}
#header .right .webbtn a{
    display: block;
}

#header .right .webbtn span{
   color: rgba(230, 0, 18, 255);
   font-family: "KozGoPr6N-bold"
}
#header .right .webbtn dd,#header .right .webbtn dt{
    text-align: center;
    color: #A30034;
    font-family: "KozGoPr6N-bold"
}
#header .right{
   width: 33%;
    margin-left: auto; 
    min-width: 333px;
}
#header .headerinner {
    max-width: 1200px;
    margin: auto;
    padding: 25px 4%;
    transition: 0.4s;
}
#header {
    background: rgba(255, 255, 255, 0.9);
    /*z-index: 150;*/
    width: 100%;
    top: 0;
    left: 0;
}


/*フィックスした時のCSS*/
#header.fixed{
    position: absolute;
    top:0;
    z-index: 100;
    
}
#header.fixed .time{
    display: none;
}

#header.fixed .right{
    width: 76%;
}
#header.fixed .right .info dl{
    width: 48%; 
    float: left;
}
#header.fixed .right .webbtn{
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#header.fixed .right .info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
}
#header.fixed h1{
    opacity: 0;
    height: 0;
}

#header.fixed .headlogo a .logo{
    padding-top: 0px;
}

#header.fixed .right .webbtn{
  display: block;
  padding: 5px
}

#header.fixed .right .webbtn a{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#header.fixed .right .webbtn dd, #header.fixed .right .webbtn dt{
/*     float:left;*/
}
#header.fixed .headerinner{
    padding: 8px 4%;
}

@media only screen and (max-width: 1024px) {
  #wrapper{
    padding-bottom: 40px;
  }
  .side .undersidenav.sideinfo li:last-child{
    /* display: none; */
  }
  #header.fixed .headlogo a .logo{
    padding-top: 20px;
  }
    #header .headlogo{
        /* width: 30%; */
        width:100%;
    }
    #header .right{
         /* width: 65%; */
         width:76%;
        /* max-width: 332px; */
        position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    z-index: 99;
    }
    
    #header .time {
        /* -webkit-box-ordinal-group:2;
        -webkit-order:1;
        -ms-flex-order:1;
        order:1;
        width: 80%;
        max-width: 400px;
        padding-top: 40px;
        margin: 0 auto; */
        display: none;
    }
    #header .right .info dl {
    /* width: 100%;*/
    width:auto;
    float: left;
}
#header .right .info{
  /* width:50%; */
  width:auto;
  padding-top: 5px;
  margin:0 auto;
}
#header .right .info .mailbtn{
  display: none;
}
#header .right .webbtn{
  width:50%;
  padding: 5px;
  display: none !important;
}
#header.fixed .right .info dl{
  width: 100%;
}

#header .headlogo a .logo{
  padding-bottom: 20px
}
#header .right .info .telbtn > div{
  width:auto;
}


#header .right .webbtn a{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
}
@media only screen and (max-width: 599px) {
    #header .headerinner{
        padding: 0px 0;
    }
 #header .headlogo{
        width: 80%;
        margin: 0 auto;
       /*  padding-bottom: 30px; */
    }
    #header.fixed .headlogo a .logo{
      padding-top: 20px;
    }
    #header .right{
        width: 80%;
        max-width: 332px;
        margin: 0 auto;
    }
    #header .right .info{
        width: 100%;
        max-width: 225px;
        margin: 0 auto;
    }
    #header .right .webbtn{
    margin-top: 20px;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    }
   #header .right .webbtn dd, #header .right .webbtn dt{
        padding: 0 5px;
    }
    #header .time {
        width: 90%;
        padding-top: 20px;
    }
}
/*ヘッダーここまで*/

/*Gナビ*/
#gnav li:first-of-type {
    border-left: dotted 1px #A30034;
}
#gnav li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: dotted 1px #A30034;
    padding: 5px;
    text-align: center;
}
#gnav li a{
    font-weight: bold;
}
#gnav ul {
    max-width: 1200px;
    margin: auto;
    padding: 10px 0;
}
#gnav .accordion-body{
    border-top:2px solid #A30034;
    border-bottom: 2px solid #A30034;
}

/*Gナビここまで*/
/*診療時間*/
.time td,.time th {
    color: #A30034;
    text-align: center;
    margin: 0;
    padding: 4px 2%;
    font-size: 12px;
    border-right:solid 1px #eaeaea; 
    border-bottom:solid 1px #eaeaea; 
}
.time :first-of-type th,.time :first-of-type th{
    border-left:solid 1px #eaeaea; 
}
.time th {
    width: 30%;
}
.time tr:first-of-type th, .time tr:first-of-type td{
    background: #A30034;
    color:#fff;
}
.time table {
    width: 100%;
    border-collapse: collapse;
}
/*診療時間ここまで*/
/*スライダー*/
.mainimg .maintxt {
    position: absolute !important;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    text-align: center;
    color: #A30034;
    width: 100%;
    font-weight: bold;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    font-size: 20px;
}
.mainimg .maintxt .min{
    font-style: 24px;
}
.mainimg {
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .mainimg .maintxt {
    left: 40%;
}
    .mainimg .maintxt.fs46{
        font-size: 18px;
    }
    .mainimg .maintxt .fs46{
        font-size: 18px;
    }
    .mainimg .maintxt .fs38 {
      font-size: 15px;  
    }
}
/*サブナビ*/
.sabnav li:first-of-type {
    border-left: dotted 1px #fff;
}
.sabnav  li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: dotted 1px #fff;
    padding: 5px;
    text-align: center;
    width: 12.5%;
}
.sabnav  li a{
    font-weight: bold;
    color:#fff;
}
.sabnav  li a .title01{
   width: 100%;
   margin: 0 auto;
    display: block;
    padding-top: 5px;
}
.sabnav ul {
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}
.sabnav{
    width:100%;

}
@media only screen and (max-width: 599px) {
.sabnav{
    display: none;
}
}
/*サブナビここまで*/

/*home-news*/
.home-news .list dt{
    width: 17%;
    color:#e60012;
    font-weight: bold;
}

.home-news .list dd{
     width: 80%;
}
.home-news .list dl{
    padding-bottom: 22px;
    border-bottom: dotted 1px #A30034;
    margin-bottom: 22px;
}
.home-news .inner{
   max-width: 900px;
}
.more {
    text-align: center;
    margin: 20px auto 0;
    width: 80%;
    max-width: 160px;
}
.more a {
    position: relative;
    display: block;
}
.more a:before {
    display: block;
    content:"";
    background:url(/import/tenant_28/153.126.201.239/import/tenant_1/153.126.201.239/html/images/arrow01.png);
    position: absolute;
    right: 10px;
    z-index: 1;
    height: 15px;
    width: 8px;
    content: '';/*何も入れない*/
    background-size: contain;
    vertical-align: middle;
    margin:auto;
    top:0;
    bottom:0;
}
@media only screen and (max-width: 599px) {
.home-news .list dt,.home-news .list dd{
    width: 100%;
}
}
/*home-menu*/
.home-menu .tit{
    padding: 18px 0;
    text-align: center;
}
.home-menu dl{
    margin-bottom: 20px;
    width: 15%;
}
.home-menu dl .tit{
    font-size: 18px;
}

.home-menu dl:nth-of-type(1),.home-menu dl:nth-of-type(2),.home-menu dl:nth-of-type(3){
    margin-bottom: 35px;
    width: 30%;
}
.home-menu dl:nth-of-type(1) .tit,.home-menu dl:nth-of-type(2) .tit,.home-menu dl:nth-of-type(3) .tit{
    font-size: 24px;
}
.home-menu .inner{
    max-width: 1200px;
    padding:0;
}
@media only screen and (max-width: 1024px) {
    .home-menu dl{
        width: 30%;
    }
    .home-menu dl:nth-of-type(1) .tit,.home-menu dl:nth-of-type(2) .tit,.home-menu dl:nth-of-type(3) .tit{
 font-size: 18px;
}
}
@media only screen and (max-width: 599px) {
    .home-menu dl{
        width: 48%;
    }  
    .home-menu dl:nth-of-type(1),.home-menu dl:nth-of-type(2),.home-menu dl:nth-of-type(3){
         width: 48%;
    }
    .home-menu dl:nth-of-type(1) .tit,.home-menu dl:nth-of-type(2) .tit,.home-menu dl:nth-of-type(3) .tit{
/*    font-size: 16px;*/
}   
}
/*home-side*/
#main .side .sideinfo .telbtn img {
    height: 36px !important;
    width: 56px;
    margin-right: 5px;
}
#main .side .sideinfo .telbtn dd a {
     font-size: 30px;
    color: rgba(67, 67, 67, 255);
    text-align: left;
    font-weight: bold;
}
#main .side .sideinfo .telbtn dt {
    font-size: 12px;
    color: rgba(67, 67, 67, 255);
    text-align: left;
}
#main .side .sideinfo .mailbtn dd {
    padding-left: 16px;
    color: #fff;
    font-size: 16px;
}
#main .side .sideinfo .mailbtn {
    background: #f39800;
    padding: 12px 4%;
    margin-top: 25px;
}
#main .side .sideinfo .info{
	width: 95%;
	margin: 0 auto;
}


#main .side .sideinfo{
   border: solid 2px #A30034;
   margin-bottom: 30px;
}

#main .side .webbtn {
    width: 95%;
   margin: 0 auto;
    border: solid 2px #A30034;
    font-family: "KozGoPr6N-bold";
}
#main .side .webbtn {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    width: 95%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#main .side .webbtn dt{
	width: 60%;
}
#main .side .webbtn dt img{
	width: 80%;
	margin: 0 auto;
	display: block;
}
#main .side .webbtn dd{
	text-align: center;
}
#main .side .logo{
	padding: 10px 0;
	margin-bottom: 10px;
	text-align: center;
}
#main .side .logo img{
  height: 90px !important;
}
#main .side .side_map iframe{
	width: 100%;
	height: 203px;
}
#main .side .side_map{
	width: 90%;
	margin: 20px auto;
}
#main .side {
    width: 22.5%;
    min-width: 270px;
/*     border: solid 3px #A30034;*/
}
@media only screen and (max-width: 1024px) {
#main .side .sideinfo.sp_none{
    display: none;
}
#main .side .sideinfo{
    display: block;
    width: 100%;
}
#main .side {
    width: 100%;
}
  
}
#main .content .home-agree{
	 border: solid 1px #A30034;
}

#main .content {
/*    width: 76%;*/
    width: 69%;
}
.home-agree .tbox {
    /*width: 50%;*/
    /*margin: 20px -10% 0 10%;*/
    position: relative;
    z-index: 5;
}
.home-agree h3{
    margin-bottom: 17px;
}
.home-agree .right .name{
     text-align: center;
     display: block;
    margin: 0 auto;
    padding-top: 20px;
}
.home-agree .right{
      width: 30%; 
      padding-bottom: 40px;
}
.home-agree .left{
    width: 65%;
    padding-left: 20px;
    padding-bottom: 20px;
}
.home-agree .pic {
    max-width: 180px;
    border: solid 5px #fff;
    display: block;
    margin: 0 auto;
}
.home-agree .bkpic{
    position: absolute;
    top: 0;
    right:0;
    left: auto;
    width: 60%;
    z-index: 1;
}
[data-element-id].home-agree .bkpic{
  position: relative;
}


.home-agree .bkpic img{
    width: 100%;
    opacity: 0.4;
}
.home-agree{
    position: relative;
    overflow: hidden;
}
/*home-recruit*/
#main .content .home-agree.home-recruit{
	 border: solid 10px #c8c8c9;
	 margin-top: 30px;
}
.home-agree.home-recruit h3{
	font-weight: normal;
	color: rgba(235, 104, 119, 255);
}
.home-recruit .left .txt{
	text-align: center;
}
.home-agree.home-recruit .bkpic{
	width: 60%;
}
.home-agree.home-recruit .left{
	padding: 80px 10px 80px;
    width: 73%;
	}
@media only screen and (max-width: 1024px) {
   #main .content{
     width: 98%;
}
    .home-agree .bkpic{
        width:70%;
}
.home-agree.home-recruit .bkpic{
        width:100%;
}   
.home-agree.home-recruit .left{
        width: 93%;
    }
}
@media only screen and (max-width: 599px) {
    .home-agree .bkpic,.home-agree.home-recruit .bkpic{
        width:100%;
} 
    .home-agree .right,.home-agree .left{
       width: 100%; 
    }
    .home-agree .tbox{
      -webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
    }
    .home-agree .pic{
        margin-top: 30px;
        max-width: 80%;
    }
    .home-agree .right{
        padding-bottom: 20px;
}
    .home-recruit .bkpic{
        position: relative;
    }
    
    .home-recruit .bkpic img{
        opacity: 1;
} 
    .home-recruit .left{
        padding: 20px;
    }
    .home-recruit .left .w20{
        margin: 0 auto;
}
    .home-agree.home-recruit h3{
        margin-top:17px;
}
}
　/*コンセプト*/
.home-concept h3{
    text-align: center;
}
.home-concept dl{
    background: #f6f6f6;
    padding: 30px 10px 10px;
}
.home-concept dl.gr422{
  width: 30%;
}
.home-concept dl dt,.home-concept dl dd{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
.home-concept dl dt{
  font-size: 22px;
    color: #A30034;
}
@media only screen and (max-width: 1024px) {
.home-concept dl{
    margin-bottom: 20px;
    padding: 30px 10px;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    
}
    .home-concept dl dt{
        padding-bottom: 10px;
    }  
}


/*home-faq*/
/*
.home-faq,.home-blog{
    width:49%;
}
*/
.home-faq h4{
    text-align: center;
}
.home-faq dd,.home-faq dt{
    padding: 14px;
    padding-left: 49px;
}
.home-faq dd{
    background-color: #eb6877;
    position: relative;
}
.home-faq dd:before{
   display: block;
    content: "";
    background: url(/import/tenant_28/153.126.201.239/upload/tenant_1/d4a805329c776a433d863c8246df4d92.png) no-repeat;
    position: absolute;
    left: 10px;
    z-index: 1;
    height: 25px;
    width: 25px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: auto;
    top: 0;
    bottom: 0; 
}


.home-faq dt{
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    height: 39px;
    
}
.home-faq dt:before{
   display: block;
    content: "";
    background: url(/import/tenant_28/153.126.201.239/upload/tenant_1/279f805d313aaefdb0ff195b1731cf50.png) no-repeat;
    position: absolute;
    left: 10px;
    z-index: 1;
    height: 25px;
    width: 25px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: auto;
    top: 8px;
    bottom: 0; 
}
/*home-faq*/
.home-facility{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.home-agree.home-facility .pic{
	border: solid 1px #A30034;
	max-width: 100%;
	margin-bottom: 24px;
}
.home-agree.home-facility .left{
	padding: 40px 0;

}
.home-agree.home-facility .bkpic{
	width: 100%;
}

@media only screen and (max-width: 599px) {
.home-agree.home-facility .left .w30{
    width: 40%;
    margin: 0 auto;
}
.home-agree.home-facility .bkpic{
  position: relative;
}
    .home-agree.home-facility .bkpic img{
        opacity: 1;
    } 
}
/*home-blog*/
.home-blog .list dt{
    width: 100%;
    color:#e60012;
    font-weight: bold;
}

.home-blog .list dd{
     width: 80%;
}
.home-blog .list dl{
    padding-bottom: 20px;
    border-bottom: dotted 1px #A30034;
    margin-bottom: 19px;
}
.home-blog .list h4,.home-faq h4{
    margin-bottom: 16px;
    
}
@media only screen and (max-width: 599px) {
.home-faq,.home-blog{
    margin-bottom: 40px;
}
}

/*footer*/
#footer{
	border-top:10px solid #A30034;
	margin-top: 100px;
}
#footer .inner li a{
    padding-left: 20px;
    position: relative;
    color: #A30034;
    font-weight: bold;

}
#footer .inner li a:before {
    display: block;
    content: "";
    background: url(/import/tenant_28/153.126.201.239/upload/tenant_1/c6e9c9250afb16c7ac4ce074c2a916aa.png);
    position: absolute;
    left: 10px;
    z-index: 1;
    height: 15px;
    width: 8px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}
#footer .inner li{
	margin-bottom: 10px;
}
#footer .footlogo a .logo{
	text-align: center;
	padding: 65px 0 30px;

}
#footer .side .sideinfo .telbtn img {
    height: 36px !important;
    width: 56px;
    margin-right: 5px;
}

#footer .side .sideinfo .info {
    width: 95%;
    margin: 0 auto;
}
#footer .side .sideinfo .telbtn dt {
    font-size: 12px;
    color: rgba(67, 67, 67, 255);
    text-align: left;
}
#footer .side .sideinfo .telbtn dd a {
    font-size: 30px;
    color: rgba(67, 67, 67, 255);
    text-align: left;
    font-weight: bold;
}
#footer .side .sideinfo .mailbtn {
    background: #f39800;
    padding: 8px 4%;
    margin-top: 25px;
}
#footer .side .sideinfo .mailbtn dd {
    padding-left: 16px;
    color: #fff;
    font-size: 16px;
}
#footer .side .webbtn {
    width: 95%;
    margin: 0 auto;
    border: solid 2px #A30034;
    font-family: "KozGoPr6N-bold";
}
#footer .side .webbtn {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    width: 95%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#footer .side .webbtn dt {
    width:48%;
}
#footer .side .webbtn dt img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
#footer .side .webbtn dd {
    text-align: center;
    font-size: 12px;
}
#footer table{
	height: 100%;
	max-height: 128px;
	margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
}
#footer .copy{
	margin-top: 70px;
	text-align: center;
}
#footer .time td,#footer .time th{
	font-size: 16px;

    
}
#footer .nav{
    width: 50%;
    
}
#footer .w23{
    max-width: 270px;
    margin: 0 auto;
    min-width: 270px;
}
#footer #totop{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    text-align: center;
    font-family: Meiryo;
}


@media only screen and (max-width: 1024px) {
#footer #totop{
  display: none !important;
}
}

@media only screen and (max-width: 599px) {
#footer .time td, #footer .time th{
    font-size: 14px;
    padding: 4px 1.4%;
}

#footer{
  margin-top: 60px;
}


#header .right .info{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 5px;
    /* width: 96%; */
    margin: 0 auto;
    /* min-width: 320px; */
    z-index: 99;
    /* background-color: #fff; */
}
#header .right .info .mailbtn{
  display: none;
}
#header .right{
  /* background-color: #fff; */
}

#header .time,#header .right .webbtn,#header.fixed .right .webbtn{
  display: none;
}
#wrapper{
  /* padding-bottom: 80px; */
}



}


/*下層共通*/
/*下層アイキャッチ画像*/
.underimg.mainimg{
    border-bottom: 10px solid #A30034;
}
/*下層サイド*/
.side .undersidenav.sideinfo{
    /*  margin-bottom: 30px; */   
}
.side .undersidenav.sideinfo li{
    padding: 0px 15px 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
    margin-left: 13px;
    margin-right: 13px;
}
.side .undersidenav.sideinfo li:first-child{
    padding-top:20px;
}
.side .undersidenav.sideinfo li:last-child{
    border-bottom: 0px solid #f6f6f6;
    margin-bottom: 0px;
    
}
.side .undersidenav.sideinfo li a{
    padding-left: 40px;
    font-size: 18px;
    position: relative;
}
.side .undersidenav.sideinfo li a:before {
    display: block;
    content: "";
    background: url(/import/tenant_28/153.126.201.239/upload/tenant_1/daa40978c8e2c904f466878bf394cad9.png) no-repeat;
    position: absolute;
    left: 10px;
    z-index: 1;
    height: 28px;
    width: 28px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}
/*下層メイン*/
.undercontents h3{
    font-weight: normal;
}
/*医院案内*/
.clinic_guide .under_concept .left{
    background-color: #f6f6f6;
    padding: 20px;
    border:solid 2px #A30034;
    text-align: center;
}
.clinic_guide .under_concept .box{
    margin-bottom: 24px;
}
.clinic_guide .under_concept .mb30{
    margin-bottom: 30px;
}
.clinic_guide .under_concept{
    padding-bottom: 80px;
}

#main .undercontents .undertxtpattern01{
    padding-bottom: 80px;
}
#main .undercontents .undertxtpattern01 h4{
    margin-bottom: 20px;
}

#main .undercontents .undertxtpattern01 .txt .tel.wine a{
    color: #A30034;
    font-weight: bold;
}
@media only screen and (max-width: 1024px) {
   .clinic_guide .under_concept .box{
    width: 100%;
}
}
@media only screen and (max-width: 599px) {
   .clinic_guide .under_concept .left{
    width: 70%;
    margin-bottom: 30px;
}
  .clinic_guide .under_concept .right{
    width: 70%;
    margin-bottom: 20px;
}
    .mainimg.underimg .maintxt{
        left:30%;
    }   
}
/*院長挨拶*/
#main.director .under_greeting h3{
    margin-bottom: 0px;
    color: rgba(67, 67, 67, 255);
}
#main.director .under_greeting h3 .pink{
    padding-right: 30px;
}
#main.director .under_greeting .pic{
    margin:15px 0;
}
#main.director .under_greeting .pic img{
    opacity: 0.5;
}
#main.director .under_greeting{
    padding-bottom: 50px;
}
#main.director .undercontents .undertxtpattern01{
    padding-bottom: 65px;
}
/*一般歯科*/
#main.general .under_general .ma60{
    margin-bottom: 60px;
}
#main.general .under_general .undertxtpattern01{
   padding-bottom: 40px; 
}

#main.general .generalbox h5{
    border-bottom: solid 1px #A30034;
    padding-bottom: 6px;
    margin-bottom: 16px;  
}
#main.general .generalbox dt{
    width: 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#main.general .generalbox dd{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.58%;
}
#main.general .generalbox dl{
  margin-bottom: 27px;
}
#main.general .generalbox dl:last-child{
    margin-bottom: 0px;
}
#main.general .generalbox .w85{
    width: 87%;
}
#main.general .generalbox{
    background-color: #f6f6f6;
    margin-bottom: 30px;
    padding: 18px 15px;
}
@media only screen and (max-width: 1024px) {
#main.general .generalbox dt{
    width: 100%;
}
#main.general .generalbox dd{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    }
    #main.general .generalbox .w10{
        width: 100%;
        text-align: center;
}
    #main.general .generalbox .w85{
        width: 100%;
    }
}
/*予防歯科*/

.under_prevention .undertxtpattern02{
    padding-bottom: 60px;
    margin-bottom: 40px;
}
#main.prevention .undercontents .undertxtpattern01 h4{
    margin-bottom: 10px;
    
}
#main.prevention .under_prevention.bb_wine{
    padding-bottom: 30px;
    margin-bottom: 40px;
}
#main.prevention .undertxtpattern02 .txt02{
    padding-top: 22px;
}

#main.prevention .undertxtpattern01 .w50 .pic{
    margin:20px 0;
}

/*歯周病*/
#main.general .under_general .ma20{
    margin-bottom: 20px;
}

#main.general .under_general .ma40{
    margin-bottom: 40px;
}
#main.general.shisyubyou .under_general.shisyubyou01{
    padding-bottom: 30px;
    margin-bottom: 40px;
}

#main.general.shisyubyou .under_general.shisyubyou01{
    padding-bottom: 30px;
    margin-bottom: 40px;
}

#main.general.shisyubyou .under_general.shisyubyou02{
    padding-bottom: 40px;
    margin-bottom: 40px;
}
#main.general.shisyubyou .under_general.shisyubyou03 .flexb:nth-last-child(2n+1){
    -webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#main.general.shisyubyou .under_general.shisyubyou03 h4{
    margin-bottom: 20px;
}
#main.general.shisyubyou .under_general.shisyubyou03{
    padding-bottom: 20px;
    margin-bottom: 40px;
}

/*小児歯科*/
#main.general .under_general.syounika01{
     padding-bottom: 60px;
    margin-bottom: 40px;
}
#main.general .under_general.syounika02 .txt{
     margin-bottom: 40px;
}
#main.general .under_general.syounika02{
     padding-bottom: 20px;
    margin-bottom: 40px; 
}

#main.general .under_general.syounika03 .tit{
    margin-top: 38px;
}
#main.general .under_general.syounika03{
     padding-bottom: 60px;
    margin-bottom: 40px;
}
#main.general .under_general.syounika04 .tit{
   margin-bottom: 10px;
}
#main.general .under_general.syounika04 .flexb:nth-last-child(2n+2){
    -webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#main.general .under_general.syounika04 .flexb{
    margin-bottom: 40px;
}
#main.general .under_general.syounika04{
    margin-bottom: 40px;
}

/*審美歯科*/
#main.general .under_general.shinbi01 .flexb{
    margin-bottom: 20px;
}

#main.general .under_general.shinbi01 .txt01{
    margin-bottom: 30px;
}
#main.general .under_general.shinbi01{
    padding-bottom: 30px;
    margin-bottom: 40px;
}

#main.general .under_general.shinbi02 .arrow{
    position: relative;
    display: block;
    height: 100%;
    
}
#main.general .under_general.shinbi02 .arrow img{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 30px !important;
}
#main.general .under_general.shinbi02 .box{
    margin: 20px 0;
    padding: 20px 0;
    background-color: #f6f6f6;
}
#main.general .under_general.shinbi02 .tit{
    margin-bottom: 10px;   
}
#main.general .under_general.shinbi02 .txt01{
    margin-bottom: 25px;
}
#main.general .under_general.shinbi02 .txtbox01{
    padding-bottom: 60px;
}
#main.general .under_general.shinbi02{
    padding-bottom: 40px;
    margin-bottom: 40px;
}
#main.general .under_general.shinbi03{
    padding-bottom: 60px;
    margin-bottom: 40px;
}
#main.general .under_general.shinbi04 .txtbox{
    margin-bottom: 40px;
}
#main.general .under_general.shinbi04 .tit{
    margin-bottom: 10px;   
}
#main.general .under_general.shinbi04 .txt01{
    margin-bottom: 40px;
}
#main.general .under_general.shinbi04 li{
    padding-bottom: 10px;
}
#main.general .under_general.shinbi04{
    padding-bottom: 60px;
    margin-bottom: 40px;
}
/*義歯、入れ歯*/
#main.general .under_general.gishi01 h4{
    padding-bottom: 10px;
    margin-bottom: 24px;
}

#main.general .under_general.gishi01 .flexb:nth-last-child(2n+2){
    -webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#main.general .under_general.gishi01 .flexb{
    margin-bottom: 40px;
}

#main.general .under_general.gishi01 .undertxtpattern01{
    padding-bottom: 0;
}
#main.general .under_general.gishi01{
    padding-bottom: 20px;
    margin-bottom: 40px;
}

#main.general .gishi02 .w48{
    margin-top: 50px;
}

#main.general .gishi02 .w48 h5{
    margin-bottom: 25px;
}
#main.general .gishi02 .w48 ul{
    margin: 14px 0 30px;
}
#main.general .gishi02 .w48 li{
    margin-bottom: 10px;
}
#main.general .gishi02{
    padding-bottom: 30px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 599px) {
#main.general .under_general.shinbi02 .box .w25.w25_42{
   width:42%;
}
#main.general .under_general.shinbi02 .box .w10{
  width:10%;
}

}




/*外科治療*/

#main.general .geka01 .table {
    border: 1px solid #e8e8e8;
    border-bottom: none;
    margin-bottom: 50px;
}

#main.general .geka01 .table dt {
    border-bottom: 1px solid #e8e8e8;
    width: 28.42%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 31px;
    background: #eb6877;
    color: #fff;
    font-size: 16px;
}
#main.general .geka01 .table dd {
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 71.58%;
    padding: 10px 14px;
    font-size: 16px;
    
}

#main.general .geka01 .table dl:first-child dt {
    background: #A30034;
    color: #fff;
    text-align: center;
}
#main.general .geka01 .table dl:first-child dd {
    background: #A30034;
    color: #fff;
    text-align: center;
}
#main.general .geka01 .flexb h4,#main.general .geka02 h4{
margin-bottom: 18px;
}
#main.general .geka01{
    padding-bottom: 60px;
    margin-bottom: 40px;  
}
#main.general .geka02 ul{
  margin: 20px 0;    
}
#main.general .geka02 li{
    padding-bottom: 8px;
    
}
#main.general .geka02{
    padding-bottom: 60px;
    margin-bottom: 40px;
}

#main.general .geka03{
     padding-bottom: 60px;
    margin-bottom: 40px;
}

/*インプラント*/
#main.general .implant02 .generalbox{
   background-color: #fff;
   margin-top: 0px;
    margin-bottom: 40px;
}
#main.general .gishi02.implant02{
   padding-bottom: 0;
   margin-bottom: 40px;
}
#main.general .implant03 h5{
    border:solid 1px #A30034;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 3px;
    margin-bottom: 16px;
}
#main.general .implant03 li{
    padding-bottom: 4px;
}
#main.general .implant03 .tit{
    padding-bottom: 4px;
}
#main.general .implant03 .imp_box{
    padding-bottom: 60px;
}
#main.general .implant03{
    margin-bottom: 40px;
}

/*Q&A*/


#main.general .faqwrap .faq_box h5{
    position: relative;
    padding-left: 65px;
    width: 100%;
    margin-bottom: 30px;
}
#main.general .faqwrap .faq_box h5:before {
    display: block;
    content: "";
    background: url(/import/tenant_28/153.126.201.239/upload/tenant_1/495aa6116bac75e8f445c140cbb7f070.png);
    position: absolute;
    left: 10px;
    z-index: 1;
    height: 32px;
    width: 46px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

#main.general .faqwrap .faq_box{
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #A30034;
    
}

.pagenav li a {
    display: block;
    font-size: 18px;
    padding: 9px 14px;
    font-weight: bold;
    background-color: #f6f6f6;
    color: #A30034;
    border-radius: 50%;
}

.pagenav li:last-child a,.pagenav li:first-child a {
    padding: 0px;
    background-color: #fff;
}


.pagenav li {
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
}

.pagenav ul{
   text-align: center;
}


.pagenav{
    margin: 10px 0;
}
/*料金*/
#main.general .pricewrap.geka01 h4{
    padding-bottom: 10px;
    margin-bottom: 36px;
}

#main.general .pricewrap.geka01 .table dt,#main.general .pricewrap.geka01 .table dd{
    width: 33.333%;
    padding: 10px;
}

#main.general .pricewrap.geka01 .table dt{
    background-color: #fff;
    color: #000;
}
#main.general .pricewrap.geka01 .table dd{
    text-align: center;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#main.general .pricewrap.geka01 .table dd .price{
    width: 100%;
}
.pagelink li a{
    padding: 9px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: block;
}
.pagelink li{
    margin-bottom: 12px;
    text-align: center;  
}
.pagelink{
    margin-bottom: 68px;
    
}
.table_box{
     padding-bottom: 40px;   
}
/*院内設備*/
#main.general .under_general.facility01 .undertxtpattern01 {
    padding-bottom: 60px;
}

#main.general .under_general.facility01{
    padding-bottom: 0px;
    margin-bottom: 40px;
}
#main.general .under_general.facility02 .pic{
    border: 1px solid #A30034;
}
#main.general .under_general.facility02 h5{
    text-align: center;
    margin: 10px 0 20px;
}
#main.general .under_general.facility02{
    padding-bottom: 60px;
    margin-bottom: 40px;
}
/*初めての方へ*/

#main.general .under_general.beginner01{
    margin-bottom: 60px;
    padding-bottom: 40px;    
}
#main.general .flow .num{
    font-weight: normal;
    padding-right: 15px;
}

#main.general .generalbox.flow{
    padding: 24px 15px 18px;
    position: relative;
    margin-bottom: 60px;
}

#main.general .generalbox.flow:after{
    display: block;
    content: "";
    background: url(/import/tenant_28/153.126.201.239/upload/tenant_1/a25a050f433a362559776d86b09172c9.png);
    position: absolute;
    left: 10px;
    z-index: 1;
    height: 14px;
    width: 24px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: auto;
    top: auto;
    bottom: -38px;
    left: 0;
    right: 0;
}

#main.general .generalbox.flow:last-child:after{
    display: none; 
}

@media only screen and (max-width: 599px) {
#main.general .flow .num{
  display: block;
  padding-bottom: 5px;
  
}
}


/*秋山歯科の考え方*/

#main.general .under_general.thought01{
    margin-bottom: 60px;
    padding-bottom: 40px;    
}
#main.general .thought02 .num{
    font-weight: normal;
    padding-right: 15px;
}
#main.general .thought02 .generalbox{
    background-color: #fff;
}

#main.general .thought02 .generalbox:nth-last-child(2n+1) .flexb{
    -webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
    
}
#main.general .thought02 .generalbox .flexb:last-child {
    padding-bottom: 20px;
    margin-bottom: 0;
}

#main.general .thought02 {
    margin-bottom: 100px;
}

@media only screen and (max-width: 599px) {
#main.general .thought02 .num{
  display: block;
  padding-bottom: 5px;
}
}


/*ニュース*/
#main.general .newslist .newsbox .day{
    color: rgba(149, 149, 149, 255);
    border-right:solid 1px #A30034;
    padding-right: 8px;
}
#main.general .newslist .newsbox .cate{
    color: rgba(235, 104, 119, 255);
    padding-left: 8px;
    
}
#main.general .newslist .newsbox h5{
    padding-bottom: 5px;
    border-bottom: dotted 1px #A30034;
}
#main.general .newslist .newsbox{
    padding-bottom: 40px;
}

#main.general .newslist .pagenav{
    padding-top: 30px;
}
#main.general .newslist{
    padding-bottom: 120px;
}
#main .side .category .logo{
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.side .undersidenav.sideinfo.category li a:before{
    display: block;
    content: "";
    background: url(/import/tenant_28/153.126.201.239/import/tenant_1/153.126.201.239/html/images/news3.png);
    position: absolute;
    left: 10px;
    z-index: 1;
    height: 15px;
    width: 8px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}


@media only screen and (max-width: 599px) {
#main.general .newslist.wi48 .newsbox{
  width:48%;
}
#main.general .newslist.wi48{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

}
/*ニュース詳細*/
#main.general .newslist.detail .txtarea{
    padding: 30px 0;
    border-bottom: dotted 1px #A30034;
}
#main.general .newslist.detail .txtarea p{
    line-height: 200%;
    padding: 10px;
}

#main.general .newslist.detail .newsbox {
    padding-bottom: 60px;
}


#main.general .newslist.detail .recommend .newsbox .pic{
    padding-bottom: 10px;
}

@media only screen and (max-width: 599px) {
#main.general .newslist.detail .altlist{
  width:48%;
}
}


/*戻るボタン*/
.back{
text-align: center;
margin: 20px 0 0;
width: 80%;
max-width: 160px;
}

.back a {
    position: relative;
    display: block;
    color: #fff;
    padding: 10px 20px;
}

.back a:before {
    display: block;
    content: "";
    background: url(/import/tenant_28/153.126.201.239/import/tenant_1/153.126.201.239/html/images/backarrow.png);
    background-size: auto auto;
    position: absolute;
    left: 20px;
    z-index: 1;
    height: 15px;
    width: 8px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: auto;
    top: 0;
    bottom: 0;
}
/*ブログ*/

.pagenav.blog li a{
    color:#eb6877
}

#main.general .newslist.blog .newsbox h5 a{
     color:#eb6877
}
#main.general .newslist.blog .newsbox h5{
     color:#eb6877
}

#main .side .sideinfo.blog{
    border: solid 2px #eb6877;
    
}
/*ブログ詳細*/

#main.general .newslist.blog .newsbox .day{
    color: rgba(149, 149, 149, 255);
    border-right:solid 1px #A30034;
    padding-right: 8px;
}
#main.general .newslist.blog .newsbox .cate{
    
    color: #A30034;
    padding-left: 8px;
    
}


@media only screen and (max-width: 599px) {
#main.general .newslist{
  padding-bottom: 40px;
}
}

#link01,#link02,#link03,#link04,#link05,#link06,#link07,#link08,#link09{
  margin-top : -200px;/*gnavの高さの分だけ*/
  padding-top : 200px;/*gnavの高さの分だけ*/
}


@media only screen and (max-width: 1024px) {
#link01,#link02,#link03,#link04,#link05,#link06,#link07,#link08,#link09{
  margin-top : -0px;/*gnavの高さの分だけ*/
  padding-top : 0px;/*gnavの高さの分だけ*/
}
}

#footer .footlogo a .logo img {
 height: 90px !important;
}




[data-element-id]#header.fixed{
  position: relative;
}







