@charset "utf-8";

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

	リセットCSS

===============================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td, figcaption, figure {
	margin: 0;
	padding: 0;
}
address,em {font-style: normal;}
th {font-weight: normal;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {text-align: left;}
legend {display: none;}
h1,h2,h3,h4,h5,h6,small {font-size: 100%;font-weight: normal;}
img,fieldset {border: 0;}
img {vertical-align: bottom;}
li {list-style-type: none;}

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}
ul,li{list-style:none;margin:0;padding:0}
a img{border:none}

@media screen and (max-width:640px) {
	img{max-width:100%;height:auto}
}


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

	初期設定

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

/* 基本設定
************************************************************/
body {
	color: #3e3a3a;
	font-size: 15px;
	font-weight: 500;
	font-family: YuMincho,'Yu Mincho',"游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 1.75;
	letter-spacing: 0.08em;
	text-align: justify;
}
a {
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #C0AB9A;
}
[href^="tel"]:hover {
	cursor: default;
}
::selection{
	background-color: #99C1DA;
}
::-moz-selection{
	background-color: #99C1DA;
}

body,
.header,
.top-kv .inner,
.page-header .inner,
.footer {
	min-width:1280px;
}

@media screen and (max-width:640px) {
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    font-size: 14px;
  }
  body,
  .header,
  .top-kv .inner,
  .page-header .inner,
  .footer {
    min-width: 100%;
  }
}


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

	共通レイアウト

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

/* ヘッダー
************************************************************/
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1420px;
	min-width: 1280px;
	height: 93px;
	margin-bottom: 80px;
	margin: auto;
	z-index: 9999;
}
.header .inner{
	position: relative;
	width: 100%;
	max-width: 1420px;
	min-width: 1280px;
	height: inherit;
	margin: auto;
	box-sizing: border-box;
}
.header .logo {
	position: absolute;
	top: 41px;
}
.header .logo,
.header .logo img {
	width: 410px;
	height: 73px;
}

.header-navi {
	position: relative;
	top: 59px;
	width: 870px;
	height: 80px;
	margin-left: auto;
	z-index: 9999;
}
.header-navi ul {
	width: 100%;
	height: inherit;
	margin: 0 auto;
	text-align: center;
}
.header-navi li {
	display: inline-block;
	position: relative;
	height: inherit;
}
.header-navi li a {
	display: table;
	padding: 0 7px;
	color: #222222;
	font-size: 17px;
	font-family: YuMincho,'Yu Mincho',sans-serif;
	line-height: 1.9;
	letter-spacing: 0.04em;
	text-align: center;
	vertical-align: middle;
}
.header-navi li:last-child a {
	padding-right: 0;
}
.header-navi li:first-child a {
	padding-left: 0;
}
.header-navi li a span {
	display: block;
	color: #cba658;
	font-size: 14px;
	letter-spacing: 0.075em;
	font-family: 'Allura', cursive;
}
.header-navi li a:hover,
.header-navi li.is-active a {
	color: #222;
}
.header-navi li a span {
	position: relative;
}
.header-navi li a::before	{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 19px;
	width: 60%;
	height: 2px;
	margin: auto;
	background-color: #ffffff;
	transition: 0.15s ease-out;
	transform: scaleX(0);
	z-index: 1;
}
.header-navi li:first-child a::before {
	content: "";
	position: absolute;
	left: 0px;
	right: 15px;
	bottom: 19px;
	width: 60%;
	height: 2px;
	margin: auto;
	background-color: #ffffff;
	transition: 0.15s ease-out;
	transform: scaleX(0);
	z-index: 1;
}
.header-navi li:last-child a::before {
	content: "";
	position: absolute;
	left: 19px;
	right: 0;
	bottom: 19px;
	width: 60%;
	height: 2px;
	margin: auto;
	background-color: #ffffff;
	transition: 0.15s ease-out;
	transform: scaleX(0);
	z-index: 1;
}
.header-navi li a:hover::before,
.header-navi li.is-active a::before {
	transform: scaleX(1);
}
.header-navi li a:hover {
	color: #222;
}
.header-navi ul li.has-child > a {
	pointer-events: none;
}
.header-navi ul li .child-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0%;
	width: 220%;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);
}
.header-navi ul li .child-menu a {
	display: block;
	position: relative;
	padding: 13px 20px;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
}
.header-navi ul li .child-menu a::before,
.header-navi ul li .child-menu a::after {
	display:none;
}
.header-navi ul li .child-menu a:hover {
	background-color: #F0F0F0;
}
/* スクロールで追加されるクラス */
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.header-navi.is-fixed {
	width: 100%;
	background-color: #fff;
}
.header-navi.is-fixed ul {
	width: 1280px;
	margin: 0 auto;
	padding-top: 8px;
	box-sizing: border-box;
}

@media screen and (max-width:640px) {
  .header {
    display: none;
  }
  .is-fixed {
    position: fixed;
    width: 100%;
  }
  .is-fixed li {
    display: block;
  }
  .header-navi {
    display: none;
  }
}

/* ↓ここから書き換え・コード整理していく↓ */
.sp-header {
	display: none;
}

