@charset "utf-8";

/* Font */
@font-face {
	font-family: 'rageitalic';
	src: url('../fonts/RAGE.woff') format('woff');
	src: local('rageitalic'), /* フォントがローカルにインストールされている場合に有効 */
}

/* CSS Document */
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color:#3e3a3a;
	font-size:15px;
	font-weight:400;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
	/*background: url("../images/design.jpg") no-repeat;
	background-position: top center;
	opacity: 0.7;*/
}

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

a:hover {
	color:#C0AB9A ;
}

.anchor {
	display: block;
	margin-top: -120px;
	padding-top: 120px;
}

/*tel*/
[href^="tel"]:hover {
  cursor: default;
}

::selection {
	background-color:#99C1DA;
}

::-moz-selection {
	background-color:#99C1DA;
}

body,
#mainvisual .inner,
header,
footer {
	min-width:1200px;
}

@media print {
html {
	-webkit-print-color-adjust: exact;
}

body {
	zoom: 80%;
}

.fixed {
	position: inherit !important;
}
}



/*============================================================================

	header

============================================================================*/
header {
	width: 100%;
	height: 275px;
}

.header_inner {
	padding-top: 29px;
	width: 1100px;
	height: inherit;
	margin: 0 auto;
}

/* ロゴ */
.header_logo {
	width: 283px;
	height: 131px;
}

.header_logo a {
	display: block;
}

.header_info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.header_overview_flex {
	display: flex;
	align-items: center;
}

/* h1 */
h1 {
	margin-bottom: 27px!important;
	color: #b3aeae;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-align: right;
	font-feature-settings: "palt";
}

/* 住所 */
.header_overview_add {
	padding-right: 25px;
	font-family: "UDTypos58";
	color: #5e5d5d;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
	font-feature-settings: "palt";
}

/* 電話番号 */
.header_overview_tel {
	padding-right: 17px;
}

.header_overview_tel a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "century-gothic",sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #6b6b6b;
	font-size: 34px;
	letter-spacing: 0.05em;
	line-height: 1;
	font-feature-settings: "palt";
}

.header_overview_tel a::before {
    display: inline-block;
    margin-right: 6px;
    background: url(../images/tel_icon.svg) no-repeat;
    width: 22px;
    height: 29px;
    content: "";
}

/* インスタのアイコン */
.header_overview_sns {
	width: 30px;
	height: 30px;
}

.header_overview_sns a:hover {
	opacity: 0.7;
}

/* WEB予約バナー */
.side_bnr {
	position: fixed;
	right: 0;
	top: 287px;
	z-index: 9999;
}

.side_bnr a {
	display: block;
  margin-bottom: 16px;
}
/*非表示*/
.side_bnr_02 {
	display: none;
}

.side_bnr a:hover {
	opacity: 0.7;
}
.side_bnr .side_bnr_02 i {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    display: block;
    width: 75px;
    height: 32px;
    margin: 0 auto;
    font-size: 32px;
}
.side_bnr li.side_bnr_02 a {
    position: relative;
    display: inline-block;
    writing-mode: horizontal-tb;
    background-color: #97BC53;
    color: #fff;
    letter-spacing: .0.8em;
    padding: 51px 0px 8px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 14px;
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
    line-height: 18px;
}




.tit_en {
	font-family: "rageitalic";
}



/*============================================================================

	nav

============================================================================*/
nav {
	position: relative;
	width: 100%;
	height: 84px;
	z-index: 9999;
}

nav ul {
	display: flex;
	justify-content: space-between;
	width: 1019px;
	height: inherit;
	margin: 0 auto;
}

nav ul li {
	position: relative;
	text-align: center;
}

nav li a:hover,
nav li.active2 a{
	color: #555555;
}

nav li a {
	position: relative;
	font-family: "A1 Gothic R",sans-serif;
	font-size: 16px;
	color: #555555;
	letter-spacing: 0.1em;
	line-height: 1;
	font-feature-settings: "palt";
}

nav li a::before {
    display: block;
    position: relative;
    margin: 0 auto 8px;
    background: url("../images/nav_home.svg")no-repeat;
    background-size: cover;
    width: 56px;
    height: 55px;
    z-index: 1;
    content: "";
}

nav li:nth-child(2) a::before {
	background: url("../images/nav_staff.svg")no-repeat; 
	width: 45px;
	height: 56px;
}

nav li:nth-child(3) a::before {
	margin: 2px auto 8px;
	background: url("../images/nav_clinic.svg")no-repeat;
	width: 54px;
	height: 53px;
}

nav li:nth-child(4) a::before {
	margin: 0 auto 12px;
	background: url("../images/nav_point.svg")no-repeat;
	width: 56px;
	height: 51px;
}

nav li:nth-child(5) a::before {
	margin: 3px auto 10px;
	background: url("../images/nav_medical.svg")no-repeat;
	width: 47px;
	height: 50px;
}
nav li:nth-child(6) a::before {
	margin: 3px auto 10px;
	background: url("../images/nav_case.svg")no-repeat;
	width: 57px;
	height: 50px;
}
nav li:nth-child(7) a::before {
	margin: 5px auto 11px;
	background: url("../images/nav_first.svg")no-repeat;
	width: 47px;
	height: 47px;
}

nav li:nth-child(8) a::before {
	margin: 2px auto 12px;
	background: url("../images/nav_access.svg")no-repeat;
	width: 33px;
	height: 48px;
}

.nav_slidebtm_medical {
	display: inline-block;
	pointer-events: none;
}
/* 間のボーダー */
/*nav li a::after{
    content: "";
    position: absolute;
    left: 0px;
	width:0;
	height: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-right: 1px dotted #ababab;
    font-weight: 100;
    color: #666;
    font-size: 13px;
}

nav li:first-child a::after {
	display:none;
}*/

nav li a span {
	position: relative;
}

/* ホバーのボーダー */
nav li a:hover span::before {
    position: absolute;
	left: 0;
	right: 0;
	bottom: -18px;
	width: 60px;
	height: 17px;
	margin: auto;
	background: url("../images/wave_yellow.svg") no-repeat;
	transition: 1s  ease-out;
	transform: scaleX(0);
	content: "";
	z-index: 1;
}

nav li a:hover span::before,
nav li.active2 a span::before{
	transform: scaleX(1);
}

nav li:nth-of-type(5) a:hover span::before {
	display: none;
}


/* ホバーで出てくるメニューを示すアイコン */
/*.nav_slidebtm{
	background-image: url(../images/arrow02.png);
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	background-size: 8px;
}*/


/* ホバーで出てくるメニュー */

nav ul li div {
	position: absolute;
	display: none;
	width: 380%;
	top: 100%;
	left: 0%;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);
	z-index: 9999;

}
nav ul li div a {
	display :block;
	position: relative;
	padding: 13px 20px;
	font-family: "A1 Gothic R",sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #555555;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
}

nav ul li div a::after,
nav ul li div a::before {
	display:none;
}

nav ul li div a:hover {
	background-color: rgb(233,250,255,0.7);
}

/* 矢印 */
.nav_arrow img {
	display: block;
	position: absolute;
	top: 0;
	right: 5%;
	bottom: 0;
	margin: auto;
	transition: 0.2s ease-in-out;
}

nav ul li div a:hover .nav_arrow img {
	right: 3%;
}

/* スクロールで追加されるクラス */
nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: rgba(255,255,255,0.9);
	z-index: 9999;
}

nav.fixed ul {
    width: 1019px;
	height: inherit;
    padding: 17px 0;
    margin: 0 auto;
	box-sizing: border-box;
}

nav.fixed li a::before {
	width: 41px;
	height: 40px;
}

nav.fixed li:nth-child(2) a::before {
    width: 30px;
    height: 41px;
}

nav.fixed li:nth-child(3) a::before {
    width: 39px;
    height: 38px;
}

nav.fixed li:nth-child(4) a::before {
    width: 41px;
    height: 36px;
}

nav.fixed li:nth-child(5) a::before {
    width: 32px;
    height: 35px;
}

nav.fixed li:nth-child(6) a::before {
    width: 32px;
    height: 32px;
}

nav.fixed li:nth-child(7) a::before {
    width: 23px;
    height: 34px;
}

/*============================================================================

	$モーダルウィンドウ

============================================================================*/
.modal {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  display: none;

}
.modal_content{
    background-color:#fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
	font-family: "A1 Gothic M",sans-serif;
}
.modal_content h3 {
    position: relative;
    margin-bottom: 20px;
    padding: 14px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    font-style: normal;
	color: #ae872f;
}
.modal_content p{
    font-size: 17px;
	text-align: center;
}

.modal_content ul li span{
	color: red;
	text-decoration: underline;
}

.modal_content .text{
	margin-bottom: 20px!important;
}

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.underline{
	/*background: linear-gradient(transparent 70%, #f9c68f 70%);*/
	border-bottom: solid 1px;
}
/*============================================================================

	#mainvisual

============================================================================*/
/* キャッチコピー */
.mainvisual_catch {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: auto;
}

.mainvisual_catch p {
	font-family: "A1 Gothic R",sans-serif;
	color: #b49146;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 2;
	font-feature-settings: "palt";
	text-align: center;
	text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

/* 新規開院バナー */
.mainvisual_open {
	position: absolute;
	top: 488px;
	left: 0;
}

/* コロナ対策・ブログ・LINEバナー */
.mainvisual_bnr {
	position: absolute;
	right: 66px;
	top: 666px;
	display: flex;
	justify-content: space-between;
	width: 44.7%;
	/*width: 57.7%;*/
}

.mainvisual_bnr a {
	display: block;
}

.mainvisual_bnr a:hover {
	opacity: 0.7;
}


/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */
#mainvisual{
	display: block;
	position: relative;
	height: 520px;
	/*background: url("../images/mv_inner_img.jpg") no-repeat;
	background-position: center center;
	background-size: cover;*/
}

.mv_area {
	position: relative;
	background: url("../images/mv03.jpg") no-repeat;
	background-position: top center;
	background-size: cover;
}

.doctor_mv {
	background: url("../images/staff_mv.jpg") no-repeat;
	background-size: cover;
}

.clinic_mv {
	background: url("../images/clinic_mv.jpg") no-repeat;
	background-size: cover;
}

.medical_mv {
	background: url("../images/medical_mv.jpg") no-repeat;
	background-size: cover;
}

.first_mv {
	background: url("../images/first_mv.jpg") no-repeat;
	background-size: cover;
}

.access_mv {
	background: url("../images/access_mv.jpg") no-repeat;
	background-size: cover;
}

#mainvisual .inner {
	display: table;
	position: relative;
	height: inherit;
	width: 1200px;
	margin: 0 auto;
	background-repeat: no-repeat;
}

#mainvisual p.headline {
	position: relative;
}


/* 下層ページの見出し */
.mainvisual_headline {
	display: table-cell;
	padding-bottom: 30px;
	letter-spacing: 0.15em;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 0 5px rgba(255,255,255,0.7);
}

.mainvisual_headline p.headline {
	font-family: "A1 Gothic R",sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #444340;
	text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
}

.mainvisual_headline p {
	font-family: "RageItalic";
	font-size: 24px;
	color: #F8B62D;
	text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
}

/* 飾りの英語の棒 */
.mainvisual_headline p::before,
.mainvisual_headline p::after {
	position: relative;
	content: "-";
}

.mainvisual_headline p::before {
	left: -0.5em;
}

.mainvisual_headline p::after{
	right: -0.5em;
}

/* 背景変更用 */
#mainvisual.bg01 {
	background-image: url(../images/main_bg01.png);
	background-position: center 0%;
	background-size: cover;
}

#mainvisual.bg02 {
	background-image: url(../images/main_bg02.png) ;
	background-position: center 0%;
	background-size: cover;
	
}

#mainvisual.bg03 {
	background-image: url(../images/main_bg03.png) ;
	background-position: center 0%;
	background-size: cover;
}

#mainvisual.bg04 {
	background-image: url(../images/main_bg04.png) ;
	background-position: center 0%;
	background-size: auto;
}

#mainvisual.bg05 {
	background-image: url(../images/main_bg05.png);
	background-position: center 0%;
	background-size: cover;
}

.lp_bnr_pc{
	text-align: center;
    margin-top: 50px;
}
.lp_bnr_pc a:hover{
	opacity: 0.7;
}
/*==================================================================

	#contents

==================================================================*/ 
main {
	display:block;
}

#container {
}

#contents {
	position: relative;
	padding: 70px 0 100px;
}

#contents::after {
	display: block;
	clear: both;
	content: "";
}


/* 下層の2カラム時に使用 */
#contents_left {
	float: left;
	width: 840px;
}

#contents_right {
	float: right;
	width: 280px;
	font-size: 15px;
	line-height: 1.6;
	position: sticky;
	top: 140px;
	padding: 0;
	margin: 70px 0 0;
}

.right_medical p {
	text-align: center;
}

.right_medical p a {
	display: block;
	padding: 15px 0;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 19px;
	transition: 0.1s ease-in-out;
	border-radius: 20px 20px 0 0;
}

.right_medical p a span {
	display: block;
	font-size: 14px;
}

.right_medical p a:hover {
	background-color: #e0d6ce;
	color: #1F2774;
}

.right_medical {
	padding: 10px;
    background: #1F2774;
    border-radius: 27px;
    position: relative;
}

.right_medical ul {
	background-color: #fff;
    border-radius: 15px;
}

.right_medical li:nth-child(odd) {
    background-color: #f1ebe2;
}

.right_medical li:nth-child(even) {
    background-color: #f9f4ee;
}

.right_medical li a {
	display: block;
	padding: 10px;
	text-align: center;
}

.right_medical li a:hover {
	background-color: #fff;
}

.right_medical li:last-child a:hover {
	border-radius: 0 0 20px 20px;
}

.right_medical li:last-child {
	margin-bottom: 0;
	border-radius: 0 0 20px 20px;
}

.right_medical img {
	width: 100%;
}
.right_medical li:nth-child(odd) {
    background-color: #f1ebe2;
}




/*============================================================================

	$footer

============================================================================*/
footer {
	padding-bottom: 0;
}

.footer_gmap {
	margin-bottom: 56px;
}


.footer_nav {
	width: 1200px;
	margin: 0 auto 67px;
}

.footer_nav_inner {
	width: 1100px;
	margin: 0 auto;
}

.footer_nav_inner ul {
	padding: 0 45px 0;
	display: flex;
	justify-content: space-between;
}