@media screen and (max-width:640px) {
	.sp-header {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		font-size: 18px;
		font-weight: bold;
		z-index: 9998;
		height: 124px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		margin-bottom: 30px;
	}

	.sp-header .logo {
		position: relative;
		top: 0;
		display: block;
		width: 100%;
		text-align: left;
		height: 62px;
		background: #fff;
	}
	.sp-header .logo span,
	.sp-header .logo img {
		display: block;
		margin: auto;
		padding-top: 5px;
	}
	.sp-header .logo img {
		width: 256px;
		height: 55px;
		z-index: 9999;
		position: relative;
	}

	.sp-header-content {
		background-color: rgba(255,255,255,1.0);
		z-index: 999;
	}
  .sp-header-content .buttons {
    position: absolute;
    width: calc(100% - 66px);
    margin-left: 4px;
    z-index: 1;
  }
  .sp-header-content .buttons li {
    display: block;
    float: left;
    width: calc(100% / 2 ) !important;
    text-align: center;
  }
  .sp-header-content .buttons li a {
    display: block;
    height: 54px;
    margin: 4px;
    color: #fff;
    font-size: 4vw;
    font-weight: 400;
    line-height: 54px;
    border-radius: 5px;
    background-color: #B39C90;
  }
  .sp-header-content .buttons li svg {
    position: relative;
    top: 0px;
    left: -5px;
    color: #fff;
    font-size: 1.1em !important;
  }
  .sp-header-content .buttons li i {
    margin-right: 5px;
  }
  .sp-header-content .buttons li:nth-child(2) i {
    font-size: 1.2em !important;
  }

  .sp-header-navi {
    display: none;
  }
  .sp-header-navi li {
    display: block;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
  }
  .sp-header-navi li i {
    position: relative;
    top: -1px;
    left: -6px;
    margin-right: 4%;
    color: #ba9275;
    font-size: 11px;
    vertical-align: middle;
  }
  .sp-header-navi i.fa-facebook-square,
  .sp-header ul li i.fa-home {
    font-size: 16px;
  }
  .sp-header-navi li a,
  .sp-header-navi > ul li.has-child > div {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 50px;
    text-decoration: none;
    background-color: #905c4d;
    border-bottom: solid 1px #fff;
  }
  .sp-header-navi > ul li .child-menu li a {
    background-color: #59372d !important;
  }
  .sp-header-navi > ul li.has-child > div::after {
    content: "\f067";
    position: absolute;
    right: 17px;
    font-size: 1.0em;
    font-weight: bold;
    font-family: 'Font Awesome 5 free';
  }
  .sp-header-navi > ul li.has-child.is-active > div::after {
    content: "\f068" !important;
    position: absolute;
    right: 17px;
    font-size: 1.0em;
    font-weight: bold;
    font-family: 'Font Awesome 5 free';
  }
  .sp-header-navi li a::after {
    content: ">";
    position: absolute;
    right: 20px;
  }

	.navi-toggle {
		display: block;
		position: relative;
		height: 62px;
		padding: 0 4%;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 2;
	}
	.navi-toggle a {
		display: block;
		position: absolute;
		right: -5px;
		width: 62px;
		height: 62px;
		text-align: center;
		background-color: #905c4d;
		z-index: 9999999;
	}
	.navi-toggle a i {
		position: relative;
		top: 25px;
		left: -2px;
		bottom: 6px;
		margin-right: 2%;
		color: #fff;
		font-size: 9px;
		font-weight: 600;
		font-style: normal;
	}
  .navi-toggle a span {
    display: block;
    position: absolute;
    left: 12px;
    width: 33px;
    height: 2px;
    background-color: #fff;
    transition: all 0.4s;
  }
  .navi-toggle a span:nth-child(1) {
    top: 14px;
  }
  .navi-toggle a span:nth-child(2) {
    top: 50%;
    margin-top: -8px;
  }
  .navi-toggle a span:nth-child(3) {
    bottom: 29px;
  }
  .navi-toggle a.is-active {
    background-color: #905c4d;
  }
  .navi-toggle a.is-active i {
    color: #fff;
  }
  .navi-toggle a.is-active span {
    background-color: #fff;
  }
  .navi-toggle a.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(225deg);
  }
  .navi-toggle a.is-active span:nth-child(2) {
    opacity: 0;
  }
  .navi-toggle a.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-225deg);
  }
}


/* メインエリア
************************************************************/
.head-wrap {
	height: 400px;
}

@media screen and (max-width:640px) {
  .head-wrap {
    height: 200px;
  }
}

.inner-01 {
	position: relative;
	width: 1280px;
	margin: 0 auto;
}
.inner-02 {
	position: relative;
	width: 100%;
	max-width: 1500px;
	min-width: 1280px;
	margin: 0 auto;
}

@media screen and (max-width:640px) {
  .inner-01 {
    width: auto;
    margin: 0 6% 80px;
  }
  .inner-02 {
    width: auto;
    max-width: 100%;
    min-width: 100%;
    margin: 0 6% 80px;
  }
}


/* 下層ページタイトル
************************************************************/
.page-header {
	display: block;
	position: relative;
	height: 400px;
	background-image: url('../images/mainvisual_slide01.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-header .inner {
	display: table;
	position: relative;
	width: 1280px;
	height: inherit;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.page-header .content {
	display: table-cell;
	padding-top: 100px;
	padding-bottom: 2px;
	letter-spacing: 0.15em;
	text-align: center;
	text-shadow: 0 0 5px rgba(255,255,255,0.7);
	vertical-align: middle;
	box-sizing: border-box;
}
.page-header .title > span {
	display: block;
	color: #222;
	font-size:15px;
}
.page-header .title > span::before,
.page-header .title > span::after {
	content: "-";
	position: relative;
}
.page-header .title > span::before {
	left: -0.5em;
}
.page-header .title > span::after {
	right: -0.5em;
}
.page-header .title .ja {
  position: relative;
	color: #222;
	font-size: 27px;
	font-weight:bold;
}

@media screen and (max-width:640px) {
  .page-header {
    height: 200px;
    margin-top: 124px;
    background-position: center;
    background-attachment: scroll;
  }
  .page-header .inner {
    width: auto !important;
    height: inherit;
  }
	.page-header .content {
    padding-top: 0;
  }
  .page-header .title .ja {
    font-size: 16px;
  }
}

/* ページコンテンツ
************************************************************/
.page-content {
	position: relative;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 100px;
	margin: 0 auto;
}
.page-content::after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width:640px) {
  .page-content {
    width: auto;
		padding-bottom: 70px;
  }
}


/* パンくずリスト
************************************************************/
.breadcrumb {
	position: relative;
	width: 1280px;
	margin: 0 auto 30px;
	font-size: 14px;
	z-index: 998;
}
.breadcrumb:last-child {
	margin: 0 auto;
}
.breadcrumb i {
	margin-right: 5px;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb li {
	float: left;
	margin-right: 5px;
}
.breadcrumb li:after {
	content: ">";
	padding-left: 10px;
	font-family: FontAwesome;
}
.breadcrumb li:last-child:after {
	content: "";
}
.breadcrumb li:last-child a {
	color: #d04634 !important;
}

@media screen and (max-width:640px) {
  .breadcrumb {
    width: 92%;
    margin: -10px 4% 40px;
  }
  .breadcrumb li {
    display: inline-block;
  }
}


/* ページトップ
************************************************************/
.pagetop,
.pagetop img {
	width: 120px;
	height: 120px;
}
.pagetop{
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	width: 120px;
	height: 120px;
	margin: 20px auto 20px;
	text-align: center;
	transition: 0.3s ease-in-out;
	z-index: 10;
	cursor: pointer;
}
.pagetop:hover {
	top: -65px;
}

@media screen and (max-width:640px) {
  .pagetop,
	.pagetop img {
    width: 60px;
    height: 60px;
  }
}


/* フッター
************************************************************/
.footer {
	position:relative;
	width:100%;
}

.footer-information .inner {
	display: flex;
	justify-content: space-between;
	width: 1220px;
	padding: 121px 0 114px;
	margin:0 auto;
}
.footer-information .content-left {
	width:46%;
}
.footer-information .content-right {
	position: relative;
	width: 48.5%;
}

.footer-logo {
	padding-top: 34px;
	padding-left: 45px;
}

.footer-tel {
	position: relative;
	padding: 25px 0 30px 3px;
	margin-top: 35px;
	color: #905c4d;
	font-size: 35px;
	font-family: 'Cardo';
	text-align: center;
	border-top: 1px solid #737373;
	border-bottom: 1px solid #737373;
	box-sizing: border-box;
}
.footer-tel a {
	color: #905c4d;
}
.footer-tel a::before {
	content: url('../images/phone_img.png');
	padding-right: 12px;
}

.footer-medical {
	padding-top: 42px;
	font-size: 16px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,sans-serif;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}
.footer-medical span {
	padding: 10px 25px;
	margin-right: 18px;
	border: 2px solid #b9b9b9;
	border-radius: 5px;
}

.footer-address {
	padding-top: 32px;
	font-size: 16px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,sans-serif;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}
.footer-address span {
	display: inline-block;
	padding: 22px 41px;
	margin-right: 18px;
	border: 2px solid #b9b9b9;
	border-radius: 5px;
	vertical-align: middle;
}
.footer-address .right {
	border: none !important;
	padding: 0 !important;
	margin-right: 0!important;
}

.footer-point ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 33px;
}
.footer-point ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 30.5%;
	padding: 22px 0 18px 37px;
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
}
.footer-point ul li:nth-child(1) {
	background-color: #76a4cb;
}
.footer-point ul li:nth-child(2) {
	background-color: #d6986b;
}
.footer-point ul li:nth-child(3) {
	background-color: #91b486;
}
.footer-point ul li::before {
	content: "";
	position: absolute;
	top: 31px;
	background-repeat: no-repeat;
}
.footer-point ul li:nth-child(1)::before {
	left: 33px;
	width: 18px;
	height: 21px;
	background-image: url('../images/icon_time.png');
}
.footer-point ul li:nth-child(2)::before {
	left: 31px;
	width: 26px;
	height: 21px;
	background-image: url('../images/icon_mole.png');
}
.footer-point ul li:nth-child(3)::before {
	left: 45px;
	width: 21px;
	height: 21px;
	background-image: url('../images/icon_reserve.png');
}