.footer_nav_inner ul li a {
	font-family: "A1 Gothic L",sans-serif;
	color: #555555;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	font-feature-settings: "palt";
}

/* フッターのナビ */
.footer_nav_inner ul li a:hover,
.footer_nav_inner ul li.active2 a {
	color: #1F2774;
}

.footer_nav_inner ul li a {
	position: relative;
	padding: 0 5px;
}

.footer_nav_inner ul li a span {
	position: relative;
}

/* 間のボーダー */
/*.footer_navi ul li a::after{
    content: "";
    position: absolute;
    left: -1px;
	width:0;
	height:15px;
	top:0;
	bottom:0;
	margin:auto;
	border-right:1px dotted #ababab;
    font-weight: 100;
    color: #666;
    font-size: 13px;
}

.footer_navi ul li:first-child a::after{
	display:none;
}
*/

/* ホバーのボーダー */
.footer_nav ul li a:hover span::before {
    position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	width: 60px;
	height: 17px;
	margin: auto;
	/*background-color: #3D4AA5;*/
	/*transition: 0.15s  ease-out;*/
	/*transform: scaleX(0);*/
	background: url("../images/wave_gray.svg") no-repeat;
	content: "";
	z-index: 1;
	transition: 0.2s ease-in-out;
}


/* ホバーのボーダー */
/*.footer_navi ul li a span::before{
    position: absolute;
	left: 0;
	right:0;
	bottom: -10px;
	width:100%;
	height:1px;
	margin:auto;
	background-color: #3D4AA5;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	transform: scaleX(0);
	content: "";
	z-index: 1;
}*/

.footer_nav ul li a:hover span::before,
.footer_nav ul li.active2 a span::before{
	transform: scaleX(1);
}

/* ページトップ */
/* ページトップ */
.pagetop {
	position: fixed;
	right: 120px;
	bottom: 52px;
	cursor: pointer;
	z-index: 10;
}

.pagetop img {
	width: 69px;
	height: 69px;
}

.pagetop:hover img {
	top: -5px;
	padding-bottom: 5px;
	transform: rotateY(180deg);
}

/* コピーライト */
.copy {
	padding: 10px 0 10px;
	background: #f8f6f3;
	text-align: center;
}

.copy small {
	color: #928f8f;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	font-feature-settings: "palt";
}




/*==================================================================

	タイトル

==================================================================*/
/* タイトルボックス */
.tit_box {
	margin-bottom: 100px;
}

/* 英語と日本語 */
.tit01 {
	position: relative;
	font-family: "A1 Gothic R",sans-serif;
	color: #ae872f;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
	text-align: center;
}

.tit_en {
	margin-bottom: 20px;
	font-family: "RageItalic";
	color: #848080;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	font-feature-settings: "palt";
	text-align: center;
}

.tit01::before {
    display: inline-block;
 	margin-right: 20px;
    background: url("../images/tit_deco_brown_left.png") no-repeat;
    width: 147px;
    height: 13px;
    content: "";
}

.tit01::after {
    display: inline-block;
    margin-left: 20px;
    background: url("../images/tit_deco_brown_right.png") no-repeat;
    width: 147px;
    height: 13px;
    content: "";
}

/* みち歯科のこだわりに使用 */
.tit02 {
	padding: 19px 0 0 40px;
	font-family: "A1 Gothic M",sans-serif;
	font-weight: 500;
	font-size: 36px;
	color: #716765;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
	background: url("../images/clinic_tit_frame01.png") no-repeat;
	width: 404px;
	height: 111px;
	text-align: center;
	box-sizing: border-box;
}

/* 目立ちにくい矯正治療に使用 */
.tit03 {
	margin-bottom: 60px;
    font-family: "A1 Gothic M",sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #636161;
	letter-spacing: 0.2em;
	line-height: 1.3;
	font-feature-settings: "palt";
	text-align: center;
}

.tit03 span {
	color: #34a9e1;
}


/* 目立ちにくい矯正治療に使用 */
.tit04 {
    position: relative;
	margin-bottom: 18px;
	padding-bottom: 10px;
    font-family: "A1 Gothic M",sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #636161;
	letter-spacing: 0.1em;
}

.tit04::before {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../images/wave_blue_long.svg") no-repeat;
	width: 197px;
	height: 17px;
	content: "";
}

/* 下層のみに使用 */
.tit05 {
	position: relative;
	display: block;
	margin: 0 0 50px;
	font-family: "A1 Gothic M",sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #716765;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
}

.tit05::before {
    display: inline-block;
    width: 59px;
    height: 49px;
    margin-right: 15px;
    background: url("../images/tit_triangle_pair02.png") no-repeat;
    content: "";
}

.tit05::after {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 15px;
    background: url("../images/tit_border_bottom.png") repeat-x;
    content: "";
}

/* 波線 */
.tit06 {
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
	font-family: "A1 Gothic M",sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #ae872f;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
}

.tit06::after {
    position: relative;
    display: block;
    width: 170px;
	height: 14px;
    margin-top: 5px;
    background: url("../images/wave_yellow_long.svg") no-repeat;
    content: "";
}



/* 緑背景+左寄せ+右側に画像 */
.tit07 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 1.5;
    margin: 0 0 25px;
    padding: 13px 80px 13px 15px;
    background-color: #daeccc;
    color: #48a565;
    border-radius: 5px;
}
.tit07::before {
    position: absolute;
    width: 73px;
    height: 82px;
    top: -15px;
    right: 3px;
    margin: auto;
    background: url(../images/kazari_dammy01.png);
    background-size: cover;
    z-index: 1;
    content: "";
}



/* 左寄せ+左右に三角 */
.tit08 {
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    border: 1px #000 solid;
    padding: 0.5em 0.7em;
}
.tit08::before {
    position: absolute;
    width: 55px;
    height: 45px;
    top: -5px;
    left: -5px;
    margin: auto;
    clip-path: polygon(0 0, 0 45%, 100% 0);
    background-color: #fffe00;
    z-index: -1;
    content: "";
}
.tit08::after {
    position: absolute;
    width: 55px;
    height: 45px;
    bottom: -5px;
    right: -5px;
    margin: auto;
    clip-path: polygon(0 100%, 100% 100%, 100% 45%);
    background-color: #fffe00;
    z-index: -1;
    content: "";
}




/* 左寄せ+斜線 */
.tit09 {
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    background: repeating-linear-gradient(45deg, #fff9e6, #fff9e6 5px, #fbf0d0 5px, #fbf0d0 10px);
    box-shadow: 0px 0px 0px 5px #fbf0d0;
    border: dashed 2px white;
    padding: 0.5em 0.7em 0.4em;
}
.tit09:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #f3dfa4;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}


/* 左側に画像+左寄せ */
.tit10 {
    position: relative;
    margin-bottom: 30px;
    padding: 14px 14px 14px 45px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #1F2774;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
}
.tit10::before {
    position: absolute;
    top: 0.7em;
    left: 0;
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: #ffa3a3;
    box-shadow: 0 0.6em 0 #93e099, 0.6em 0 0 #8adaf9, 0.6em 0.6em 0 #efc378;
    content: "";
}



/* 左側に画像+左寄せ */
.tit11 {
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 0 20px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #1F2774;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    border-left: 5px solid #82c79a;
}
.tit11::before {
    position: absolute;
    left: -5px;
    bottom: 0;
    content: '';
    width: 5px;
    height: 50%;
    background-color: #39588e;
}



/* 左側に電球+左寄せ */
.tit12 {
    position: relative;
    background: #f4f4f4;
    padding: 7px 5px 7px 70px;
    font-size: 20px;
    color: #474747;
    border-radius: 25px 15px 15px 25px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 2;
}
.tit12:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0eb";
    display: inline-block;
    position: absolute;
    padding: 0em;
    color: #fff;
    background: #ff6363;
    font-weight: normal;
    width: 55px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}



/* 左寄せ+右側に背景画像 */
.tit13 {
    display: block;
    margin-bottom: 20px;
    padding: 2px 0 0;
    line-height: 2.6;
    border-top: 3px solid #333;
    border-bottom: 1px dashed #333;
    font-size: 20px;
    font-weight: 600;
    background: url(../images/kazari_dammy01.png) right center no-repeat;
}




/* 左側に●+左寄せ */
.tit14 {
    position: relative;
    margin-bottom: 70px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #0d6fb8;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding-left: 1.5em;
}
.tit14:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    position: absolute;
    font-size: 1em;
    left: 0;
    color: #e69cbd;
}



/* 中央寄せ+上に画像+タイトル+下にサブタイトル */
.tit15 {
    position: relative;
    margin-bottom: 30px;
    padding: 14px 0;
    letter-spacing: 0.15em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    color: #583a21;
    font-size: 30px;
    z-index: 100;
}
.tit15::before {
    position: absolute;
    width: 53px;
    height: 59px;
    top: -62px;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/kazari_dammy01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    content: "";
}
.tit15 span {
    display: block;
    position: relative;
    letter-spacing: 2.5px;
    z-index: 2;
    font-weight: 500;
    font-style: normal;
    color: #583a21;
    font-size: 17px;
}



/* 左寄せ+左側に●+丸い背景 */
.tit16 {
    color: #505050;
    padding: 0.5em;
    display: inline-block;
    line-height: 1.3;
    background: #dbebf8;
    vertical-align: middle;
    border-radius: 25px 3px 3px 25px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.tit16:before {
    content: '●';
    color: #fff;
    margin-right: 8px;
}



/* 左寄せ+下線 */
.tit17 {
    border-bottom: solid 3px #87ceeb;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 15px;
}
.tit17:before {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc778;
    bottom: -3px;
    width: 15%;
}



/* 上下線 */
.tit18{
	padding: 15px 30px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}




/* 吹き出し+背景色あり */
.tit19 {
  position: relative;
  padding: 15px 30px;
  color: #fff;
  border-radius: 10px;
  background: #1f2774;
}

.tit19:after {
  position: absolute;
  bottom: -9px;
  left: 15px;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #1f2774 transparent transparent transparent;
}





/* 下線のみの吹き出し */
.tit20 {
  position: relative;
  padding: 15px 30px;
  border-bottom: 3px solid #1f2774;
  font-size: 24px;
}

.tit20:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #1f2774 transparent transparent transparent;
}

.tit20:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}



/* ナンバー+タイトル */
.tit21 {
  position: relative;
  overflow: hidden;
  padding: 20px 30px  20px 130px;
  border-top: 3px solid #000;
  font-size: 24px;
}

.tit21:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #000;
}

.tit21 span {
  font-size: 36px;
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}





/* 下に小さな下線 */
.tit_box01{
	position: relative;
	margin-bottom: 30px;
}
.tit_box01 h2 {
  font-size: 30px;
  position: relative;
  text-align: center;
}

.tit_box01 p {
  font-size: 18px;
  text-align: center;
}

.tit_box01:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #fa4141;
}

/*==================================================================

	共通

==================================================================*/
.red{
	color: red;
	text-decoration-line: underline;
}

/*院長略歴*/
.list01 {
	margin: 0 0 15px;
	padding: 0;
	border-width: 0 1px 1px;
}
.list01 dt {
	margin: 0;
	padding: 14px 3px 0px;
}
.list01 dd {
	margin: -38px 0 0;
	padding: 12px 4px 10px 100px;
	border-bottom: 1px dotted #ACACAC;
}

/*院長略歴　年月無し*/
.list02 {
	margin: 0 0 15px;
	border-width: 0 1px 1px;
}
.list02 li {
	margin: 0 0px 0px;
	padding: 6px 4px 6px 0;
	border-bottom: 1px dotted #ddd;
}

/*まる*/
.list03{
}
.list03 li{
	position:relative;
	margin-bottom:10px;
	padding-left:15px;
}
.list03 li:last-child{
	margin-bottom:0;
}
.list03 li:before{
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #E0D0BF;
	border: 1px solid #E0D0BF;
	border-radius: 100%;
	content: '';
}
.list03 li i{
	margin-right:8px;
}

/*さんかく*/
.list04 li{
	position: relative;
	margin-bottom:15px;
	padding-left:22px;
	color:#223a70;
}
.list04 li:before{
	position:absolute;
	top:0.5em;
	left:7px;
	width: 0;
	height: 0;
	border:5px solid transparent;
	border-left: 5px solid #4A577F;
	content:"";
}

/*やじるし*/
.list05 li{
	position:relative;
	margin-bottom: 10px;
	line-height:1;
	padding-left:15px;
}
.list05 li:before{
	position:absolute;
	left:0;
	top:0.3em;
	height:5px;
	width:5px;
	transform:rotate(45deg);
	background-color: transparent;
	border-top:1px solid #333;
	border-right:1px solid #333;
	content:"";
}

/* まる & 背景 */
.list06{
	padding:35px 15px 25px 45px;
	background-color: #f9f9f9;
}

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

.list06 li{
	position:relative;
	float:left;
	margin-bottom:15px;
	padding-left:0.9em;
	padding-right:5%;
}

.list06 li:before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #43a4d4;
	border: 1px solid #43a4d4;
	border-radius: 100%;
}

/*まる & 枠 */
.list07{
	border: 3px solid #eee;
	padding: 30px ;
}
.list07 li{
	padding-left:0.9em;
	margin-bottom:10px;
	position:relative;
}
.list07 li:last-child{
	margin-bottom:0;
}
.list07 li:before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #43a4d4;
	border: 1px solid #43a4d4;
	border-radius: 100%;
}
.list07 li i{
	margin-right:8px;
}

/*チェック*/
.list08{
	margin-bottom:30px;
	padding:35px 10px 20px 45px;
	background: #f9f9f9;
}
.list08:after{
	display: block;
	clear: both;
	content: "";
}
.list08 li{
	position:relative;
	float:left;
	margin-right: 5%;
	margin-bottom:20px;
	margin-left: 28px;
	border-bottom: 1px dotted #43a4d4;
}
.list08 li:before{
	display: block;
	position: absolute;
	top: 3px;
	left: -28px;
	width: 20px;
	height: 20px;
	background-image:url("../images/check01.svg");
	background-repeat:no-repeat;
	background-position:left center;
	content: '';
}
.list08-box{
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
    padding: 30px;
    background: #b8bfff;
}
.list08-box .list08 {
    margin-bottom: 0;
    padding: 35px 25px 20px 50px;
    background-color: #fff;
	font-size: 17px;
}
.list08-box .list08 li {
    width: auto;
}
.list08-box::before {
    position: absolute;
    width: 65px;
    height: 50px;
    top: -5px;
    left: -5px;
    margin: auto;
    clip-path: polygon(0 0, 0 85%, 100% 0);
    background-color: #1f2774;
    z-index: 0;
    content: "";
}
.list08-box::after {
    position: absolute;
    width: 65px;
    height: 50px;
    bottom: -5px;
    right: -5px;
    margin: auto;
    clip-path: polygon(0 100%, 100% 100%, 100% 15%);
    background-color: #1f2774;
    z-index: 0;
    content: "";
}


/*数字＋背景色*/
.list09 {
padding: 25px;
    background: #f9f9f9;
	counter-reset: section;
}
.list09 li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 5px;
    padding-bottom: 8px;
    line-height: 1.4;
    font-size: 16px;
    border-bottom: #43a4d4 1px dashed;
}

.list09 li::before{
	counter-increment: section;
    content: counter(section);
	padding-right: 8px;
    font-size: 17px;
    font-weight: 700;
    color: #43a4d4;
}





/*●の数字＋背景色*/
.list10 {
padding: 25px;
    background: #f5f5ff;
	counter-reset: section;
}
.list10 li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 5px;
    padding-bottom: 8px;
    line-height: 1.4;
    font-size: 16px;
    border-bottom: #1f2774 1px dashed;
}

.list10 li::before{
	display: inline;
	counter-increment: section;
    content: counter(section);
    font-size: 17px;
    font-weight: 700;
    color: #fff;
	background-color: #1F2774;
	border-radius: 20px;
	padding: 5px 11px;
	margin-right: 10px;
}





/*数字の右側に）＋背景色*/
.list11 {
padding: 25px;
    background: #f5f5ff;
	counter-reset: section;
}
.list11 li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 5px;
    padding-bottom: 8px;
    line-height: 1.4;
    font-size: 16px;
    border-bottom: #1f2774 1px dashed;
}

.list11 li::before{
	display: inline;
	counter-increment: section;
    content: counter(section);
    font-size: 17px;
    font-weight: 700;
    color: #1F2774;
	margin-right: 20px;
}

.list11 li::after{
	position: absolute;
	content: ")";
	color: #1F2774;
	font-size: 17px;
	left: 20px;
}


/* More */
.btn01 a {
	position: relative;
	display: inline-block;
    font-family: "RageItalic";
	color: #ae872f;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	font-feature-settings: "palt";
    transition: ease-in-out 0.1s;
}

.btn01 a::before {
    position: absolute;
    top: 3px;
    right: -30px;
	width: 20px;
    height: 20px;
    background: url("../images/arrow_brown.png") no-repeat;
	border-radius: 50%;
    content: "";
}

.btn01 a::after {
    position: absolute;
    top: 34px;
    right: 0;
	left: -17px;
	margin: auto;
	width: 111px;
    height: 17px;
    background: url("../images/wave_yellow.svg") no-repeat;
    content: "";
}

.btn01 a:hover {
	color: #d7b568;
}

.btn01 a:hover::before {
	right: -35px;
	transition: .1s ease-in-out;
}

/* テキストのみのボタン */
.btn02 a {
	position: relative;
	display: inline-block;
    font-family: century-gothic,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #b49146;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1;
	font-feature-settings: "palt";
    transition: ease-in-out 0.1s;
}

.btn02 a::before {
    position: absolute;
    top: 0;
    right: -35px;
	width: 20px;
    height: 20px;
    background: url("../images/arrow_brown.png") no-repeat;
	border-radius: 50%;
    content: "";
}

.btn02 a:hover {
	color: #d7b568;
}

.btn02 a:hover::before {
	right: -40px;
	transition: .1s ease-in-out;
}


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

/* btn03 */
.btn03 a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 1px 0 0 1px;
    font-family: "A1 Gothic M",sans-serif;
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.45;
	background: url("../images/btn_bg_yellow.jpg") no-repeat;
	border-radius: 30%;
}

.btn03 a::before {
    position: absolute;
    top: 7px;
    right: -30px;
    width: 20px;
    height: 20px;
    background: url("../images/arrow_white.png") no-repeat;
    content: "";
}

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

/*btn04*/
.btn04{
}
.btn04 a{
	position: relative;
	display:inline-block;
	padding:8px 20px;
	color:#fff;
	background: #95c258;
	font-weight:bold;
	transition:ease-in-out 0.2s ;
}
.btn04 a i{
	margin-right:7px;
}
.btn04 a:hover{
	opacity: 0.6;
}
.btn04 a span{
	z-index: 2;
	position: relative;
}
/*.btn04 a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  background: #6baaea;
  transform-origin: center center;
  transform: scale(0, 1);
  transition: transform .3s;
}
.btn04 a:hover::before {
  transform: scale(1, 1);
}*/