.footer-cancel {
	padding: 15px;
	margin-top: 30px;
	margin-bottom: -15px;
	font-family: 'Cardo', serif;
	background-color: #f0f0f0;
}
.footer-cancel span {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}
.footer-cancel span img {
	display: inline-block;
	position: relative;
	top: -5px;
	margin-right: 5px;
}
.footer-cancel a {
	display: block;
	position: relative;
  padding: 8px 30px;
	color: #fff;
  font-size: 22px;
  line-height: 1.75;
  text-align: center;
	background-color: #9f9c95;
	border: 1px solid #9f9c95;
	transition: ease-in-out 0.2s;
}
.footer-cancel a:before {
	content: "";
	position: absolute;
  top: 50%;
	left: auto;
  right: 20px;
	width: 60px;
  height: 7px;
  background-image: url('../images/arrow_topics_block3.png');
  transform: translateY(-50%);
}
.footer-cancel a:hover {
	color: #9f9c95;
	background-color: #fff;
}
.footer-cancel a:hover:before {
  left: auto;
	right: 10px;
  background-image: url("../images/arrow_topics_block5.png");
}

.footer-recruit {
	position: relative;
  top: auto;
  margin-top: 30px;
  margin-bottom: 0;
}
.footer-recruit a {
  display: block;
	position: relative;
  padding: 8px 30px;
	color: #fff;
  font-size: 22px;
	font-weight: bold;
	font-family: 'Cardo', serif;
  line-height: 1.75;
	letter-spacing: 0.075em;
  text-align: center;
	border: 1px solid #c4b69a;
	background-color: #c4b69a;
	transition: ease-in-out 0.2s;
}
.footer-recruit a:hover {
	color: #c4b69a;
	background-color: #fff;
}
.footer-recruit a:before {
	content: "";
	position: absolute;
  top: 50%;
  left: auto;
  right: 30px;
	width: 60px;
	height: 7px;
  background-image: url('../images/arrow_topics_block3.png');
	background-repeat: no-repeat;
  transform: translateY(-50%);
}
.footer-recruit a:hover::before {
	left: auto;
	right: 20px;
	background-image: url('../images/arrow_topics_block4.png');
}

.footer-calendar {
	width: auto;
	padding: 25px 20px 0;
}
.footer-calendar .box {
	padding: 3%;
	margin-bottom: 15px;
	font-size: 14px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,sans-serif;
	border: 1px solid #3e3a3a;
}
.footer-calendar .box a {
	padding: 2px 5px;
	margin: 0 3px;
	color: #fff;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,sans-serif;
	border: 1px solid #c4b69a;
	border-radius: 5px;
	background-color: #c4b69a;
	transition: ease-in-out 0.2s;
}
.footer-calendar .box a:hover {
	color: #c4b69a;
	background-color: #fff;
}
.footer-calendar iframe {
	width: 550px;
	height: 560px;
}

.footer-schedule {
	margin-top: 4px;
}
.footer-schedule .wrap {
	padding-top: 24px;
	font-size: 17px;
	letter-spacing: 0.075em;
}
.footer-schedule table {
	width: 100%;
	margin-bottom: 19px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space: nowrap;
}
.footer-schedule table tr:first-child td {
	color: #222;
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,sans-serif;
}
.footer-schedule table span img {
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
}
.footer-schedule table th,
.footer-schedule table td {
	border-bottom: 1px solid #737373;
	vertical-align: middle;
}
.footer-schedule table tr:first-child {
	border-top: 1px solid #737373;
}
.footer-schedule table th {
	padding: 15px 23px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,sans-serif;
	line-height: 1;
	text-align: left;
	white-space: nowrap;
}
.footer-schedule table td {
	padding: 15px 16px;
}
.footer-schedule table tr:nth-child(2) td,
.footer-schedule table tr:nth-child(3) td {
	color: #a47f74;
}
.footer-schedule table tr:nth-child(2) td:nth-child(8),
.footer-schedule table tr:nth-child(2) td:last-child,
.footer-schedule table tr:nth-child(3) td:nth-child(8),
.footer-schedule table tr:nth-child(3) td:last-child {
	color: #222;
}
.footer-schedule .wrap p {
	margin-left: 22px;
	margin-bottom: 2px;
}
.footer-schedule .wrap p strong {
	color: #222;
}
.footer-schedule .wrap p:last-child {
	margin-bottom: 0;
}
.footer-schedule .caption {
	padding-top: 8px;
	margin-left: 22px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,sans-serif;
}
.footer-schedule .caption li {
	display: block;
	color: #444444;
	font-size: 16px;
	letter-spacing: 0;
	text-align: right;
}
.footer-schedule .caption li span img {
	display: inline-block;
	padding: 0 4px;
	vertical-align: middle;
}

.footer-copyright {
	padding: 32px 0;
	text-align: center;
}
.footer-copyright small {
	color: #666666;
	font-size: 12px;
	font-family: 'Cardo', serif;
	line-height: 1;
	letter-spacing: 0.2em;
}