/*btn05*/
.btn05{

}
.btn05 a{
width: 130px;
	display:inline-block;
	position: relative;
	padding: 9px 0 7px;
font-family: serif;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
transition:ease-in-out 0.2s ;
}
.btn05 a:before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  top: 0;
  left:0;
  transition:0.5s;
  background: -webkit-linear-gradient(0deg, #0068b7 0%, #208ee1 100%);
  background: -moz-linear-gradient(0deg, #0068b7 0%, #208ee1 100%);
  background: -o-linear-gradient(0deg, #0068b7 0%, #208ee1 100%);
  background: linear-gradient(90deg, #0068b7 0%, #208ee1 100%);
}
.btn05 a:after{
  background: -webkit-linear-gradient(0deg, #59b4f9 0%, #94d0fd 100%);
  background: -moz-linear-gradient(0deg, #59b4f9 0%, #94d0fd 100%);
  background: -o-linear-gradient(0deg, #59b4f9 0%, #94d0fd 100%);
  background: linear-gradient(90deg, #59b4f9 0%, #94d0fd 100%);
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  z-index:1;
  top: 0;
  left:0;
}
.btn05 a:hover:before{
  opacity:0;
}

.btn05 p {
    z-index: 5;
    position: relative;
    text-align: center;
	margin: 0 !important;
	padding: 0 !important;
}
.btn05 p img{
    position: absolute;
    right: 15px;
    top: 9px;
}

.btn05 a:hover img {
    opacity: 1;
    transform: translateX(0.3em);
    transition: ease-in-out 0.4s;
}





/*btn06*/
.btn06 {
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn06 a i {
    margin-right: 7px;
}

.btn06 a {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0 #000;
  box-shadow: 4px 4px 0 #000;
  padding: 10px;
}

.btn06 a:hover {
  -webkit-box-shadow: -4px -4px 0 #000;
  box-shadow: -4px -4px 0 #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


/*btn07*/
.btn07 a {
	position: relative;
	display: block;
	padding: 0.8em;
	text-align: center;
	border: 1px solid #9C27B0;
	text-decoration: none;
	outline: none;
	transition: all .4s;
	font-weight: 600;
}

.btn07 a i {
    margin-right: 7px;
}

.btn07 a::before,
.btn07 a::after {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	z-index: 2;
	content: '';
	transition: all .4s;
}
.btn07 a::before {
	border-top: 1px solid #FF5722;
	border-bottom: 1px solid #FF5722;
	transform: scale(0, 1);
}
.btn07 a::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: scale(1, 0);
}
.btn07 a:hover {
	color: #FF5722;
}
.btn07 a:hover::after,
.btn07 a:hover::before {
	transform: scale(1);
}









.btn01_arrow{
	position:relative;
	left:0px;
	margin-right:14px;
	transition:0.2s ease-in, 0.22s ease-out;
}
.btn01_arrow img{
	opacity:1 !important;
}
.btn01_arrow,
.btn01_arrow img{
	width: 18px;
	height: 13px;
}
.btn01 a:hover .btn01_arrow{
	left:4px;
}




/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr {
	display: block;
	position: relative;
	float: right;
	margin-left: 30px;
	margin-bottom: 0 !important;
	text-align: center;
}

.img_fr img {
	margin-bottom: 7px;
	max-width: 300px;
	height: auto;
	border: 2px solid #f7f7f7;
	border-radius: 5px;
}

/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd{
	padding-left:20px;
	line-height:1.3;
	font-size:15px; 
	font-weight:bold;
	color: #1F2774;
	text-align:left;
}







/*==================================================================

	アンカーリンンク

==================================================================*/
/* 2個並び */
.ank02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ank02 li {
	width: 48%;
	margin: 0 1% 10px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
	height: 100%;
}

.ank02 li a {
	display: block;
	font-family: "A1 Gothic R",sans-serif;
	width: 100%;
	height: 100%;
	padding: 15px 10px 25px;
	border: 1px solid #d6b951;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: url("../images/btn_bg_yellow.jpg") no-repeat;
	background-size: cover;
	border-radius: 20px;
	transition: 0.1s ease-in-out;
}

.ank02 li a:hover {
	background-color:#00408f;
	color:#fff;
}

.ank02 li i {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	margin: auto;
}

/* 3個並び */
.ank03 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ank03 li {
	width: 30%;
	/*margin: 0 1% 10px;*/
	margin: 0 0 15px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
	height: 100%;
}

.ank03 li a {
	display: block;
	font-family: "A1 Gothic R",sans-serif;
	width: 100%;
	height: 100%;
	padding: 15px 10px 25px;
	border: 1px solid #9ecc60;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: #9ecc60;
	border-radius: 10px;
	transition: 0.1s ease-in-out;
}

.ank03 li:nth-of-type(2) a {
	border: 1px solid #f8b62d;
	background: #f8b62d;
}

.ank03 li:nth-of-type(3) a {
	border: 1px solid #2ea7e0;
	background: #2ea7e0;
}

.ank03 li:nth-of-type(4) a {
	border: 1px solid #ea63a0;
	background: #ea63a0;
}

.ank03 li:nth-of-type(6) a {
	border: 1px solid #f8b62d;
	background: #f8b62d;
}

.ank03 li:nth-of-type(7) a {
	border: 1px solid #2ea7e0;
	background: #2ea7e0;
}

.ank03 li:nth-of-type(8) a {
	border: 1px solid #ea63a0;
	background: #ea63a0;
}

.ank03 li:nth-of-type(10) a {
	border: 1px solid #f8b62d;
	background: #f8b62d;
}

.ank03 li:nth-of-type(11) a {
	border: 1px solid #2ea7e0;
	background: #2ea7e0;
}

.ank03 li:nth-of-type(12) a {
	border: 1px solid #ea63a0;
	background: #ea63a0;
}

.ank03 li i {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	margin: auto;
}

.ank03 li a:hover {
	color: #9ecc60;
	background: #fff;
}

.ank03 li:nth-of-type(2) a:hover {
	color: #f8b62d;
	background: #fff;
}

.ank03 li:nth-of-type(3) a:hover {
	color: #55b3d2;
	background: #fff;
}

.ank03 li:nth-of-type(4) a:hover {
	color: #e173a2;
	background: #fff;
}

.ank03 li:nth-of-type(6) a:hover {
	color: #f8b62d;
	background: #fff;
}

.ank03 li:nth-of-type(7) a:hover {
	color: #2ea7e0;
	background: #fff;
}

.ank03 li:nth-of-type(8) a:hover {
	color: #ea63a0;
	background: #fff;
}

.ank03 li:nth-of-type(10) a:hover {
	color: #f8b62d;
	background: #fff;
}

.ank03 li:nth-of-type(11) a:hover {
	color: #55b3d2;
	background: #fff;
}

.ank03 li:nth-of-type(12) a:hover {
	color: #e173a2;
	background: #fff;
}

.ank03::after {
	display: block;
	content:"";
	width: 30%;
}


/* 4個並び */
.ank04{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ank04 li{
	width: 23%;
	margin: 0 1% 10px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
	height: 100%;
}
.ank04 li a{
	width: 100%;
	height: 100%;
	padding:10px 10px 20px;
	border: 1px solid #00408f;
	font-weight: bold;
	font-size: 13px;
	color: #00408f;
	text-align: center;
	vertical-align: middle;
	transition: 0.1s ease-in-out;
}

.ank04 li a:hover {
	background-color: #00408f;
	color: #fff;
}

.ank04 li i {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	margin: auto;
}

[id*="ank"], [id*="nw"], [id*="features"] {
    margin-top: -130px !important;
    padding-top: 130px !important;
}
/*==================================================================

	.layout

==================================================================*/
/* --------------layout共通タイトル-------------- */
.layout_tit {
  font-family: "A1 Gothic M",sans-serif;
  font-weight: 500;
  color: #716765;
  font-size: 18px;
}

.layout_tit em {
  margin-right: 10px;
  color: #0CA412;
  font-family: "Times New Roman", Times, serif;
  font-size: 32px;
  font-weight: normal;
}

.layout_tit span {
  margin-right: 10px;
  color: #2EA7E0;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

/* layout小タイトル */
.layout_tit_02 {
  color: #2d8c31;
  font-size: 18px;
  font-weight: bold;
}

/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */
.layout01 {
  position: relative;
  margin: 0 0 15px;
}

.layout01:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ededed;
  content: "";
}

.layout01 dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
}

.layout01 dl:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  content: "";
}

.layout01 dt {
  width: 30%;
  font-family: "A1 Gothic M",sans-serif;
  font-weight: 500;
  color: #353433;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background: url("../images/yellow.jpg") no-repeat;
  background-size: cover;
}

/* 数字 */
.layout01 dt em {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: normal;
  color: #d0ae35;
}

.layout01 dt span{
	font-size: 75%;
}

.layout01 dd {
  width: 70%;
  box-sizing: border-box;
  padding: 3%;
  background: #fff;
}

/* 背景がグリーン */
.layout01_green dt {
	background: url("../images/green.jpg") no-repeat;
}

.layout01_green dt em {
    color: #0CA412;
}

/* 背景がピンク */
.layout01_pink dt {
	background: url("../images/pink.jpg") no-repeat;
}

.layout01_pink dt em {
    color: #fb76af;
}

.layout01_pink .list06 {
	background: none;
}

.layout01_pink .list06 li::before {
	background-color: #fb76af;
	border: 1px solid #fb76af;
}

/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02 {
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

.layout02 .layout02_box {
  width: 49%;
  margin: 0 2% 0 0;
  margin-bottom: 25px;
  padding: 4%;
  background-color: #f7f7f7;
	box-sizing: border-box;
}

.layout02 .layout02_box:nth-child(even) {
  margin-right: 0;
}

.layout02 .layout02_box .layout02_text {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #1F2774;
}
.layout02 .layout02_text img{
	width: 100%;
}



/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03 {
  margin: 0 0 15px;
}

.layout03 .layout03_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  background: url("../images/green.jpg") no-repeat;
  background-size: cover;
  padding: 2%;
}

.layout03 .layout03_title {
  /*width: 15%;*/
	width: 18%;
  padding: 2%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.layout03 .layout03_title img {
  width: 100%;
  height: auto;
}

.layout03 .layout03_text {
  /*width: 78.5%;*/
	width: 75.5%;
  padding: 2% 3%;
  background-color: rgba(255,255,255,0.7);
  box-sizing: border-box;
}


/* 背景がピンク */
.layout03_pink .layout03_box {
    background: url(../images/pink.jpg) no-repeat;
}

.layout03_pink .layout03_box .layout_tit em {
    color: #fb76af;
}

.layout03_box .list06 {
	padding: 0;
	background: none;
}

.layout03_box .list06 li::before {
	background-color: #fb76af;
	border: 1px solid #fb76af;
}

/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */

.layout04 {
  margin: 0 0 15px;
}

.layout04 .layout04_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  background: url("../images/blue.jpg") no-repeat;
  background-size: cover;
  padding: 2%;
}

.layout04 .layout04_title {
  width: 27%;
  padding-right: 2%;
  display: flex;
  align-items: center;
}

.layout04 .layout04_title img {
  width: 100%;
}

.layout04 .layout04_text {
  width: 73%;
  padding: 3%;
  background-color: rgba(255,255,255,0.7);
}




/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05 {
  margin: 0 0 15px;
}

.layout05 .layout05_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  background: url("../images/green.jpg") no-repeat;
  background-size: cover;
  padding: 2%;
}

.layout05 .layout05_title {
  padding: 2%;
  width: 19%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
}

.layout05 .layout05_title img {
	width: 100%;
	padding-bottom: 10px;
	height: auto;
	display: block;
}

.layout05 .layout05_text1 {
  padding: 3% 3%;
  vertical-align: top;
  box-sizing: border-box
}

.layout05 .layout05_text1:nth-child(2) {
  width: 40%;
  border-left: 5px solid #effbf1;
  background-color: rgba(255,255,255,0.7);
}

.layout05 .layout05_text1:nth-child(3) {
  width: 40%;
  background-color: rgba(255,255,255,0.7);
  border-left: 5px solid #effbf1;
}
.layout05 .layout05_title h4{
	font-size: 18px;
	font-weight: bold;
}
.layout05 .layout05_text1 h5 {
  font-weight: bold;
  margin: 0 0 5px;
}
.layout05 .layout05_text1 h4 em,
.layout05 .layout05_text1 h5 em {
  margin-right: 10px;
  color: #BDA087;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

.layout05_text1 {}

.layout05_text1 ul {
  margin-bottom: 15px;
}

.layout05 ul.list03 li{
	margin: 0;
}

.layout_tit_box {
	margin-bottom: 15px;
	border-bottom: 1px solid #a8dbab;
}

.layout_tit_box p {
	margin-bottom: 5px!important;
}
/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06 {
  margin: 0 0 15px;
}
.layout06 .layout06_box {
  display: flex;
  padding-bottom: 5px;
  position: relative;
}
.layout06 .layout06_box:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ededed;
  content: "";
}
.layout06 .layout06_box:last-child:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  content: "";
}
.layout06 .layout06_title {
  width: 30%;
  padding: 0 3%;
  background-color: #f7f7f7;
  vertical-align: middle;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-size: 120%;
}
.layout06 .layout06_title h4{
  letter-spacing: 0.1em;
  color: #1F2774;
  font-weight: bold;
  text-align: center;
}
.layout06 .layout06_box:last-of-type {
  padding: 0;
}

/* 数字 */
.layout06 .layout06_title em {
  display: block;
  width: 100%;
  line-height: 1;
  margin: 0 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 170%;
  font-weight: normal;
  color: #C3AF97;
}
.layout06 .layout06_text1 {
  padding: 2% 3%;
  vertical-align: top;
}
.layout06 .layout06_text1:nth-child(2) {
  width: 35%;
}
.layout06 .layout06_text1:nth-child(3) {
  width: 35%;
  border-left: 1px solid #e2e2e2;
}
.layout06 .layout06_text1 h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}

.layout06_text1 {}

.layout06_text1 ul {}

.layout06_text1 ul li span {}


/* 3つ並びのレイアウト。 */
.layout07 {
  margin: 0 0 15px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.layout07::after {
  display: block;
  clear: both;
  content: "";
}
.layout07 .layout07_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  padding: 3%;
  border-radius: 10px;
  background-color: #f7f7f7;
}
.layout07 .layout07_box:nth-child(3n) {
  margin-right: 0;
}
.layout07 .layout07_box .layout07_title {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.layout07 .layout07_box .layout07_title em {
  margin-right: 8px;
  font-size: 24px;
  font-family: 'Quicksand', sans-serif;
}
.layout07 .layout07_box .layout07_text {
  line-height: 1.5;
}

/* 3つ並びのレイアウト。矢印付き */
.layout08 {
  margin: 0 0 15px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.layout08 .layout08_box {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding: 3%;
  border-radius: 10px;
  background-color: #f7f7f7;
  box-sizing: border-box;
}
.layout08 .layout08_box:nth-child(3n) {
  margin-right: 0;
}
.layout08 .layout08_box::before {
  position: absolute;
  right: 0px;
  left: 0;
  height: 7px;
  width: 7px;
  transform: rotate(135deg);
  background-color: transparent;
  border-top: 2px solid #1F2774;
  border-right: 2px solid #1F2774;
  content: "";
  bottom: -16px;
  margin: auto;
}
.layout08 .layout08_box:nth-child(3n)::before {
  display: none;
}
.layout08 .layout08_box .layout08_title {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.layout08 .layout08_box .layout08_title em {
  margin-right: 8px;
  font-size: 24px;
  font-family: 'Quicksand', sans-serif;
}
.layout08 .layout08_box .layout08_text {
  line-height: 1.5;
}



/* layout10 */
.layout10 {
	position: relative;
}
.layout10::before {
	width: 1px;
	height: calc(100% - 16%);
	border-right: #71b4d7 dotted 4px;
	position: absolute;
	left: 62px;
	top: 8%;
	z-index: 1;
	content: "";
}
.course_ablation::before{
	height: calc(100% - 8%);
	top: 8%;
}

.layout10 .flow_box{
	display: flex;
  display: -ms-flex;
	padding: 4%;
	background: #fff;
}

.layout10 .flow_box:nth-child(even) {
	background: #dfebf5;
}

.layout10 .flow_box:nth-child(odd) {
	background: #f7f8f9;
}

.layout10 .flow_box .number {
	display: flex;
	display: -ms-flex;
	justify-content: center;
	justify-content: -ms-center;
	align-items: center;
	align-items: -ms-center;
		position: relative;
	z-index: 1;
	width: 60px;
	height: 60px;
	margin-bottom: 0;
	margin-right: 4%;
	background: #1f2774;
	border-radius: 50%;
	line-height: 1;
	color: #fff;
	font-size: 28px;
}
.layout10 .flow_box .layout10_box {
	width: 90%;
}

.layout10 .flow_box .layout10_text .title {
	background: #1f2774;
	margin-top: 24px;
	padding: 12px 18px;
	border-radius: 6px;
	color: #fff;
	line-height: 1;
	font-size: 18px;
	letter-spacing: 0.12em;
}

.layout10 .flow_box .layout10_text .title span {
	position: relative;
}

.layout10 .flow_box .layout10_text .title span::after {
	display: inline-block;
	content: "|";
	margin: 0 12px;
}

.layout10 .flow_box .layout10_text .title2 {
	padding-bottom: 2px;
	padding-top: 16px;
	margin-bottom: 10px;
	font-size: 18px;
	border-bottom: 1px dashed rgba(35,24,21,0.4);
}

.layout10 .flow_box .layout10_text .list03 {
	margin-top: 8px;
}

.layout10 .flow_box .layout10_text .list03 li {
	margin-bottom: 0;
}

.layout10 .flow_box .layout10_text .list03 li::before {
	background-color: #1f2774;
   border: 1px solid #1f2774;
}

.layout10 .flow_box .layout10_text .list_column {
	display: flex;
	display: -ms-flex;
	flex-wrap: wrap;
}

.layout10 .flow_box .layout10_text .list_column li {
	margin-right: 5%;
}

/* layout11 */
.layout11{
  position: relative;
}
.layout11_box{
  padding: 8px;
}
[class^="layout11_image"] p{
  margin-bottom: 0;
}
[class^="layout11_image"] img{
  width: 100%;
  height: auto;
}
[class^="layout11_text"]{
  margin-top: 8px;
}
[class^="layout11_text"] dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
[class^="layout11_text"] dl dt{
  background: url(../images/green.jpg) no-repeat;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  width: 20%;
  margin-bottom: 2px;
}
[class^="layout11_text"] dl dd{
  padding: 12px;
  background: #fff;
  width: 75%;
  margin-bottom: 2px;
	border: solid 1px #eee;
}
[class^="layout11_text"] .desc{
  background: #fff;
  border: 1px solid #59514e;
  padding: 16px;
}
[class^="layout11_text"] .desc p{
  margin-bottom: 0;
}
/* layout11 ver.1 */
.layout11_text01 dl dt{
  margin-left: 0;
}
/* layout11 ver.2 */
.layout11_image02{
  display: flex;
  justify-content: space-between;
}
.layout11_image02 span{
  position: relative;
  display: block;
  width: 47%;
}
.layout11_image02 span:last-child::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -42px;
  margin: auto;
  display: flex;
  align-items: center;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #ae872f;
  line-height: 1;
}
.layout11_text02 dl{
  width: 100%;
}
.layout11_text02 dl dt{
  margin-left: 2px;
  margin-bottom: 2px;
  width: 15%;
}
.layout11_text02 dl dt:nth-of-type(odd){
  margin-left: 0;
}
.layout11_text02 dl dd{
  width: calc(35% - 1px);
}
.layout11_text02 .desc{
  width: 100%;
}
/* case_layout */
.case_layout{
	margin: 0 0 15px;
}
.case_layout .case_layout_box{
	display: flex;
    margin-bottom: 20px;
	background: url(../images/blue.jpg) no-repeat;
	padding: 2%;
}
.case_layout_title{
	padding: 1%;
    width: 40%;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-left: 2%;
}
.case_layout_title img{
	 width: 100%;
    height: auto;
    display: block;
}
.case_layout_text{
	padding: 1% 3%;
    vertical-align: top;
    width: 65%;
}
.case_layout_text ul{
	    margin-top: 18px;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case_layout_text li{
	margin: 0;
    width: 49%;
    text-align: center;
    margin-bottom: 10px;
}
.case_layout_text li a{
	display: flex;
    color: #fff;
	font-weight: bold;
    justify-content: center;
    background: #4fb4e5;
    padding: 20px 20px;
    align-items: center;
    border-radius: 8px;
    border: solid 1px #4fb4e5;
}
.case_layout_text li a:hover{
	background: #fff;
	color: #4fb4e5;
}
/*注意書き*/
.caution {
    background: #ebf5f7;
    display: block;
    position: relative;
    padding: 25px;
    border-radius: 15px;
	text-align: center;
}

.caution span {
    width: 85px;
    height: 85px;
    background:url("../images/blue.jpg") no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    left: -5px;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 600;
    color: #2ea7e0;
    z-index: 2;
}

.caution span::before {
    position: absolute;
    width: 15px;
    height: 20px;
    bottom: 0;
    right:  0;
    margin: auto;
    clip-path: polygon(100% 85%, 40% 0, 0 53%);
    background:url("../images/blue.jpg") no-repeat;
    z-index: 1;
    content: "";
}

.caution p:nth-of-type(1) {
    font-size: 18px;
    margin: 0 0 15px;
    padding: 0 0 0 40px;
    font-weight: 500;
	color: #555555;
   
}

.caution p:nth-of-type(2) .caution_weight {
	padding-bottom: 5px;
	font-size: 26px;
	color: #2EA7E0;
	font-weight: bold;
	border-bottom: 2px solid #2EA7E0;
}

/*==================================================================

	table

==================================================================*/
/* 診療時間（医院案内、アクセス共通） */
.footer_info_sche {
	width: 506px;
	margin-top: 4px;
}

.schedule table {
	margin-bottom: 16px;
	width: 100%;
}

.schedule p {
	margin-left: 22px;
	margin-bottom: 2px;
}

.schedule p strong {
	color: #1F2774;
}

.schedule p:last-child {
	margin-bottom: 0;
}

.schedule_note {
	text-align: center;
}

.schedule_note li {
	display: block;	
	color: #b49146;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	font-feature-settings: "palt";
}



/* 診療時間 */
.tb01 {
	margin-bottom:　12px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:　nowrap;
}

.tb01 tr {
	border-bottom:1px solid #b9b6b0; 
}

.tb01 tr:first-child {
	border-top:1px solid #b9b6b0;
}

.tb01 td,
.tb01 th {
	font-family: "A1 Gothic R",sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #868177;
	letter-spacing: 0;
	line-height: 1px;
	text-align: left;
	vertical-align: middle;
	font-feature-settings: "palt";
}

.tb01 th {
	padding: 17px 16px 16px 21px;
	width: 30%;
	line-height: 1;
	white-space: nowrap;
	box-sizing: border-box;
}

.tb01 td {
    padding: 5px 0 5px;
    text-align: center;
}

.tb01 tr:nth-child(2) td,
.tb01 tr:nth-child(3) td {
	color: #b49146;
}

.tb02 {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 12px;
}


.tb02 th {
  font-weight: bold;
  width: 20%;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}

.tb02 td {
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}



/*本文中のテーブル*/
.tb03 {
  width: 100%;
  border-spacing: 1px;
  border-collapse: collapse;
  border: solid 1px #59514e;
}

.tb03 td,
.tb03 th {
  padding: 20px 30px;
  border: 1px solid #59514e;
}


.tb03 th {
  color: #4b4241;
  font-weight: bold;
  text-align: center;
  background-color: #F9F9F9;
}

.tb03 th span {
  font-size: 13px;
}

.tb03 td {
  background-color: #ffffff;
  text-align: center;
}

.td_bk {
	color: #4b4241;
    font-weight: bold;
	background-color: #F9F9F9!important;
}

/*==================================================================

	fadein

==================================================================*/
/* 左から右にフェードイン */
.side-fadein {
  opacity: 0.1;
  transform: translateX(-20px);
  transition: all 1.5s;
}

.side-fadein.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*下から上にフェードイン*/
.down-fadein {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all 1.5s;
}

.down-fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}


/*==================================================================

	box

==================================================================*/
.box1 {
	position: relative;
	width: 1200px;
	margin: 0 auto 0;
}

.box2 {
	position: relative;
	width: 1200px;
	margin: 0 auto 200px;
	z-index: 1;
}

.text {
	position: relative;
	margin-bottom: 80px;
}

.text p {
	margin-bottom: 1em;
}

.tit_text {
	padding: 30px 0;
	margin-bottom: 20px;
}



/*==================================================================

	.top_news

==================================================================*/
/* トップのニュース */
.mv_box {
	background: url("../images/mv03.jpg") no-repeat;
	background-size: cover;
}

.top_news {
	/*padding: 91px 0 89px;*/
	padding: 60px 0 89px;
}

.news_inner {
	width: 91%;
	min-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_left {
	position: relative;
	width: 86.5%;
}

.tit_box_news {
	display: flex;
	margin-bottom: 37px;
} 

.tit_box_news .tit_en {
	position: relative;
	margin-right: 25px;
	margin-bottom: 0;
	color: #ae872f;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tit_box_news .tit01 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tit_box_news .tit_en::before {
    display: inline-block;
    width: 45px;
    height: 48px;
    margin-right: 16px;
    background: url("../images/tit_triangle_pair02.png") no-repeat;
    content: "";
}

.tit_box_news .tit01::before,
.tit_box_news .tit01::after {
	display: none;
}

.news_right {
	width: 9%;
}

.news_right .btn01 {
	margin-top: 68px;
}

.top_news_flame {
	height: 220px;
	overflow: hidden;
	position: relative;
	padding: 13px 32px 8px 3px;
}

.top_news_flame::before {
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/dott_brown.png") no-repeat;
	background-size: contain;
	width: 8px;
	height: 241px;
	content: "";
}

.news_list li {
	margin-bottom: 23px!important;
	font-size: 16px!important;
	letter-spacing: 0!important;
	line-height: 1!important;
	font-feature-settings: "palt";
}

.news_list li span,
.news_list li a {
	color: #636161!important;
}

.news_list li span {
	margin-right: 20px!important;
}

.news_list li em {
	margin-right: 20px!important;
	min-width: 62px!important;
	padding: 5px!important;
}

.news_text p {
	margin-bottom:10px;
}

/* タイトル */
.news_text p strong {
	margin-left: 20px;
	font-size: 17.5px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	color: #1F2774;
}

/* 日付 */
.news_text .date {
	margin-right: 10px;
	color: #C0AB92;
}

/* お知らせのブロックのボーダー */
.news_text .line {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

/* お知らせの高さ */
.scroll_area {
	height: 220px;
	overflow: hidden;
	/*overflow-y: scroll;*/
}

/*スクロールバーの横幅指定*/
.scroll_area::-webkit-scrollbar {
  width: 5px;
}

/*スクロールバーの背景色・角丸指定*/
.scroll_area::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
}

/*スクロールバーの色・角丸指定*/
.scroll_area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
}



/*==================================================================

	.top_info

==================================================================*/
.top_info {
	padding: 101px 0 112px;
	background: url("../images/bg_pattern01.jpg") no-repeat;
	background-size: cover;
}

.top_info .info_inner {
	width: 91%;
	min-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.info_left {
	width: 45.4%;
}

.top_schedule {
	margin-bottom: 35px;
}

.info_overview ul li {
	text-align: center;
}

/* 診療科目 */
.info_overview ul .info_clinic {
	margin-bottom: 23px;
	padding: 15px 0 16px;
	font-family: "A1 Gothic R",sans-serif;
	font-weight: 400;
	color: #b49146;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	background: #fff;
	font-feature-settings: "palt";
}

/* 電話番号 */
.info_overview ul .info_tel {
	margin-bottom: 28px;
}

.info_overview ul .info_tel a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: century-gothic,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #6b6b6b;
	font-size: 34px;
	letter-spacing: 0.05em;
	line-height: 1;
	font-feature-settings: "palt";
}

.info_overview ul .info_tel a::before {
    display: inline-block;
    margin-right: 6px;
    background: url(../images/tel_icon.svg) no-repeat;
    width: 22px;
    height: 29px;
    content: "";
}

/* アクセス */
.info_overview ul .info_access {
	padding: 12px 0 13px;
	font-family: "A1 Gothic R",sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	background: #cbc4b7;
	font-feature-settings: "palt";
}

.info_right {
	width: 50%;
}

.info_map {
	margin-bottom: 43px;
	text-align: center;
}

.info_add {
	display: flex;
	justify-content: flex-start;
}

.info_add p:first-child {
	margin-right: 76px;
	color: #868177;
}



/*==================================================================

	.top_doctor

==================================================================*/
.top_doctor {
	padding: 141px 0 153px;
	background: url("../images/doctor_bg.jpg") no-repeat;
    background-size: cover;
}

.top_doctor .tit_box {
	margin-bottom: 69px;
}

.greeting_flex {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.greeting_flex::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #fffcf2;
    width: 1000px;
    height: 860px;
	z-index: 1;
    content: "";
}

.greeting_txt {
	padding: 77px 0 0 78px;
	padding-left: 78px;
	color: #636161;
	font-size: 16px;
	letter-spacing: 0;
	width: 56%;
	line-height: 2.25;
	font-feature-settings: "palt";
	z-index: 2;
}

.greeting_txt p {
	margin-bottom: 36px;
	letter-spacing: 0;
	font-feature-settings: "palt";
}

.greeting_txt p:nth-child(4) {
	margin-bottom: 55px;
}

/* 院長挨拶のキャッチコピー */
.greeting_catch {
	margin-bottom: 46px!important;
	font-family: "A1 Gothic M",sans-serif;
	color: #7d7877;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.1em!important;
	line-height: 1.6;
}

/* 院長名 */
.director_flex {
	display: flex;
	justify-content: flex-start;
}

.doctor_name {
	margin-right: 4px;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	color: #636161;
	letter-spacing: 0.1em;
	line-height: 1;
}

.doctor_name span {
	padding-right: 22px;
	font-family: "UDTypos58";
	font-weight: 400;
	color: #636161;
	font-size: 20px;
}

.doctor_name .furigana {
	font-size: 20px;
}

/* 院長写真 */
.doctor_img {
	margin-top: 118px;
	position: relative;
	z-index: 2;
}

.director_flex .btn01 a::after {
	background: url("../images/wave_brown.svg") no-repeat;
}



/*==================================================================

	.top_clinic

==================================================================*/
.top_clinic {
	position: relative;
	padding: 150px 0 152px;
}

.top_clinic::before {
    position: absolute;
    top: 5%;
    right: 0;
    width: 209px;
    height: 226px;
    background: url("../images/flowe01.png") no-repeat;
	z-index: -2;
    content: "";
}

.top_clinic::after {
    position: absolute;
    top: 14.2%;
    left: 0;
    width: 197px;
    height: 242px;
    background: url("../images/flower02.png") no-repeat;
	z-index: -1;
    content: "";
}

.top_clinic .box1 {
	width: 100%;
	max-width: 1400px;
}

.top_clinic .tit_box {
	margin-bottom: 72px;
}

.top_clinic .tit_box .tit_en {
	margin-bottom: 6px;
	color: #716765;
}

.top_clinic .tit_box .tit01 {
	color: #a9a4b7;
}

.top_clinic .tit_box .tit01::before {
	background: url("../images/tit_deco_gray_left.png") no-repeat;
}

.top_clinic .tit_box .tit01::after {
	background: url("../images/tit_deco_gray_right.png") no-repeat;
}

.point_flex {
	display: flex;
	width: 1120px;
	margin: 0 auto;
	box-sizing: border-box;
}

.point_flex h4 {
	margin-bottom: 17px;
	font-family: "A1 Gothic R",sans-serif;
	color: #636161;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.5;
	font-feature-settings: "palt";
	text-align: center;
}

.tit_blue {
	color: #34a9e1;
}

.tit_green {
	color: #8bbc49;
}

.tit_brown {
	color: #b8964d;
}

.point_flex figure {
	margin-bottom: 34px;
}

.point_flex .btn01 {
	text-align: center;
}

.clinic_point01 .btn01 a:hover {
    color: #95d6f7;
}

.point_flex .btn01 a:hover {
	text-align: center;
}


.point_detail {
	position: relative;
}

.point_triangle_bg {
	position: relative;
}

.point_triangle_bg::before {
	position: absolute;
	top: 27.8%;
	left: 0;
	width: 65%;
	height: 530px;
	background: url("../images/triangle_bg01.png") no-repeat;
	z-index: -1;
	content: "";
}

.point_triangle_bg::after {
	position: absolute;
	top: 34.5%;
	left: 198px;
	width: 101px;
	height: 168px;
	background: url("../images/bud01.png") no-repeat;
	content: "";
}

/* 治療のこだわり */
.clinic_point {
	position: relative;
	margin-bottom: 119px;
}

.clinic_point01 .box1::before {
	position: absolute;
	top: 84%;
	right: 16px;
	width: 157px;
	height: 272px;
	background: url("../images/clinic_illust01.png") no-repeat;
	z-index: -1;
	content: "";
}

.clinic_point01 .tit02 {
	margin: 0 0 70px 271px;
}

.point_detail01 {
	margin: 0 79px 0 10px;
}

.point_detail02 {
	margin: 43px 80px 0 0;
}

.point_detail02 h4 {
	margin-bottom: 20px;
}

.point_detail02::before {
    position: absolute;
    top: 242px;
    left: -22px;;
    width: 93px;
    height: 52px;
    background: url("../images/leaf01.png") no-repeat;
	z-index: 1;
    content: "";
}

.point_detail03 {
	margin-top: -87px;
}

.point_detail03 h4 {
	margin-bottom: 25px;
}

.point_detail03::before {
    position: absolute;
    top: 11px;
    left: -43px;;
    width: 97px;
    height: 119px;
    background: url("../images/flower05.png") no-repeat;
	z-index: 1;
    content: "";
}

.clinic_point01 .btn01 a {
	color: #4fb4e5;
}

.clinic_point01 .btn01 a::before {
	background: url("../images/arrow_blue.png") no-repeat;
}

.clinic_point01 .btn01 a::after {
	background: url("../images/wave_blue.svg") no-repeat;
}

/* 安心のこだわり */
.clinic_point02 .box1::before {
    position: absolute;
    top: 81.5%;
    left: 37px;
    width: 119px;
    height: 277px;
    background: url("../images/clinic_illust02.png") no-repeat;
    z-index: -1;
    content: "";
}

.clinic_point02 .box1::after {
    position: absolute;
    top: 95.5%;
    right: 6px;
    width: 185px;
    height: 267px;
    background: url("../images/clinic_illust03.png") no-repeat;
    z-index: -1;
    content: "";
}


.clinic_point02 {
	margin-bottom: 135px;
	background-repeat: no-repeat;
}

.clinic_point02::before {
    position: absolute;
    top: 145px;
    right: 0;
    width: 209px;
    height: 226px;
    background: url("../images/flower03.png") no-repeat;
	z-index: -2;
    content: "";
}

.clinic_point02::after {
    position: absolute;
    top: 117%;
    left: 0;
    width: 197px;
    height: 282px;
    background: url("../images/flower04.png") no-repeat;
    z-index: -2;
    content: "";
}

.clinic_point02 .tit02 {
    margin: 0 260px 62px auto;
	padding: 20px 0 0 40px;
	background: url("../images/clinic_tit_frame02.png") no-repeat;
	width: 392px;
	height: 111px;
}

.clinic_point02 .point_flex {
	justify-content: flex-end;
}

.point_detail04 {
	margin-top: -116px;
}

.point_detail04::before {
    position: absolute;
    top: 143px;
    left: -48px;
    width: 125px;
    height: 181px;
    background: url("../images/flower06.png") no-repeat;
	z-index: 1;
    content: "";
}

.point_detail04 figure {
	margin-bottom: 36px;
}

.point_detail04 h4 {
	margin-bottom: 32px;
}

.point_detail05 {
	margin: 38px 0 0 62px;
}

.point_detail05::before {
    position: absolute;
    top: 187px;
    right: -24px;
    width: 70px;
    height: 97px;
    background: url(../images/leaf02.png) no-repeat;
	z-index: 1;
    content: "";
}

.point_detail05 h4 {
	margin-bottom: 32px;
}

.point_detail06 {
	margin-left: 82px;
}

.point_detail06 h4 {
	margin-bottom: 31px;
}

.clinic_point02 .btn01 a {
	color: #95c258;
}

.clinic_point02 .btn01 a::before {
	background: url("../images/arrow_green.png") no-repeat;
}

.clinic_point02 .btn01 a::after {
	background: url("../images/wave_green.svg") no-repeat;
}

.clinic_point02 .btn01 a:hover {
    color: #b9dd88;
}

/* 環境のこだわり */
.clinic_point03::before {
    position: absolute;
    top: 23%;
    right: 0;
    width: 65%;
    height: 530px;
    background: url("../images/triangle_bg02.png") no-repeat;
    z-index: -1;
    content: "";
}

.clinic_point03::after {
    position: absolute;
    top: 73%;
    right: 214px;
    width: 101px;
    height: 168px;
    background: url("../images/bud02.png") no-repeat;
    content: "";
}

.clinic_point03 .box1::before {
    position: absolute;
    top: 80%;
    left: 0;
    width: 125px;
    height: 264px;
    background: url("../images/clinic_illust04.png") no-repeat;
    z-index: -1;
    content: "";
}

@media screen and (min-width: 641px) and (max-width: 1500px) {
	.point_triangle_bg::after,
	.clinic_point03::after {
		display: none;
	}
}

.clinic_point03 .tit02 {
    margin: 0 0 76px 271px;
	padding: 19px 0 0 64px;
	background: url(../images/clinic_tit_frame03.png) no-repeat;
	
}

.point_detail07 {
    margin: 0 82px 0 10px;
}

.point_detail07::before {
    position: absolute;
    top: 42px;
    right: -46px;
    width: 93px;
    height: 52px;
    background: url(../images/leaf01.png) no-repeat;
    z-index: 1;
    content: "";
}

.point_detail07 figure {
    margin-bottom: 36px;
}

.point_detail07 h4 {
	margin-bottom: 28px;
}

.point_detail08 {
    margin: 43px 79px 0 0;
}

.point_detail08 figure {
    margin-bottom: 33px;
}

.point_detail08 h4 {
	margin-bottom: 28px;
}

.point_detail09 {
    margin-top: -57px;
}

.point_detail09::before {
    position: absolute;
    top: -14px;
    left: -28px;
    width: 97px;
    height: 119px;
    background: url("../images/flower05.png") no-repeat;
    z-index: 1;
    content: "";
}

.point_detail09 figure {
    margin-bottom: 37px;
}

.point_detail09 h4 {
	margin-bottom: 29px;
}

.clinic_point03 .btn01 a::after {
	background: url("../images/wave_khaki.svg") no-repeat;
}



/*==================================================================

	.top_orthodontic

==================================================================*/
.top_orthodontic {
	padding: 0 0 180px;
}

.top_orthodontic .box1 {
	position: relative;
	padding: 99px 0 104px; 
	width: 90%;
	min-width: 1240px;
	background: url("../images/blue_bg.jpg") no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.top_orthodontic .box1::before {
    position: absolute;
    top: -14%;
    right: 163px;
    width: 82px;
    height: 150px;
    background: url("../images/triangle01.png") no-repeat;
    content: "";
}

.top_orthodontic .box1::after {
    position: absolute;
    top: 96%;
    left: 173px;
    width: 47px;
    height: 94px;
    background: url("../images/triangle02.png") no-repeat;
    content: "";
}

.orthodontic_flex {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}

.trouble_box {
	position: relative;
	padding-top: 42px;
}

.trouble_box::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: calc(100% - (50% - 420px));
    height: 290px;
    content: "";
}

.trouble_list {
	position: relative;
	margin-bottom: 95px;
	padding: 0 10px 0 40px;
}

.trouble_list::before {
    position: absolute;
    top: 75px;
    left: -55px;
    width: 125px;
    height: 181px;
    background: url(../images/flower06.png) no-repeat;
    z-index: 1;
    content: "";
}

.trouble_list ul {
	padding-left: 56px;
}

.trouble_list ul li {
	position: relative;
	display: flex;
	align-items: center;
	font-family: "A1 Gothic L",sans-serif;
	color: #636161;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 2;
	font-feature-settings: "palt";
}

.trouble_list ul li::before {
    display: inline-block;
    margin-right: 10px;
    width: 26px;
    height: 21px;
    background: url("../images/check01.svg") no-repeat;
    content: "";
}

.trouble_img {
	position: relative;
	margin-top: 70px;
}

.trouble_img::before {
    position: absolute;
    top: -53px;
    right: -30px;
    width: 97px;
    height: 119px;
    background: url("../images/flower05.png") no-repeat;
    z-index: 1;
    content: "";
}

.trouble_list_link ul {
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	width: 650px;
	gap: 25px;
	margin: 0 auto;
}

.trouble_list_link ul li {
	margin: 0 auto 18px;
	margin: 0 0 18px;
}

.trouble_list_link a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0 0 18px;
	font-family: "A1 Gothic M",sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #636161;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-feature-settings: "palt";
	width: 200px;
	height: 82px;
	box-sizing: border-box;
	background: url(../images/trouble_list_frame.png) no-repeat;
}

.trouble_list_link a span {
	color: #34a9e1;
}

.trouble_list_link a::before {
    position: absolute;
    top: 30px;
    right: 21px;
    width: 20px;
    height: 20px;
    background: url("../images/arrow_gray.png") no-repeat;
    border-radius: 50%;
    content: "";
}

.trouble_list_link a:hover::before {
	right: 15px;
	transition: .1s ease-in-out;
}

/*==================================================================

	.top_implant

==================================================================*/
.top_orthodontic .top_implant .box1{
	background: url(../images/pink.jpg) no-repeat;
	background-size: cover;
}
.top_orthodontic .top_implant .trouble_img{
	 z-index: 2;
}
.top_orthodontic .top_implant .trouble_box::before{
	height: 490px;
	left: -103px;
}
.top_orthodontic .top_implant .trouble_img::before{
	right: 0;
	left: -30px;
}
.top_orthodontic .top_implant .trouble_list::before{
	left: auto;
	right: -55px;
	bottom: -50px;
    top: auto;
	transform: rotateY(180deg);
}
.top_implant .tit03 span,.top_implant .trouble_list_link a span{
	color: #fb76af;
}
.top_orthodontic .top_implant .tit04::before{
	background: url(../images/wave_pink_long.svg) no-repeat;
}
.top_orthodontic .top_implant .trouble_list{
	padding: 0 40px 0 10px;
}
.top_orthodontic .top_implant .trouble_list ul li::before{
	background: url(../images/check_pink_01.svg) no-repeat;
}
.top_orthodontic .top_implant .trouble_list_link li:nth-child(5) a{
	font-size: 15px;
}
.top_orthodontic .top_implant .trouble_list_link ul li{
		margin: 0 0 18px;
	}
/*==================================================================

	$top_medical

==================================================================*/
.top_medical {
	padding: 147px 0 114px;
	background: url("../images/medical_bg.jpg") no-repeat;
	background-size: cover;
}

.top_medical .box1 {
	width: 70%;
	min-width: 1240px;
}

.top_medical .tit_box {
	margin-bottom: 144px;
}

.top_medical .tit_box .tit_en {
    margin-bottom: 7px;
}

.medical_icon_list {
	width: 1200px;
	margin: 0 auto;
}

.medical_icon_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

.medical_icon_list ul li {
	position: relative;
	margin-bottom: 135px;
	width: 240px;
	height: auto;
}

.medical_icon_list ul li::before {
	position: absolute;
	display: block;
	top: -38%;
	right: -13px;
	background: url("../images/plus.svg") no-repeat;
	width: 26px;
	height: 26px;
	content: "";
}

.medical_icon_list ul li::after {
	position: absolute;
	display: block;
	bottom: -37%;
	right: -13px;
	background: url("../images/plus.svg") no-repeat;
	width: 26px;
	height: 26px;
	content: "";
}

.medical_icon_list ul li:nth-of-type(n+5)::after {
	bottom: -41%;
}

.medical_icon_list ul li:nth-of-type(n+5)::before {
	display: none;
}

.medical_icon_list ul li:nth-of-type(5)::after,
.medical_icon_list ul li:nth-of-type(10)::after {
	display: none;
}

.medical_icon_img {
	text-align: center;
}

.medical_icon_btn {
    position: relative;
	margin: 0 auto;
    display: flex;
	justify-content: center;
	align-items: center;
    padding: 6px 15px 0 0px;
    font-family: "A1 Gothic M",sans-serif;
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.45;
	font-feature-settings: "palt";
	width: 189px;
	height: 75px;
	background: url("../images/btn_bg_yellow.jpg") no-repeat;
	border-radius: 40px;
	text-align: center;
	box-sizing: border-box;
}

.medical_icon_btn::before {
    position: absolute;
    top: 27px;
    right: 11px;
    width: 20px;
    height: 20px;
    background: url("../images/arrow_white.png") no-repeat;
    content: "";
}

.medical_icon_btn.child_btn {
	position: absolute;
	bottom: -90px;
	/*width: 280px;*/
	min-width: 280px;
	width: auto;
	height: 70px;
	font-size: 20px;
	/*padding: 3px 15px 0 0;*/
	padding: 3px 55px 0 30px;
	background: url("../images/btn_bg_yellow.jpg");
}
.medical_icon_btn.child_btn::before {
	top: 25px;
	right: 21px;
}
.medical_icon_btn.child_btn:hover {
	opacity: .8;
}

.medical_icon_list a:hover .medical_icon .medical_icon_img img {
	opacity: 0.7;
}

.medical_icon_list a:hover .medical_icon .medical_icon_btn {
	opacity: 0.7;
}

/* 虫歯治療 */
.medical_list01 .medical_icon_img img {
	width: 80px;
	height: 77px
}

.medical_list01 .medical_icon_img {
	margin: 7px 0 61px;
}


/* 根管治療 */
.medical_list02 .medical_icon_img img {
	width: 100px;
	height: 81px
}

.medical_list02 .medical_icon_img {
	margin: 7px 0 57px;
}

.medical_list02 .medical_icon_btn {
	background: url("../images/btn_bg_green.jpg") no-repeat;
}

/* 歯周病治療 */
.medical_list03 .medical_icon_img img {
	width: 124px;
	height: 84px
}

.medical_list03 .medical_icon_img {
	margin: 7px 0 54px;
}

.medical_list03 .medical_icon_btn {
	background: url("../images/btn_bg_blue.jpg") no-repeat;
}

/* 予防歯科 */
.medical_list04 .medical_icon_img img {
	width: 90px;
	height: 68px
}

.medical_list04 .medical_icon_img {
	margin: 12px 0 65px;
}

.medical_list04 .medical_icon_btn {
	background: url("../images/btn_bg_pink.jpg") no-repeat;
}

/* 小児歯科 */
.medical_list05 .medical_icon_img img {
	width: 100px;
	height: 93px
}

.medical_list05 .medical_icon_img {
	margin: 0 0 52px;
}

/* 小児歯科の定期検診 */
.medical_list06 .medical_icon_img img {
	width: 90px;
	height: 88px
}

.medical_list06 .medical_icon_img {
	margin: 3px 0 51px;
}

.medical_list06 .medical_icon_btn {
	background: url("../images/btn_bg_green.jpg") no-repeat;
}

/* 口腔外科 */
.medical_list07 .medical_icon_img img {
	width: 90px;
	height: 88px
}

.medical_list07 .medical_icon_img {
	margin: 3px 0 51px;
}

.medical_list07 .medical_icon_btn {
	background: url("../images/btn_bg_blue.jpg") no-repeat;
}

/* インプラント */
.medical_list08 .medical_icon_img img {
	width: 90px;
	height: 88px
}

.medical_list08 .medical_icon_img {
	margin: 0 0 52px;
}

.medical_list08 .medical_icon_btn {
	background: url("../images/btn_bg_pink.jpg") no-repeat;
}

/* 審美歯科・ホワイトニング */
.medical_list09 .medical_icon_img img {
	width: 100px;
	height: 90px
}

.medical_list09 .medical_icon_img {
	margin: 0 0 52px;
}

.medical_list09 .medical_icon_btn {
	background: url("../images/btn_bg_yellow.jpg") no-repeat;
}

/* 義歯・入れ歯 */
.medical_list10 .medical_icon_img img {
	width: 90px;
	height: 83px
}

.medical_list10 .medical_icon_img {
	margin: 5px 0 55px;
}

.medical_list10 .medical_icon_btn {
	background: url("../images/btn_bg_green.jpg") no-repeat;
}

/* 矯正歯科 */
.medical_list11 .medical_icon_img img {
	width: 100px;
	height: 42px
}

.medical_list11 .medical_icon_img {
	margin: 25px 0 75px;
}

.medical_list11 .medical_icon_btn {
	background: url("../images/btn_bg_blue.jpg") no-repeat;
}

/* マタニティ歯科 */
.medical_list12 .medical_icon_img img {
	width: 100px;
	height: 90px
}

.medical_list12 .medical_icon_img {
	margin: 0 0 54px;
}

.medical_list12 .medical_icon_btn {
	background: url("../images/btn_bg_pink.jpg") no-repeat;
}

/* 笑気麻酔について */
.medical_list13 .medical_icon_img img {
	width: 100px;
	height: 90px
}

.medical_list13 .medical_icon_img {
	margin: 0 0 54px;
}

.medical_list13 .medical_icon_btn {
	background: url("../images/btn_bg_yellow.jpg") no-repeat;
}
.medical12 .list09 {
padding: 17px;
    background: #f9f9f9;
	counter-reset: section;
}
.medical12 .list09 li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 5px;
    padding-bottom: 8px;
    line-height: 1.4;
    font-size: 16px;
    border-bottom: #43a4d4 1px dashed;
}

.medical12 .list09 li::before{
	counter-increment: section;
    content: counter(section);
	padding-right: 17px;
    font-size: 17px;
    font-weight: 700;
    color: #43a4d4;
}
.medical12 .img_ol_fr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.medical12 .img_ol_fr .list {
	width: 70%;
}
.medical12 .img_ol_fr img {
	margin-bottom: 7px;
  height: auto;
  border: 2px solid #f7f7f7;
  border-radius: 5px;
}
/*==================================================================

	$top_blog

==================================================================*/
.top_blog {
	padding: 137px 0 130px;
}

.blog_inner {
	width: 1100px;
	margin: 0 auto;
}

.top_blog .tit_box {
	margin-bottom: 59px;
}

.top_blog .tit_en {
	margin-bottom: 6px;
}

/* ブログ新着表示 */

.blog_load {
	width: 1100px;
	max-height: 500px;
	margin: 0 auto;
	text-align:center;
	overflow:hidden;
}

.blog_information {
	display: none;
	width: 230px;
	margin: 0 22px 130px 22px;
	text-align: center;
	vertical-align: top;
}

.blog_information a {
	display: block;
}

.blog_information a:hover {
	opacity: 0.7;
}

.blog_information a dt{
	position:relative;
	width: 230px;
	height: 230px;
	margin-bottom: 25px;
	overflow: hidden;
	background-image: url(https://michi-dental-clinic.com/images/blog_img01.png); /*サムネが無い時に表示される画像*/
	background-position: center center;
}

.blog_information a dt img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 194px;
	max-height :194px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	margin: auto;
}

.top_blog_list {
	margin-bottom: 10px;
}

.top_blog_date {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}

.top_blog_cate {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #b49146;
	letter-spacing: 0.05em;
	line-height: 1;
	font-feature-settings: "palt";
	max-width: 150px;
    width: 100%;
    margin: 0 auto;
	padding: 5px 10px;
	box-sizing: border-box;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog_information a dd h3 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog_content_txt p {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 16px;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}

.blog_content_txt img {
	display: none;
}

.blog_mv {
	/* background: url("../images/mv03.jpg") no-repeat; */
	background: url("../images/first_mv.jpg") no-repeat;
	background-size: cover;
}

/*==================================================================

	$top_partner

==================================================================*/
.top_partner {
	padding: 97px 0 103px;
	background: url("../images/bg_pattern01.jpg") no-repeat;
	background-size: cover;
}

.top_partner .tit_box {
margin-bottom: 41px;
}

.top_partner .tit_en {	
	margin-bottom: 5px;
}

.top_partner .tit01 {
	color: #a9a4b7;
}

.top_partner .tit01::before {
    background: url("../images/tit_deco_gray_left.png") no-repeat;
}

.top_partner .tit01::after {
    background: url("../images/tit_deco_gray_right.png") no-repeat;
}

.partner_list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.partner_list ul li:first-child {
	margin-right: 40px;
}

.partner_list ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px 3px 3px;
	font-family: "A1 Gothic R",sans-serif;
	color: #a99f9d;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.2em;
	width: 200px;
	height: 100px;
	background: #fff;
	border: 1px solid #dcdddd;
	box-sizing: border-box;
}

.partner_list ul li a:hover {
	color: #fff;
	background: #a99f9d;
}

.partner_list ul li a:hover img {
	opacity: 0.7;
}
/*==================================================================

	$top_slide

==================================================================*/
.top_slide {
	padding: 130px 0 45px;
}

/* .loop_slide */
.loop_slide_wrap {
	margin: 0 auto 100px;
}

.loop_slide_wrap .slick-slider div {
 transition: none;
}

.loop_slide_wrap .slick-list {
	overflow: hidden!important;
}

.loop_slide_wrap .slick-initialized .slick-slide {
	height: auto;
	margin-right: 50px;
}

.loop_slide_wrap .slick-initialized .slick-slide img {
	width: 400px;
	height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	border-radius: 4px;
}

.loop_slide_wrap .slick-initialized .slick-slide:focus {
	outline: none;
}


/*==================================================================

	$doctor

==================================================================*/
.doctor_contents {
	background: none!important;
}

.doctor_contents::before,
.doctor_contents::after {
	display: none;
}

#doctor .top_doctor {
	padding: 141px 0 150px;
}

#doctor .top_doctor .box2 {
	margin: 0 auto ;
}

#doctor .greeting_flex {
	margin-bottom: 100px;
}

.doctor_carr {
	display: flex;
	justify-content: space-between;
}

.doctor_carr h4.tit01 {
	margin-bottom: 7px;
}

.doctor_carr_sec1 {
	width: 48%;
	margin-right: 20px;
	padding: 3%;
	background: #fff;
	font-size:14px;
	box-sizing: border-box;
}

.doctor_carr_sec1:last-child {
	margin-right: 0;
}

.doctor_carr .tb02 td,.doctor_carr .tb02 th {
	font-size: 14px;
}

.doctor_carr_sec1 table {
	width: 100%;
}



/*==================================================================

	.medical

==================================================================*/
/* 共通 */
.inner_contents {
	position: relative;
	background: url("../images/inner_triangle_bg.png") repeat-y;
}

.inner_contents::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: url("../images/fade_top.png") no-repeat;
	width: 100%;
	height: 372px;
	content: "";
	opacity: 0.8;
}