@media screen and (max-width:640px) {
  .footer {
    background: #fff;
  }

  .footer-information .inner {
    display: block;
    width: auto;
    padding: 40px 6%;
  }
  .footer-information .content-left {
    width: 100%;
  }
	.footer-information .content-right {
		width: 100%;
	}

  .footer-logo {
    padding: 10px;
  }

  .footer-point ul {
    display: block;
  }
  .footer-point ul li {
    width: 100%;
		margin-bottom: 15px;
  }
  .footer-point ul li::before {
    top: auto;	
  }
  .footer-point ul li:last-child {
    margin-bottom: 0;
  }	
  .footer-point ul li:nth-child(1)::before,
  .footer-point ul li:nth-child(2)::before {
    left: 45px;
  }

  .footer-information dl {
    float: none;
    width: auto;
    padding: 0 6%;
  }
  .footer-information dl dt {
    float: none;
    margin: 0 auto 30px;
    text-align: center;
  }
  .footer-information dl dd {
    float: none;
    margin-left: 0;
  }

  .footer-schedule {
    float: none;
    width: 100%;
    font-size: 13.5px;
  }
  .footer-schedule p {
    margin: 0;
  }
  .footer-schedule table {
    white-space: inherit;
  }
  .footer-schedule table th,
	.footer-schedule table td {
    padding: 1% 1%;
  }
  .footer-schedule table th {
    width: 100px;
    font-size: 12.5px;
  }
  .footer-schedule table td {
    font-size: 11px;
  }

  .footer-medical span {
    display: block;
    margin-right: 0;
    text-align: center;
  }

  .footer-address span {
		display: block;
    padding: 10px 25px;
    margin-right: 0;
    text-align: center;
  }
	.footer-address .right {
		text-align: left;
	}

  .footer-cancel {
    padding: 10px;
  }
  .footer-cancel a {
    padding: 10px;
    font-size: 18px;	
  }
  .footer-cancel a:before {
    top: 50%;
    left: auto;
    right: 10px;
    width: 13px;
    height: 5px;
    background-image: url('../images/arrow04.png');
    transform: translateY(-50%);
  }
  .footer-cancel span {
    margin-bottom: 5px;
    font-size: 16px;
  }

	.footer-recruit a {
		display: block;
		text-align: center;
  }
  .footer-recruit a::before {
		content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: 30px;
    width: 13px;
    height: 5px;
    background-image: url('../images/arrow04.png');
		background-repeat: no-repeat;
    transform: translateY(-50%);
  }
  .footer-recruit a:hover::before {
    left: auto;
    right: 20px;
  }

  .footer-calendar {
    padding: 25px 0 0;
  }
  .footer-calendar iframe {
    width: 100%;
    height: 460px;
  }
}

@media screen and (max-width:320px) {
  .footer-recruit a::before {
    left: auto;
  }
}


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

	コンポーネント

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

/* コンテンツブロック
************************************************************/
._content-box {
	position: relative;
	margin-bottom: 80px;
}
._content-box p {
	margin-bottom: 1em;
}

@media screen and (max-width:640px) {
  ._content-box {
    float: none;
    width: auto;
    padding: 0;
    border: none;
  }
}

/* レイアウト
************************************************************/
._layout-01 {
  margin: 0 0 15px;
}
._layout-01 dl {
  display: flex;
  padding: 2%;
  margin-bottom: 20px;
  background-color: #f0ebe1;
}
._layout-01 dt {
  display: flex;
  align-items: center;
  width: 18%;
  padding: 10px;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
}
._layout-01 dt img {
  width: 100%;
  height: auto;
}
._layout-01 dd {
  width: 73%;
  padding: 1% 3%;
}
._layout-01 dd h3,
._layout-01 dd h4,
._layout-01 dd h5 {
  color: #7e4b3c;
  font-size: 18px;
  font-weight: bold;
  font-family: YuMincho,'Yu Mincho',sans-serif;
}
._layout-01 dd h3 em,
._layout-01 dd h4 em,
._layout-01 dd h5 em {
  margin-right: 10px;
  color: #c4b69a;
  font-size: 30px;
  font-weight: normal;
  font-family: YuMincho,'Yu Mincho',sans-serif;
}

@media screen and (max-width:640px) {
  ._layout-01 {
    margin: 0 0 15px;
  }
  ._layout-01 dl {
    display: block;
    padding: 2% 2% 20px;  
  }
  ._layout-01 dt {
    width: 100%;
  }
  ._layout-01 dt img {
    display: block;
    width: 70%;
    padding: 0;
    margin: 0 auto;
  }
  ._layout-01 dd {
    width: 100%;
    padding: 15px 3% 1%;
  }
}

/* 画像レイアウト
************************************************************/
._image-right {
	display: block;
	float: right;
	position: relative;
	margin-left: 30px;
	margin-bottom: 0 !important;
	text-align: center;
}
._image-right img {
	max-width: 350px;
	height: auto;
	margin-bottom: 7px;
	border-radius: 3px;
}
._image-right dd {
	padding-left: 20px;
	color: #1F2774;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
}
@media screen and (max-width:640px) {
  ._image-right {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  ._image-right img {
    width: auto;
    max-width: 100%;
    margin-bottom: 15px;
  }
}


/* 見出し
************************************************************/
.section-title-wrap {
	margin-bottom: 35px;
	text-align: center;
}
.section-title-wrap p {
	padding-bottom: 20px;
	color: #c4b69a;
	font-size: 70px;
	font-weight: 400;
	line-height: 1.0;
	letter-spacing: 0.05em;
}
h2.section-title.-style-01 {
	color: #222;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

@media screen and (max-width:640px) {
  .section-title-wrap p {
    font-size: 24px;
  }
	.section-title.-style-01 {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    box-sizing: border-box;
  }
}

.section-title.-style-02 {
	position: relative;
	padding-left: 40px;
	margin-bottom: 25px;
	color: #222;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.15em;
	text-align: left;
}
.section-title.-style-02::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-image: url('../images/title_logo.png');
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width:640px) {
  .section-title.-style-02 {
    text-align: left;
  }
}

/* ボタン-01
************************************************************/
.more-button.-style-01 {
	position: relative;
	top: 10px;
	margin-bottom: 10px;
}
.more-button.-style-01 a {
	display: inline-block;
	position: relative;
	color: #222;
	font-size: 16px;
	font-family: 'Cardo', serif;
	line-height: 1;
	letter-spacing: 0.075em;
	text-align: center;
	transition: ease-in-out 0.1s;
}
.more-button.-style-01 a::before {
	content: "";
	position: absolute;
	top: 6px;
	left: -77px;
	width: 60px;
	height: 7px;
	background-image: url('../images/arrow_topics_block.png');
	background-repeat: no-repeat;
}
.more-button.-style-01 a:hover::before {
	left: -74px;
	left: auto;
	right: 20px;
	background-image: url('../images/arrow_topics_block4.png');
}
@media screen and (max-width:640px) {
  .more-button.-style-01 a {
    display: block;
    text-align: center;
  }
  .more-button.-style-01 a::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -35px;
    width: 60px;
    height: 7px;
		background-image: url('../images/arrow01.png');
		background-repeat: no-repeat;
  }
  .more-button.-style-01 a:hover::before {
    left: -40px;
  }
}
@media screen and (max-width:320px) {
  .more-button.-style-01 a::before {
    left: -30px;
  }
}