.inner_contents::after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: url("../images/fade_bottom.png") no-repeat;
	width: 100%;
	height: 372px;
	content: "";
}

.ank_list .box2 {
	margin-bottom: 130px!important;
}

/* 審美歯科 */
.plan_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.plan_flex p {
	margin-bottom: 0!important;
	font-family: "A1 Gothic R",sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #716765;
	text-align: center;
}

.plan_flex div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
	padding: 10px 10px 10px;
	width: 30%;
	height: 100px;
	background: url("../images/blue.jpg") no-repeat;
	border-radius: 10px;
	border: 1px dashed#47c4dd;
	box-sizing: border-box;
}


/* マウスピース矯正 */
#orthodontics .top_orthodontic {
	padding: 0 0 80px;
}

.top_orthodontic .box2 {
    position: relative;
	margin: 0 auto;
    padding: 99px 0 80px;
    width: 80%;
    min-width: 1240px;
    background: url("../images/blue_bg.jpg") no-repeat!important;
    background-size: cover!important;
    box-sizing: border-box;
}

.orthodontic_txt_box {
	text-align: center;
}

.orthodontic_txt span {
	font-size: 18px;
}
/*============================================================================

	blog

============================================================================*/

/*==================================================================

	$recruit

==================================================================*/
.recruit_tb03 td {
	text-align: left!important;
}
.recruit_img{
    justify-content: space-between;
	width: 100%;
	display: flex;
}
.recruit_img li{
	margin-right: 2.5%;
}
.recruit_img li img{
	width: 100%;
}