/* ボタン-02
************************************************************/
.more-button.-style-02 a {
	display: inline-block;
	color: #fff;
	padding: 8px 20px;
	font-weight: bold;
	border: 1px solid #c4b69a;
	background: #c4b69a;
	transition: ease-in-out 0.2s;
}
.more-button.-style-02 a i {
	margin-right: 7px;
}
.more-button.-style-02 a:hover {
	color: #c4b69a;
	background-color: #fff;
}

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

ul.style-02 {
	padding: 35px 15px 25px 45px;
	background-color: #f0ebe1;
}
ul.style-02:after {
	content: "";
	display: block;
	clear: both;
}
ul.style-02 li {
	float: left;
	position: relative;
	padding-left: 0.9em;
	padding-right: 5%;
	margin-bottom: 15px;
}
ul.style-02 li:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	border: 1px solid #DAC58B;
	border-radius: 100%;
	background-color: #DAC58B;
}

ul.style-03 {
	padding: 35px 10px 20px 45px;
	margin-bottom: 30px;
	background-color: #f0ebe1;
}
ul.style-03:after {
	content: "";
	display: block;
	clear: both;
}
ul.style-03 li {
	float: left;
	position: relative;
	margin-left: 28px;
	margin-right: 5%;
	margin-bottom: 20px;
	border-bottom: 1px dotted #cdcdcd;
}
ul.style-03 li:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: -28px;
	width: 20px;
	height: 20px;
	background-image: url('../images/check.svg');
	background-repeat: no-repeat;
	background-position: left center;
}


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

	トップページ

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

/* KV
************************************************************/
.head-wrap.top {
	height: 1030px;
}

.top-kv-slider {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 953px;
	margin: auto;
	z-index: 0;
}
.top-kv-slider .item img {
	display: block;
	width: 100%;
	height: 953px;
	margin: 0 auto;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	text-align: center;
	object-fit: cover;
}

.top-kv {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 760px;
	margin: auto;
}
.top-kv .inner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1280px;
	height: inherit;
	margin: auto;
	z-index: 2;
}

.top-kv .catch-copy {
	position: absolute;
	top: 293px;
	left: 0;
	right: 0;
	width: 608px;
	margin: auto;
}
.top-kv .catch-copy h1 {
	position: relative;
	top: 5px;
	width: 100%;
}
.top-kv .catch-copy p.headline {
	margin-bottom: 20px;
	color: #1F2774;
	font-size: 27px;
	line-height: 42px;
	text-shadow: 0 0 5px rgba(255,255,255,0.7);
}
.top-kv .catch-copy p {
	display: block;
	font-size: 18.2px;
	letter-spacing: 0.08em;
}

.top-kv .banner-01 {
	position: absolute;
	right: 90px;
	bottom: 38px;
	width: 224px;
}
.top-kv .banner-01:hover {
	opacity: 0.7;
}
.top-kv .banner-01 img {
	width: 100%;
}

.top-kv .banner-02 {
	position: absolute;
	right: -92px;
	bottom: 178px;
	width: 170px;
}
.top-kv .banner-02:hover {
	opacity: 0.7;
}

@media screen and (min-width:641px) and (max-width:1500px) {
	.top-kv .banner-01 {
		position: absolute;
		right: 170px;
    bottom: 38px;
    width: 224px;
	}
	.top-kv .banner-02 {
		position: absolute;
		right: 5px;
		bottom: 178px;
		width: 170px;
	}
}

@media screen and (max-width:640px) {
	.head-wrap.top {
		height: 750px;
	}
	.top-kv-slider {
		height: 450px;
	}
	.top-kv-slider .item img {
		height: 450px;
	}
	.top-kv-slider .slick-dots {
		position: static !important;
		width: 100% !important;
		padding: 0 0 5px !important;
		background-color: rgb(255, 255, 255);
	}
	.top-kv {
		height: 450px;
	}
	.top-kv .inner {
    width: auto;
  }
	.top-kv .catch-copy {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
  }
  .top-kv .catch-copy p {
    font-size: 15px;
  }
	.top-kv .banner-01 {
    right: 13%;
    bottom: 15px;
    width: 120px;
    margin: auto;
  }
  .top-kv .banner-02 {
    right: auto;
  }
}