.recruit_btn {
    position: relative;
	margin: 10px 0;
    display: flex;
	justify-content: center;
	align-items: center;
    padding: 2px 12px 0 0px;
    font-family: "A1 Gothic M",sans-serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.45;
	font-feature-settings: "palt";
	width: 189px;
	height: 50px;
	background: url("../images/btn_bg_yellow.jpg") no-repeat;
	border-radius: 40px;
	text-align: center;
	box-sizing: border-box;
}
.recruit_btn::before {
    position: absolute;
    top: 15px;
    right: 13px;
    width: 20px;
    height: 20px;
    background: url("../images/arrow_white.png") no-repeat;
    content: "";
}
.recruit_btn:hover {
	opacity: 0.7;
}
.recruit_btn a {
	color: #fff!important;
}


/*==================================================================

	$access

==================================================================*/
.access_guide {
	margin-bottom:20px;
	font-weight:bold;
}

.access_map {
	margin-bottom:40px;
	text-align: center;
}

.access_map dt {
	margin-bottom: 10px;
}

.access_map dt i {
	margin-right:7px;
}

.access .btn02{
	text-align:center;
	margin-bottom:50px;
}

.access_info{
	border: 4px solid rgb(237, 237, 237);
	padding: 25px 30px 5px;
}

.access_info dt i{
	margin-right:7px;
	color: #d7b568;
}

.access_train,.access_bus,.access_car,.access_bike{
	margin-bottom:25px;
}

.access_train dt,.access_bus dt,.access_car dt,.access_bike dt{
	padding-left: 0;
	margin-bottom:5px;
	font-size:17px;
	font-weight:bold;
}

.access_train dd,.access_bus dd,.access_car dd,.access_bike dd{
	font-size:14px;
}

/* ルート */
.access_list {
	display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
	flex-wrap: wrap;
	flex-wrap: -ms-wrap;
	counter-reset: section;
}

.access_list dl {
	width: 32%;
	margin-bottom: 30px;
}

.access_list dl.last {
	margin-right: 30%;
}

.access_list dt {
	width: 100%;
	height: auto;
}

.access_list dt img{
	width: 100%;
}

.access_list dl dd {
	width: 94%;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.9;
	padding-left: 2.5em;
	text-indent: -2.7em;
	letter-spacing: 0.1em;
}

.access_list dl dd::before {
  counter-increment: section; 
  content: counter(section);
	font-size: 18px;
	color: #fff;
	margin-right: 8px;
	padding: 7px 10px;
	line-height: 1;
	background: #1F2774;
	border-radius: 3px;
}



/*==================================================================

	$clinic

==================================================================*/
/* 院内スライド サムネイル下 */
.clinic_slide_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  height: auto;
}

.clinic_slide_wrap :focus{
	outline: none;
}

.clinic_slide_wrap #slider{
  margin:0 auto 15px;
  width: 100%;
}

.clinic_slide_wrap .slide-item{
	position: relative;
}

.clinic_slide_wrap .slide-item img{
    width: 100%;
	height: auto;
}

.clinic_slide_wrap .thumbnail-text-item{
	margin: 0 0 15px;
}

.clinic_slide_wrap #thumbnail-list{
  /*width: 100%;*/
  width: 101%;
  margin: 0 auto;
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap:wrap;
	justify-content: center;
}

.clinic_slide_wrap .thumbnail-item{
  /*flex: 0 1 10%;*/
	flex: 0 1 12.5%;
	margin-bottom: 10px;
	box-sizing: border-box;
	position:relative;
	cursor: pointer;
	transition: .3s;
}

.clinic_slide_wrap .thumbnail-item:hover{
	opacity: 0.8;
}

.clinic_slide_wrap .thumbnail-item:after{
    content:'';
    background-color: rgba(0,0,0,0.4);
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    /*width: 100%;*/
	width: 90%;
	text-align: center;
    /*height: 100%;*/
    opacity: 1;
    transition: .3s opacity linear;
}
  
.clinic_slide_wrap .thumbnail-item.thumbnail-current:after{
    opacity: 0;
}
 
.clinic_slide_wrap .thumbnail-item img {
    /*width: 100%;*/
	width: 90%;
    height: auto;
    margin: 0 auto;
}
.clinic_slide_wrap .thumbnail-item img :last-of-type{
	width: 100%!important;
}

.clinic_slide_wrap .slide_text {
	position: absolute;
	font-family: "A1 Gothic R",sans-serif;
	bottom: 10px;
	left: 10px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	font-weight: bold;
}




/*院内スライド サムネイル横*/
.clinic_slide_wrap2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 560px;
}
.clinic_slide_wrap_flex{
	display: flex;
	flex-wrap: wrap;
}
.clinic_slide_wrap_flex :focus{
	outline: none;
}
.clinic_slide_wrap_flex #slider{
  margin:0 auto 15px 0;
  width: 83%;
}
.clinic_slide_wrap_flex #thumbnail-list{
	width: 15%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: min-content;
}
.clinic_slide_wrap_flex .thumbnail-text-item{
	margin: 0 0 15px;
}
.clinic_slide_wrap_flex .thumbnail-item{
  width: 48%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position:relative;
  cursor: pointer;
  transition: .3s;
}
.clinic_slide_wrap_flex .thumbnail-item:hover{
	opacity: 0.8;
}
.clinic_slide_wrap_flex .thumbnail-item:after{
    content:'';
    background-color: rgba(0,0,0,0.4);
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
  }
.clinic_slide_wrap_flex .thumbnail-item.thumbnail-current:after{
    opacity: 0;
  }
.clinic_slide_wrap_flex .thumbnail-item img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.clinic_slide_wrap_flex .slide-item{
	position: relative;
}
.clinic_slide_wrap_flex .slide-item img{
    width: 100%;
	height: auto;
}
.clinic_slide_wrap_flex .slide_text{
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	font-weight: bold;
}





/* 医院概要 */

.clinic_sec1{
	position:relative;
	font-size:14px;
}
.clinic_sec1 ul{
	margin-bottom:15px;
}
.clinic_sec1 li{
	padding: 8px 0;
	border-bottom:1px solid #E5E6EF;
}
.clinic_sec1 li:first-child{
	padding:0 0 8px 0 ;
}
.clinic_sec1 li:last-child{
	border:none;
}
.clinic_sec1 dl:after {
	display: block;
	clear: both;
	content: "";
}
.clinic_sec1 dt{
	float:left;
	box-sizing:border-box;
	width:25%;
	font-size: 16px;
	padding-left:2px;
	font-weight:bold;
	color: #555555;
}
.clinic_sec1 dd{
	float:left;
	width:75%;
}
.clinic_sec1 .schedule .tb01{
	border: 1px solid #e4e4e4;
	width:100%;
	font-size:14px;
	background: #fff;
}
.clinic_sec1 .schedule .tb01 tr:first-child th,
.clinic_sec1 .schedule .tb01 tr:first-child td{
	background-color: #f0f0f0;
	color:#555555;
	font-weight:bold;
}
.clinic_sec1 .schedule .tb01 tr:first-child{
}
.clinic_sec1 .schedule li{
	border-bottom:none;
	
}

/* LINEバナー */
.line_bnr a:hover {
	opacity: 0.7;
}

/* コロナ感染対策に使用 */
.preventive_text .layout03 .layout03_title {
	width: 20%;
	padding: 0;
	box-sizing: border-box;
}

.preventive_text .layout03 .layout03_title img {
	border: 3px solid #fff;
}

.preventive_text .layout03 .layout03_text .layout_tit {
	margin-top: 15px;
}

.preventive_text .layout03 .layout03_text p {
	margin-bottom: 0!important;
}

/*==================================================================

	$facilities

==================================================================*/
/* 機器紹介1 */
.facilities_equip dl{
	float:left;
	width:42.3%;
	min-height:280px;
	margin-bottom:30px;
	margin-left:3.4%;
	padding:3%;
	border-top:4px solid #9397BE;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip dl:nth-child(odd){
	margin-left:0;
}

/* 機器紹介名前 */
.facilities_equip dt{
	margin-bottom:14px;
	padding-bottom:10px;
	line-height: 1.7;
	font-size:17px;
	font-weight:bold;
	text-align:left;
}
.facilities_equip dt span{
	display:block;
	font-size:15px;
}
.facilities_equip_img{
	margin:0 0 20px;
}
.facilities_equip_img img{
	width:100%;
	height: auto;
}