/* News
************************************************************/
.top-news {
	position: absolute;
	top: 763px;
	left: 0;
	right: 0;
	min-width: 1280px;
	height: 190px;
	margin: auto;
	background-image: url('../images/topics_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	box-sizing: border-box;
}
.top-news .inner-01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 190px;
	box-sizing: border-box;
}
.top-news h2 {
	padding-top: 54px;
	padding-left: 90px;
	writing-mode: vertical-rl;
}
.top-news .en-title {
	display: block;
	position: absolute;
	top: 0;
	width: 16.7%;
	padding: 44px 70px 0 80px;
	color: #222222;
	font-size: 22px;
	font-family: 'Cardo', serif;
	letter-spacing: 0.2em;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	box-sizing: border-box;
}
.top-news .en-title::after {
	content: "";
	position: absolute;
	top: 35px;
	right: 0;
	width: 1px;
	height: 120px;
	background-color: #222;
}
.top-news .box-content {
	width: 58%;
	padding: 39px 190px 0 0;
	box-sizing: border-box;
}
.top-news .news-list > li {
	display: none;
	margin-bottom: 12px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,sans-serif;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.top-news .news-list > li:nth-child(1),
.top-news .news-list > li:nth-child(2),
.top-news .news-list > li:nth-child(3) {
	display: block;
}
.top-news .news-list > li .date {
	position: relative;
	font-size: 15px;
	letter-spacing: 0.075em;
}
.top-news .news-list > li .date::before {
	position: absolute;
	content: "";
	top: 7px;
	right: -38px;
	width: 7px;
	height: 7px;
	background-image: url("../images/arrow_topics.png");
	background-repeat: no-repeat;
}
.top-news .news-list > li .category {
	display: inline-block;
	min-width: 75px;
	padding: 1px 6px;
	margin-left: 66px;
	color: #fff;
	font-style: normal;
	text-align: center;
	background-color: #C29F62;
}
.top-news .news-list > li a {
	color: #222;
	margin-left: 11px;
}
.top-news .more-button.-style-01 {
	padding-top: 116px;
	box-sizing: border-box;
}

@media screen and (max-width:640px) {
  .top-news {
    position: static;
    min-width: auto;
    height: 270px;
    padding: 5%;
		background-image: none;
    background-color: #f9f6ee;
  }
	.top-news .inner-01 {
		display: block;
		height: 215px;
		margin: 0 6% 50px;
		overflow: hidden;
	}
  .top-news h2 {
    padding: 0;
    padding-top: 15px;
    writing-mode: unset;
  }
  .top-news .en-title {
    width: 100%;
    padding: 0;
    padding-top: 28px;
    margin-bottom: 15px;
    font-size: 22px;
    text-align: left;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    border-bottom: 1px solid #444444;
  }
	.top-news .en-title::after {
		display: none;
	}
	.top-news .box-content {
		width: 100%;
		padding: 3%;
		margin-top: 45px;
	}
	.top-news .news-list > li .category {
		margin-left: 65px;
	}
	.top-news .news-list > li a {
    display: block;
		margin-left: 0;
    text-overflow: ellipsis;
  }
  .top-news .more-button.-style-01 {
    position: absolute;
    right: 0;
    padding-top: 28px;
  }
}

/* Concept
************************************************************/
.top-concept {
	position: relative;
	padding-top: 100px;
	padding-bottom: 112px;
	background-image: url('../images/concept_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top-concept-content {
	position: relative;
	width: 64%;
}
.top-concept-content h2 {
	color: #fff;
	text-align: center;
}
.top-concept-content .en-title {
	display: block;
	color: #fff;
	font-size: 70px;
	font-family: 'Cardo', serif;
	line-height: 1.0;
	letter-spacing: 0.05em;
	text-align: center;
}
.top-concept-content .copy {
	padding-top: 53px;
	color: #222;
	font-size: 27px;
	font-weight: 500;
	font-family: YuMincho,'Yu Mincho',sans-serif;
	letter-spacing: 0.2em;
	text-align: center;
	text-shadow: 0 0 24px rgba(255,255,255,0.45);
}
.top-concept-content .description {
	padding-top: 50px;
	color: #222;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: center;
}
.top-concept-content .description .list {
	padding-top: 32px;
	padding-left: 147px;
}
.top-concept-content .description .list li {
	letter-spacing: 0.05em;
	text-align: left;
}
.top-concept-content .description .list li:nth-child(2) {
	padding-top: 10px;
}
.top-concept-content .description .list li span {
	display: inline-block;
	padding: 5px 16px;
	margin-right: 15px;
	color: #2e7476;
	font-size: 18px;
	letter-spacing: 0.05em;
	background-color: #fff;
}
.top-concept-content .description p:last-child {
	padding-top: 35px;
	line-height: 2.2;
}

@media screen and (max-width:640px) {
  .top-concept {
    padding-top: 50px;
    padding-bottom: 5px;	
  }
  .top-concept-content {
    width: 100%;
  }
	.top-concept-content .description {
		font-size: 16px;
		line-height: 1.75;
	}
  .top-concept-content .description .list {
    padding-left: 0;
  }
  .top-concept-content .description .list li {
    text-align: center;
  }
}


/* Features
************************************************************/
.top-feature {
	position: relative;
	padding-top: 110px;
	padding-bottom: 149px;
}
.top-feature-list .box .item:hover {
	opacity: 0.7;
	transition: 0.3s;
}
.top-feature-list .box .item a {
	display: block;
	position: relative;
}
.top-feature-list .box .description h3 {
	padding-bottom: 32px;
	color: #222;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.075em;
	text-align: center;
}
.top-feature-list .box .description p {
	color: #222;
	font-size: 16px;
	line-height: 2.1;
	letter-spacing: 0.05em;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,sans-serif;
}
.top-feature-list .box .item .description .number span {
	margin-right: 10px;
	font-weight: normal;
	font-family: YuMincho,'Yu Mincho',sans-serif;
}
.top-feature-list .box-01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 80px;
	padding-bottom: 123px;
}
.top-feature-list .box-01 .item {
	width: 48.5%;
}
.top-feature-list .box-01 .item .description {
	position: absolute;
	top: 113px;
	right: 0;
	width: 360px;
	padding: 60px 38px 70px;
	background-image: url('../images/feature_text_bg_01.png');
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
.top-feature-list .box-01 .item .description .number {
	position: absolute;
	top: -84px;
	right: 0;
	color: #dcd0b9;
	font-size: 34px;
	font-family: 'Cardo', serif;
	letter-spacing: 0.1em;
}
.top-feature-list .box-01 .item .description .number span {
	color: #c4b69a;
	font-size: 70px;
	letter-spacing: 0;
}

.top-feature-list .box-02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top-feature-list .box-02 .item {
	width: 31.5%;
	height: 710px;
}
.top-feature-list .box-02 .item .description {
	position: absolute;
	top: 297px;
	right: 0;
	width: 340px;
	height: 410px;
	padding: 63px 37px 60px;
	background-image: url('../images/feature_text_02.png');
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
.top-feature-list .box-02 .item h3 {
	padding-bottom: 23px;
}
.top-feature-list .box-02 .item:last-child h3 {
	padding-bottom: 58px;
}
.top-feature-list .box-02 .item .number {
	position: absolute;
	top: 209px;
	left: -58px;
	color: #dcd0b9;
	font-size: 34px;
	font-family: 'Cardo', serif;
	line-height: 1.35;
	letter-spacing: 0.1em;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	vertical-align: bottom;
	transform: rotateZ(180deg);
}
.top-feature-list .box-02 .item .number span {
	color: #c4b69a;
	font-size: 70px;
	line-height: 1.0;
	letter-spacing: 0;
	vertical-align: bottom;
}

@media screen and (max-width:640px) {
  .top-feature {
    padding-top: 50px;
    padding-bottom: 0;
  }
	.top-feature-list .box .item img {
    width: 100%;
  }
  .top-feature-list .box-01 {
    display: block;
    padding: 0;
  }
  .top-feature-list .box-01 .item {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .top-feature-list .box-01 .item .description {
    position: static;
    width: 100%;
    height: auto;
    padding: 7%;
  }
  .top-feature-list .box-01 .item .description .number {
    display: block;
    position: static;
    text-align: center;
  }
  .top-feature-list .box-02 {
    display: block;
    justify-content: space-around;
  }
  .top-feature-list .box-02 .item {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .top-feature-list .box-02 .item:last-child {
    margin-bottom: 0;
  }
  .top-feature-list .box-02 .item .description {
    position: static;
    width: 100%;
    height: auto;
    padding: 7%;
  }
  .top-feature-list .box-02 .item .number {
    display: block;
    position: static;
    padding: 20px 0 30px;
    text-align: center;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    transform: none;
  }	
}

/* Medical
************************************************************/
.top-medical {
	position: relative;
	padding-top: 224px;
}
.top-medical .section-bg {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 430px;
	background-image: url('../images/medical_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top-medical .inner-02 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 94px;
	background-color: rgba(102,80,42,0.1);
}
.top-medical .inner-02::before {
	content: "";
	position: absolute;
	top: -224px;
	left: 0;
	right: 0;
	width: 2px;
	height: 261px;
	margin: auto;
	background-color: #fff;
}
.top-medical .section-title-wrap p {
	padding-bottom: 30px;
	color: #fff;
}
.top-medical .section-title {
	text-shadow: 1px 2px 3px #fff;
}

.top-medical-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1280px;
	padding-top: 105px;
	margin: 0 auto;
}
.top-medical-list li {
	display: block;
	width: 18%;
	margin-bottom: 32px;
	text-align: center;
}
.top-medical-list li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.top-medical-list li a:hover {
	transform: scale(0.98);
}
.top-medical-list li a img {
	width: 100%;
	height: auto;
}
.top-medical-list li dd {
	position: absolute;
	font-weight: bold;
}
.top-medical-list li .en-title,
.top-medical-list li .ja-title {
	position: absolute;
	font-weight: bold;
}
.top-medical-list li .en-title {
	top: 125px;
	left: 0;
	right: 0;
	margin: auto;
	color: #a59774;
	font-size: 14px;
	font-family: 'Allura', cursive;
	letter-spacing: 0;
}
.top-medical-list li .ja-title {
	top: 154px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	font-size: 19px;
	letter-spacing: 0.2em;
}
.top-medical-list li:nth-child(3) .en-title,
.top-medical-list li:nth-child(4) .en-title,
.top-medical-list li:nth-child(5) .en-title {
	top: 111px;
}
.top-medical-list li:nth-child(3) .ja-title,
.top-medical-list li:nth-child(4) .ja-title,
.top-medical-list li:nth-child(5) .ja-title {
	top: 141px;
	line-height: 1.5;
}
.top-medical-list li:nth-child(6) .en-title,
.top-medical-list li:nth-child(7) .en-title,
.top-medical-list li:nth-child(8) .en-title {
	top: 115px;
}
.top-medical-list li:nth-child(6) .ja-title,
.top-medical-list li:nth-child(7) .ja-title,
.top-medical-list li:nth-child(8) .ja-title {
	top: 150px;
	line-height: 1.4;
}

.top-medical-list li:nth-child(9) .en-title {
	top: 130px;
}
.top-medical-list li:nth-child(9) .ja-title,
.top-medical-list li:nth-child(10) .ja-title {
	top: 160px;
	line-height: 1.4;
}

@media screen and (max-width:640px) {
  .top-medical .section-bg {
    height: 250px;
  }
  .top-medical .inner-02 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: -180px 0 0;
  }
  .top-medical .inner-02::before {
    top: -44px;
    height: 70px;
  }
  .top-medical-list {
    justify-content: space-around;
    width: auto;
  }	
  .top-medical-list li {
    width: 43%;
  }
  .top-medical-list li .en-title {
    top: 85px;
  }	
  .top-medical-list li .ja-title {
    top: 110px;
    font-size: 14px;
  }	
  .top-medical-list li:nth-child(3) .en-title, 
  .top-medical-list li:nth-child(4) .en-title, 
  .top-medical-list li:nth-child(5) .en-title {
    top: 85px;
  }	
  .top-medical-list li:nth-child(3) .ja-title,
	.top-medical-list li:nth-child(4) .ja-title,
	.top-medical-list li:nth-child(5) .ja-title {
    top: 110px;
  }	
  .top-medical-list li:nth-child(6) .en-title, 
  .top-medical-list li:nth-child(7) .en-title, 
  .top-medical-list li:nth-child(8) .en-title {
    top: 85px;
  }	
  .top-medical-list li:nth-child(6) .ja-title, 
  .top-medical-list li:nth-child(7) .ja-title, 
  .top-medical-list li:nth-child(8) .ja-title {
    top: 110px;
  }	
  .top-medical-list li:nth-child(9) .en-title {
    top: 85px;
  }
  .top-medical-list li:nth-child(10) .ja-title {
    top: 110px;
  }	
  .top-medical-list li:nth-child(9) .ja-title,
	.top-medical-list li:nth-child(10) .ja-title {
    top: 110px;
  }
}

/* Greeting
************************************************************/
.section-doctor {
	position: relative;
	padding-top: 133px;
	padding-bottom: 195px;
}
.section-doctor .section-bg {
	position: absolute;
	top: 275px;
	width: 100%;
	height: 802px;
	background-image: url('../images/greeting_bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-doctor-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section-doctor-content .content-left {
	position: relative;
	width: 63%;
	padding-top: 38px;
}
.section-doctor-content .content-left .message {
	padding-top: 53px;
	color: #222;
	font-size: 17px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,sans-serif;
	line-height: 2.3;
	letter-spacing: 0.05em;
	text-align: center;
}
.section-doctor-content .content-left .message p {
    padding-bottom: 44px;
}
.section-doctor-content .content-left .name-box {
	padding-top: 16px;
	color: #222;
	font-size: 17px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,sans-serif;
	line-height: 2.3;
	letter-spacing: 0.05em;
	text-align: center;
}
.section-doctor-content .content-right {
	position: relative;
	width: 35.5%;
	padding-top: 10px;
}
.section-doctor-content .content-right .image {
	position: relative;
	z-index: 2;
}
.section-doctor-content .content-right .image::before {
	content: "";
	position: absolute;
	top: -11px;
	right: 1px;
	width: 440px;
	height: 600px;
	background-color: #e5ddce;
	z-index: -1;
}
.section-doctor-content .content-right .banner-wrap {
	margin-top: 30px;
}
.section-doctor-content .content-right .banner-wrap .box .item a:hover {
	opacity: 0.8;
}
.section-doctor-content .content-right .banner-wrap .box .item img {
	width: 100%;
}
.section-doctor-content .content-right .banner-wrap .box-01 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.section-doctor-content .content-right .banner-wrap .box-01 .item {
	width: 48%;
}
.section-doctor-content .content-right .banner-wrap .box-02 {
	width: 48%;
	margin: 0 auto;
}
.section-doctor .more-button.-style-01 {
	display: inline-block;
	padding-top: 20px;
	margin-left: 135px;
}


@media screen and (max-width:640px) {
  .section-doctor {
    padding-top: 0;	
    padding-bottom: 1px;
    border-top: 1px solid #eee5d5;
		background-image: url('../images/greeting_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-doctor .section-bg {
    display: none;
  }
  .section-doctor-content {
    display: block;
    flex-direction: column-reverse;
  }
  .section-doctor-content .content-left {
    width: 100%;
  }
  .section-doctor-content .content-right {
    width: 100%;
  }
  .section-doctor-content .content-left .message {
    padding-top: 0;
  }
  .section-doctor-content .content-right .image::before {
    display: none;
  }
	.section-doctor-content .content-right .banner-wrap {
		margin-top: 30px;
	}
	.section-doctor-content .content-right .banner-wrap .box .item img {
		width: 80%;
	}
	.section-doctor-content .content-right .banner-wrap .box-01 {
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}
	.section-doctor-content .content-right .banner-wrap .box-01 .item {
		width: 100%;
	}
	.section-doctor-content .content-right .banner-wrap .box-01 .item:first-child {
		margin-bottom: 20px;
	}
	.section-doctor-content .content-right .banner-wrap .box-02 {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
  .section-doctor .more-button.-style-01 {
    display: inline-block;
    padding-top: 20px;
    margin-left: 83px;
  }
  .section-doctor .more-button.-style-01 a {
    font-size: 14px;
  }
}

@media screen and (max-width:320px) {
  .section-doctor .more-button.-style-01 {
    margin-left: 70px;
  }
  .section-doctor .more-button.-style-01 a {
    font-size: 12px;
  }
  .section-doctor .more-button.-style-01 a::before {
    top: 3px;
  }
}


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

	お知らせページ

===============================================================================*/
.archives-news {
	
}
.archives-news .news-list > li .title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 17px;
}
.archives-news .news-list .meta {
	display: flex;
	align-items: center;
	margin-bottom:10px;
}
.archives-news .news-list .meta li {
	display: inline-block;
}
.archives-news .news-list .meta .date {
	
}
.archives-news .news-list .meta .category {
	display: block;
	min-width: 75px;
	padding: 1px 6px;
	margin-left: 55px;
	color: #fff;
	font-style: normal;
	background-color: #C29F62;
	text-align: center;
}
.archives-news .news-list > li .description {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.archives-news .news-list > li .description p {
	margin-bottom:10px;
}
.archives-news .news-list > li .description p strong {
	margin-left: 20px;
	color: #1F2774;
	font-size: 17.5px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}


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

	医師紹介ページ

===============================================================================*/
#page-doctor .inner-01 {
	margin: 0 auto 120px;
}

#page-doctor .section-doctor .section-bg {
	height: 980px;
}

.doctor-profile {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 25px;
}
.doctor-profile h4.section-title.-style-01 {
	margin-bottom: 7px;
}
.doctor-profile .box.-half {
	width: 40%;
	padding: 20px 30px;
	font-size: 14px;
	background-color: #f9f6ee;
}
.doctor-profile .box.-half:last-child {
	margin-right: 0;
}
.doctor-profile .box.-full {
	width: 1136px;
	padding: 3%;
	margin: 65px auto 0;
	background-color: #f9f6ee;
}

.doctor-staff .image {
	margin-bottom: 50px;
	text-align: center;
}
.doctor-staff .description {
	width: 1136px;
	padding: 3%;
	background-color: #f9f6ee;
}

.doctor-membership .banner-box ul {
	display: inline-flex;
	width: 1136px;
	padding: 3%;
	text-align: center;
	background-color: #f9f6ee;
}
.doctor-membership .banner-box ul li a {
	display: block;
}
.doctor-membership .banner-box ul li a:hover {
	opacity: 0.7;
}
.doctor-membership .banner-box ul li a img {
	width: 90%;
}

@media screen and (max-width:640px) {
  #page-doctor .inner-01 {
    margin: 0 6% 80px;
  }
	#page-doctor .section-doctor {
		margin-bottom: 50px;	
	}
	.doctor-profile .box.-half {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .doctor-profile .box.-full {
    padding: 20px 30px;
    margin: 0;
    width: 100%;
  }
	.doctor-staff .image {
		margin-bottom: 20px;
	}
  .doctor-staff .description {
    width: 100%;
    padding: 20px 30px;
    margin: 0;
  }
  .doctor-membership .banner-box ul {
    display: block;
    width: 100%;
    padding: 8% 2% 8%;
  }
  .doctor-membership .banner-box ul li {
    margin-bottom: 20px;
  }
  .doctor-membership .banner-box ul li:last-child {
    margin-bottom: 0;
  }
}

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

	審美歯科・ホワイトニングページ

===============================================================================*/
.medical-content .inner-01 {
	margin: 0 auto 120px;
}

.medical-content .section-title-wrap p {
	font-size: 50px;
}

.medical-content .more-button.-style-01 {
	text-align: right;
}
.medical-content .more-button.-style-01 a {
	color: #cba658;
}
.medical-content .more-button.-style-01 a::before {
	background-image: url('../images/arrow_topics_block2.png');
	background-repeat: no-repeat;
}

@media screen and (max-width:640px) {
  .medical-content .inner-01 {
    margin: 0 6% 80px;
  }
	.medical-content .section-title-wrap p {
		font-size: 24px;
	}
	.medical-content .more-button.-style-01 a {
		text-align: left;
	}
	.medical-content .more-button.-style-01 a::before {
		display: none;
	}
}

#page-esthetic ul.esthetic-list {
	padding: 35px 10px 25px 45px;
	width: 67%;
	height: 50px;
}
@media screen and (max-width:640px) {
  #page-esthetic ul.esthetic-list {
    padding: 35px 10px 20px 45px;
    width: 100%;
    height: auto;
  }
}


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

ショートコード

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

/* 表示切り替え用 */
._pc{}._sp{display:none!important;}._pc-inline{display:inline!important;}._sp-inline{display:none!important;}._sp-inline-ip{display:none!important;}

@media screen and (max-width:640px) {
  ._pc{display:none!important;}._sp{display:block!important;}._pc-inline{display:none!important;}._sp-inline{display:inline!important;}._sp-center{text-align:center;}
}

@media screen and (max-width:320px) {
  ._sp-inline-ip{display:inline!important;}
}

/* 汎用的なもの */
._fr{float:right;}._fl{float:left;}._clearfix:after{display:block;clear:both;content:"";}._clear{clear:both;}._left{text-align:left!important;}._center{text-align:center!important;}._right{text-align:right;}._vertical-top{vertical-align:top;}._vertical-middle{vertical-align:middle;}._vertical-bottom{vertical-align:bottom;}._indent{margin-left:1em!important;text-indent:-1em;}

/* カラー */
._color-red{color:#f33;}._color-pink{color:#ed8c96;}._color-blue{color:#00408f;}._color-green{color:#77a9b1;}._color-orange{color:#ff8327;}._color-yellow{color:#ffeb8b;}._color-beige{color:#dac58b;}._color-brown{color:#9b8052;}._color-navy{color:#1f2774;}._color-black{color:#3e3a39;}

/* フォント */
._bold{font-weight:700;}

/* 余白 */
._mb-1em {margin-bottom: 1em;}