/* 機器紹介2 */
.facilities_equip2{
	display:flex;
	flex-wrap:wrap;
}
.facilities_equip2 dl{
	width:31%;
	margin-bottom:30px;
	margin-right:3.5%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip2 dl:nth-child(3n){
	margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip2 dt{
}
.facilities_equip2 dt img{
	width:100%;
	height: auto;
}
.facilities_equip2 dd{
	padding: 10px 15px 18px;
	line-height: 1.35;
}
.facilities_equip2 dd h4{
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
.facilities_equip2 dd p{
	font-family: "A1 Gothic R",sans-serif;
	margin-top:7px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}



/* 機器紹介3 */
.facilities_equip3{
	display:flex;
	flex-wrap:wrap;
}
.facilities_equip3 dl{
	width:47.5%;
	margin-bottom:35px;
	margin-right:5%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip3 dl:nth-child(even){
	margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip3 dt{
}
.facilities_equip3 dt img{
	width:100%;
	height: auto;
}
.facilities_equip3 dd{
	padding: 10px 15px 18px;
	line-height: 1.35;
}
.facilities_equip3 dd h4{
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
.facilities_equip3 dd p{
	margin-top:7px;
}





/*==================================================================

	$qa

==================================================================*/

.qa1{
}
.qa1 dl{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px dotted #c1c1c1;
}
.qa1 dl dt{
	position:relative;
	margin-bottom: 15px;
	padding-left:40px;
	font-weight:bold;
}
.qa1 dl dt:before{
	position: absolute;
	top:-5px;
	left:0;
	margin-right:7px;
	line-height: 1;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#1F2774;
	content:"Q.";
}
.qa1 dl dd{
	position:relative;
	padding-left:40px;
}
.qa1 dl dd:before{
	position: absolute;
	top:-5px;
	left:0;
	margin-right:7px;
	line-height: 1;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#C0AB9A;
	content:"A.";
}
/*==================================================================

	$child_merit

==================================================================*/

.child_merit{
}
.child_merit dl{
	margin-bottom:20px;
	/*padding-bottom:25px;*/
	/*border-bottom:1px dotted #c1c1c1;*/
}
.child_merit dl dt{
	position:relative;
	margin-bottom: 5px;
	padding-left: 30px;
	font-weight:bold;
}
.child_merit dl dt:before{
	position: absolute;
	top:-5px;
	left:0;
	/*margin-right:7px;*/
	line-height: 1;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#ae872f;
	content:"●";
}
.child_merit dl dd{
	position: relative;
	padding-left: 30px;
}
.child_merit dl dd:before{
	position: absolute;
	top:-5px;
	left:0;
	margin-right:7px;
	line-height: 1;
	/*font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#C0AB9A;
	content:"A.";*/
}
.flex_box {
	display: flex;
	flex-direction: row-reverse;
}
.flex_box .img_fr img {
	max-width: 240px;
}


/*============================================================================

	schedule（MPCLOUD）

============================================================================*/

#mpcloud_schedule {
  width: 220px;
  position: fixed;
  bottom: 15px;
  left: 20px;
  box-shadow: 0 8px 22px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.shcedule_title {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #aaa;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 0;
  text-align: center;
}
.shcedule_title i {
  position: relative;
  top: -2px;
  right: -25px;
  font-style: normal;
  font-size: 12px;
  cursor: pointer;
}
.schedule_time {
  margin: 8px 0 0 0;
}
.schedule_time dt {
  font-weight: bold;
}
.shcedule_box dt {
  background: #eee;
  text-align: center;
}
.shcedule_box dd {
  height: auto;
  vertical-align: top;
}
.shcedule_box dd i {
  display: inline-block;
  width: 17px;
  height: 17px;
  /*background: url("../images/schedule.svg") no-repeat center left;*/
  background-size: 17px 17px;
  padding: 2px 0 2px 22px;
  margin-left: 15px;
  vertical-align: inherit;
}
.shcedule_today {
  padding: 10px 16px;
}
.schedule_comment {
  border-top: 1px solid #d6d6d6;
  padding: 8px 12px;
  font-size: 14px;
}


/*==================================================================

	.breadcrumb（ぱんくず）

==================================================================*/
.breadcrumbs {
	position: relative;
    width: 1200px;
	margin: 0 auto;
	margin: 0 auto 100px;
	font-size: 14px;
	z-index: 998;
}
.breadcrumbs:last-child {
	margin: 0 auto;
}
.breadcrumbs i {
	/*margin-left: 35px;*/
	margin-right: 5px;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs li {
	float: left;
	margin-right: 5px;
}
.breadcrumbs li:after {
    font-family: FontAwesome;
    content: ">";
    padding-left: 10px;
}
.breadcrumbs li:last-child:after {
    content: "";
}
.breadcrumbs li:last-child a{
	color:#d04634 !important;
}




/*==================================================================

	.404_p

==================================================================*/
.none_page_p{
	text-align: center;
	font-size: 26px;
	padding-top: 100px;
}





/*common*/
.pc{}.pc_inline{display:inline!important}.sp_inline{display:none!important}.sp_inline_ip{display:none!important}.pc_table{display:none!important}.sp_table{display:none!important}

address,body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,option,p,pre,select{margin:0;padding:0;-webkit-text-size-adjust:100%}img{vertical-align:bottom}li,ul{list-style:none;margin:0;padding:0}a img{border:none}.w010par{width:10%}.w020par{width:20%}.w025par{width:25%}.w050par{width:50%}.w075par{width:75%}.w100par{width:100%}.w010{width:10px}.w020{width:20px}.w030{width:30px}.w040{width:40px}.w050{width:50px}.w060{width:60px}.w070{width:70px}.w080{width:80px}.w090{width:90px}.w100{width:100px}.w110{width:110px}.w120{width:120px}.w130{width:130px}.w140{width:140px}.w150{width:150px}.w160{width:160px}.w170{width:170px}.w180{width:180px}.w190{width:190px}.w200{width:200px}.w210{width:210px}.w220{width:220px}.w230{width:230px}.w240{width:240px}.w250{width:250px}.w255{width:255px}.w260{width:260px}.w270{width:270px}.w280{width:280px}.w290{width:290px}.w300{width:300px}.w305{width:305px}.w310{width:310px}.w320{width:320px}.w330{width:330px}.w340{width:340px}.w350{width:350px}.w360{width:360px}.w365{width:365px}.w370{width:370px}.w380{width:380px}.w390{width:390px}.w400{width:400px}.w410{width:400px}.w415{width:415px}.w420{width:420px}.w430{width:430px}.w435{width:435px}.w440{width:440px}.w450{width:450px}.w460{width:460px}.w470{width:470px}.w480{width:480px}.w490{width:490px}.w500{width:500px}.w510{width:510px}.w520{width:520px}.w530{width:530px}.w540{width:540px}.w550{width:550px}.w560{width:560px}.w570{width:570px}.w580{width:580px}.w590{width:590px}.w600{width:600px}.w610{width:610px}.w620{width:620px}.w630{width:630px}.w640{width:640px}.w650{width:650px}.w660{width:660px}.w670{width:670px}.w680{width:680px}.w690{width:690px}.w700{width:700px}.w710{width:710px}.w720{width:720px}.w730{width:730px}.w740{width:740px}.w750{width:750px}.w760{width:760px}.w765{width:765px}.w960{width:960px}.w980{width:980px}.h030{height:30px}.h180{height:180px}.h190{height:190px}.h200{height:200px}.h240{height:240px}.h250{height:250px}.h280{height:280px}.h300{height:300px}.h350{height:350px}.mt00{margin-top:0!important}.mt01{margin-top:1px}.mt02{margin-top:2px}.mt03{margin-top:3px}.mt04{margin-top:4px}.mt05{margin-top:5px}.mt06{margin-top:6px}.mt07{margin-top:7px}.mt08{margin-top:8px}.mt09{margin-top:9px}.mt10{margin-top:10px}.mt15{margin-top:15px}.mt20{margin-top:20px}.mt25{margin-top:25px}.mt30{margin-top:30px}.mt35{margin-top:35px}.mt40{margin-top:40px}.mt45{margin-top:45px}.mt50{margin-top:50px}.mt60{margin-top:60px}.mt70{margin-top:70px}.mt80{margin-top:80px}.mt90{margin-top:90px}.mt100{margin-top:100px}.mt110{margin-top:110px}.mt120{margin-top:120px}.mr00{margin-right:0!important}.mr01{margin-right:1px}.mr02{margin-right:2px}.mr03{margin-right:3px}.mr04{margin-right:4px}.mr05{margin-right:5px}.mr06{margin-right:6px}.mr07{margin-right:7px}.mr08{margin-right:8px}.mr09{margin-right:9px}.mr10{margin-right:10px}.mr15{margin-right:15px}.mr20{margin-right:20px}.mr25{margin-right:25px}.mr30{margin-right:30px}.mr35{margin-right:35px}.mr40{margin-right:40px}.mr45{margin-right:45px}.mr50{margin-right:50px}.mr60{margin-right:60px}.mr70{margin-right:70px}.mr80{margin-right:80px}.mr90{margin-right:90px}.mr100{margin-right:100px}.mb00{margin-bottom:0!important}.mb01{margin-bottom:1px}.mb02{margin-bottom:2px}.mb03{margin-bottom:3px}.mb04{margin-bottom:4px}.mb05{margin-bottom:5px}.mb06{margin-bottom:6px}.mb07{margin-bottom:7px}.mb08{margin-bottom:8px}.mb09{margin-bottom:9px}.mb10{margin-bottom:10px}.mb15{margin-bottom:15px}.mb20{margin-bottom:20px}.mb25{margin-bottom:25px}.mb30{margin-bottom:30px}.mb35{margin-bottom:35px}.mb40{margin-bottom:40px}.mb45{margin-bottom:45px}.mb50{margin-bottom:50px}.mb60{margin-bottom:60px}.mb70{margin-bottom:70px}.mb80{margin-bottom:80px!important}.mb90{margin-bottom:90px!important}.mb100{margin-bottom:100px!important}.ml00{margin-left:0!important}.ml01{margin-left:1px}.ml02{margin-left:2px}.ml03{margin-left:3px}.ml04{margin-left:4px}.ml05{margin-left:5px}.ml06{margin-left:6px}.ml07{margin-left:7px}.ml08{margin-left:8px}.ml09{margin-left:9px}.ml10{margin-left:10px}.ml12{margin-left:12px}.ml15{margin-left:15px}.ml20{margin-left:20px}.ml25{margin-left:25px}.ml30{margin-left:30px}.ml35{margin-left:35px}.ml40{margin-left:40px}.ml45{margin-left:45px}.ml50{margin-left:50px}.ml60{margin-left:60px}.ml70{margin-left:70px}.ml80{margin-left:80px}.ml90{margin-left:90px}.ml100{margin-left:100px}.ml140{margin-left:140px}.ml160{margin-left:160px}.ma10{margin:10px}.ma15{margin:15px}.ma_auto{margin-left:auto;margin-right:auto}.pt00{padding-top:0!important}.pt01{padding-top:1px}.pt02{padding-top:2px}.pt03{padding-top:3px}.pt04{padding-top:4px}.pt05{padding-top:5px}.pt06{padding-top:6px}.pt07{padding-top:7px}.pt08{padding-top:8px}.pt09{padding-top:9px}.pt10{padding-top:10px}.pt15{padding-top:15px}.pt20{padding-top:20px}.pt25{padding-top:25px}.pt30{padding-top:30px}.pt35{padding-top:35px}.pt40{padding-top:40px}.pt45{padding-top:45px}.pt50{padding-top:50px}.pt60{padding-top:60px}.pt70{padding-top:70px}.pt80{padding-top:80px}.pt90{padding-top:90px}.pt100{padding-top:100px}.pt120{padding-top:120px}.pr00{padding-right:0!important}.pr01{padding-right:1px}.pr02{padding-right:2px}.pr03{padding-right:3px}.pr04{padding-right:4px}.pr05{padding-right:5px}.pr06{padding-right:6px}.pr07{padding-right:7px}.pr08{padding-right:8px}.pr09{padding-right:9px}.pr10{padding-right:10px}.pr15{padding-right:15px}.pr20{padding-right:20px}.pr25{padding-right:25px}.pr30{padding-right:30px}.pr35{padding-right:35px}.pr40{padding-right:40px!important}.pr45{padding-right:45px}.pr50{padding-right:50px}.pr60{padding-right:60px}.pr70{padding-right:70px}.pr80{padding-right:80px}.pr90{padding-right:90px}.pr100{padding-right:100px}.pb00{padding-bottom:0!important}.pb01{padding-bottom:1px}.pb02{padding-bottom:2px}.pb03{padding-bottom:3px}.pb04{padding-bottom:4px}.pb05{padding-bottom:5px}.pb06{padding-bottom:6px}.pb07{padding-bottom:7px}.pb08{padding-bottom:8px}.pb09{padding-bottom:9px}.pb10{padding-bottom:10px}.pb15{padding-bottom:15px}.pb20{padding-bottom:20px}.pb25{padding-bottom:25px}.pb30{padding-bottom:30px}.pb35{padding-bottom:35px}.pb40{padding-bottom:40px}.pb45{padding-bottom:45px}.pb50{padding-bottom:50px}.pb60{padding-bottom:60px}.pb70{padding-bottom:70px}.pb80{padding-bottom:80px}.pb90{padding-bottom:90px}.pb100{padding-bottom:100px}.pl00{padding-left:0!important}.pl01{padding-left:1px}.pl02{padding-left:2px}.pl03{padding-left:3px}.pl04{padding-left:4px}.pl05{padding-left:5px}.pl06{padding-left:6px}.pl07{padding-left:7px}.pl08{padding-left:8px}.pl09{padding-left:9px}.pl10{padding-left:10px}.pl15{padding-left:15px}.pl20{padding-left:20px}.pl25{padding-left:25px}.pl30{padding-left:30px}.pl35{padding-left:35px}.pl40{padding-left:40px}.pl45{padding-left:45px}.pl50{padding-left:50px}.pl60{padding-left:60px}.pl70{padding-left:70px}.pl80{padding-left:80px}.pl90{padding-left:90px}.pl100{padding-left:100px}.pa01{padding:1px}.pa02{padding:2px}.pa03{padding:3px}.pa04{padding:4px}.pa05{padding:5px}.pa10{padding:10px}.pa15{padding:15px}.fr{float:right}.fl{float:left}.fr10{float:right;margin-left:10px}.fr15{float:right;margin-left:15px}.fr30{float:right;margin-left:15px}.fl10{float:left;margin-right:10px}.fl15{float:left;margin-right:15px}.fl30{float:left;margin-right:30px}.txt10{font-size:10px}.txt11{font-size:11px}.txt12{font-size:12px}.txt13{font-size:13px}.txt14{font-size:14px}.txt15{font-size:15px}.txt16{font-size:16px}.txt17{font-size:17px}.txt18{font-size:18px}.txt19{font-size:19px}.txt20{font-size:20px}.txt21{font-size:21px}.txt22{font-size:22px}.txt23{font-size:23px}.txt24{font-size:24px}.txt25{font-size:25px}.txt26{font-size:26px}.txt27{font-size:27px}.txt28{font-size:28px}.txt29{font-size:29px}.txt30{font-size:30px}.txt31{font-size:31px}.txt32{font-size:32px}.txt33{font-size:33px}.txt34{font-size:34px}.txt35{font-size:35px}.txt36{font-size:36px}.txt37{font-size:37px}.txt38{font-size:38px}.txt39{font-size:39px}.txt40{font-size:40px}.bold{font-weight:700}.left{text-align:left!important}.center{text-align:center!important}.right{text-align:right}.clear{clear:both}.v_top{vertical-align:top}.v_mid{vertical-align:middle}.v_btm{vertical-align:bottom}.color_red{color:#f33}.color_pink{color:#ed8c96}.color_blue{color:#00408f}.color_green{color:#479f9d}.color_ore{color:#ff8327}.color_yellow{color:#ffeb8b}.color_beige{color:#dac58b}.color_brown{color:#9b8052}.color_navy{color:#1f2774}.color_black{color:#3e3a39}.ls_0{letter-spacing:0}.ls_1{letter-spacing:1px}.indent{margin-left:1em!important;text-indent:-1em}.line_h_2{line-height:2!important}.clearfix:after{display:block;clear:both;content:""}.sp{display:none!important}