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


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

		#fixed_clinicname

==================================================================*/
#fixed_clinicname {
	position: fixed;
	font-size: 12px;
	font-family: "Cormorant Garamond", serif;
  	font-optical-sizing: auto;
	letter-spacing: 4px;
	transform: rotate(90deg);
	top: 50%;
	width: 600px;
	left: -250px;
	text-align: center;
	z-index: 999;
}
@media screen and (max-width:1460px) { #fixed_clinicname { left: -255px; } }
@media screen and (max-width:1450px) { #fixed_clinicname { left: -257px; } }
@media screen and (max-width:1440px) { #fixed_clinicname { left: -259px; } }
@media screen and (max-width:1430px) { #fixed_clinicname { left: -261px; } }
@media screen and (max-width:1425px) { #fixed_clinicname { left: -265px; } }

@media screen and (max-width:640px) {
	#fixed_clinicname {
		display: none;
	}
}





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

		$index　＊　mainvisual

==================================================================*/
#top_mainvisual {
	position: relative;
	width: 100%;
	height: 900px;
	background: url(../images/top/mv.jpg) right top no-repeat;
	overflow: hidden;
}
#top_mv-banner01 {
	position: absolute;
	bottom: 150px;
	left: 100px;
	z-index: 99;
}
#top_mv-banner02 {
	position: absolute;
	bottom: 60px;
	left: 100px;
	z-index: 99;
}
#top_main_catch {
	position: absolute;
	top: 260px;
	right: 15%;
	color: #FFF;
	font-size: 25px;
	writing-mode: vertical-rl;
	letter-spacing: 5px;
	text-shadow: 0 0 5px #406c60, 0 0 10px #406c60, 0 0 20px #406c60;/*64370a*/
	z-index: 99;
}
@media screen and (max-width:640px) {
	#top_mainvisual {
		height: auto;
		padding-top: 96px;
        background: #FFF;
	}
	#top_mv_banners {
        display: flex !important;
        gap: 10px;
		padding: 10px;
	}
	#top_mv-banner01 , #top_mv-banner02 {
		position: relative;
		bottom: auto; left: auto;
	}
	#top_main_catch {
		top: 30%;
		right: 8%;
		font-size: 20px;
		letter-spacing: 5px;
		line-height: 2.2;
	}	
}
@media screen and (max-width:540px) {
    #top_main_catch {
        right: 7%;
        font-size: 18.5px;
        letter-spacing: 4px;
    }   
}
@media screen and (max-width:480px) {
    #top_main_catch {
        right: 6%;
        font-size: 17px;
        letter-spacing: 3.5px;
    }   
}
@media screen and (max-width:440px) {
	#top_main_catch {
		right: 5%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.1;
	}	
}


#video {
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    min-width: 100vw;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
#top_mainvisual::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: url("../images/bg_01.png");
	background-size: 4px;
	z-index: 1;
}
#top_mainvisual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255,255,255,.9), transparent);
  pointer-events: none; 
	z-index: 2;
}
@media screen and (max-width:640px) {
    #video_box {
		position: relative;
		width: 100%;
		aspect-ratio: 4 / 3;
		overflow: hidden;
	}
    #video_box #video {
     position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-width: auto !important;
        min-height: auto !important;
        object-fit: cover;
    }
}





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

		$ TOPページ共通コンテンツ

==================================================================*/
.home h2 {
	position: relative;
	margin-bottom: 60px;
	text-align: center;
	line-height: 2.3;
}
.home h2 em {
	display: block;
	font-size: 15px;
	font-family: "Cormorant Garamond", serif;
  	font-optical-sizing: auto;
	color: #3a9a80;
	letter-spacing: 3px;
}
.home h2 p {
	position: relative;
	display: inline-block;
	padding: 0 60px;
	font-size: 30px;
	letter-spacing: 6px;
	background: #FFF;
	z-index: 2;
}
.home h2::before {
	position: absolute; content: "";
	width: 100%;
	height: 1px;
	left: 0;
	top: 49%;
	background: #ddd;
}
@media screen and (max-width:640px) {
	.home h2 {
		margin-bottom: 40px;
	}
	.home h2 em {
		font-size: 14px;
		letter-spacing: 2px;
	}
	.home h2 p {
		padding: 0 40px;
		font-size: 24px;
		letter-spacing: 4px;
	}
}





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

	.information

============================================================================*/
.top_info {
	padding-bottom: 140px;
}
@media screen and (max-width:640px) {
	.top_info {
		padding-bottom: 100px;
	}
}




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

		#top_news　＊　お知らせ

==================================================================*/
#top_news {
	position: relative;
	width: 100%;
	height: 350px;
	padding-top: 110px;
	margin: 60px auto 50px;
	background: linear-gradient(to top, #FFF, #dbe8e1);
}
#top_news::before {
	position: absolute; content: "";
	width: 55.5%; height: 100%;
	top: 0; right: 0;
	background: #FFF;
}
#top_news .inner {
	position: relative;
	width: 90%;
	max-width: 1300px;
	margin: auto;
	z-index: 5;
}
@media screen and (max-width:640px) {
	#top_news {
		height: auto;
		padding-top: 80px;
		margin: 0 auto 50px;
		overflow: hidden;
	}
	#top_news::before {
		display: none;
	}
}



#top_news h2 {
	position: absolute;
	left: 50%;
	margin-left: -645px;
	width: 287px;
	text-align: center;
	line-height: 2.3;
	margin-bottom: 0;
}
#top_news h2 p {
	font-size: 34px;
	background: none;
	writing-mode: vertical-rl; 
	letter-spacing: 10px;
}
#top_news h2 em {
	transform: rotate(90deg);
	color: #222;
	margin-top: 30px;
	letter-spacing: 5px;
}
#top_news h2::before {
	position: absolute; content: "";
	width: 287px;
	height: 287px;
	left: 0; right: 0; margin: auto;
	top: -125px;
	background: url("../images/top/top03.png");
	background-size: cover;
}
@media screen and (max-width:1520px) {
	#top_news h2 {
		left: 1.5%;
		margin: 0;
	}
}
@media screen and (max-width:1500px) { #top_news h2 { left: 2.0%;}}
@media screen and (max-width:1480px) { #top_news h2 { left: 2.4%;}}
@media screen and (max-width:1460px) { #top_news h2 { left: 3.0%;}}
@media screen and (max-width:640px) {
	#top_news h2 {
		position: relative;
		left: 0%;
		margin: 0 auto 30px;
	}
	#top_news h2 p {
		font-size: 24px;
		letter-spacing: 5px;
	}
	#top_news h2 em {
		transform: rotate(0);
		margin-top: 0;
	}
}



#top_news .inner ul {
	position: absolute;
	right: 0;
	top: -10px;
	width: calc( 100% - 287px - 6% - 4% );
	margin-left: 6%;
	margin-right: 4%;
}
#top_news .inner ul li a {
	display: flex;
	align-items: center;
	padding: 22px 0;
	border-bottom: 1px solid #878787;
	line-height: 2.2;
}
.date {
	font-size: 20px;
	font-family: "EB Garamond", serif;
  	font-optical-sizing: auto;
}
.cate {
	background: #406c60;
	color: #FFF;
	width: 150px;
	margin: 0 25px;
	text-align: center;
}
.title {
  	white-space: nowrap;
  	overflow: hidden; 
  	text-overflow: ellipsis; 
}
#top_news .btn {
	position: absolute;
	left: 0; right: 0; margin: auto;
	bottom: 0;
	width: 90%;
	max-width: 1300px;
	z-index: 5;
	text-align: right;
	padding-top: 40px;
	padding-right: 60px;
}
@media screen and (max-width:1460px) {
	#top_news .inner ul {
		width: calc( 100% - 287px - 3% - 3%);
		margin-left: 3%;
		margin-right: 3%;
	}
}
@media screen and (max-width:640px) {
	#top_news .inner ul {
		position: relative;
		top: 0;
		width: 100%;
		margin: 0;
	}
	#top_news .inner ul li a {
		flex-wrap: wrap;
		padding: 15px 0;
	}
	.date {
		font-size: 16px;
	}
	.cate {
		width: auto;
		padding: 0 20px;
		line-height: 1.6;
	}
	.title {
		width: 100%;
	}
	#top_news .btn {
		position: relative;
		padding-top: 20px;
	}
}



#top_news .inner ul li a:hover {
	background: rgba(219,232,225,.3);
	color: #406c60;
}






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

		#top_policy　＊　診療方針

==================================================================*/
#top_policy {
	position: relative;
	width: calc( 100% - 200px );
	padding-top: 170px;
	padding-bottom: 80px;
	margin: 0 auto 50px;
	text-align: center;
}
#top_policy h2 p {
	background: none;
}
#top_policy h2::before {
	position: absolute; content: "";
	width: 287px;
	height: 287px;
	left: 0; right: 0; margin: auto;
	top: -125px;
	background: url("../images/top/top04.png");
	background-size: cover;
}
#top_policy .text br.br01 {
	display: none;
}
#top_policy-img01 {
	position: absolute;
	top: 0;
	right: 0; 
	max-width: 440px;
	width: 28%;
}
#top_policy-img02 {
	position: absolute;
	bottom: 0;
	left: 0; 
	max-width: 320px;
	width: 20%;
}
#top_policy-img01 img , #top_policy-img02 img {
	width: 100%;
}
@media screen and (max-width:1800px) {
	#top_policy .text br.br01 {
		display: block;
	}
}
@media screen and (max-width:1400px) {
	#top_policy .text {
		font-size: 16px;
	}
}
@media screen and (max-width:640px) {
	#top_policy {
		width: 90%;
		padding-top: 30px;
		padding-bottom: 1px;
		text-align: left;
	}
	#top_policy h2::before { z-index: -1;}
	#top_policy-img01 { display: none;}
	#top_policy-img02 { display: none;}
}




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

		#top_concept　＊　当院のコンセプト

==================================================================*/
#top_concept {
	overflow: hidden;
}
#top_concept h2 {
	width: calc( 100% - 200px );
	margin: 0 auto 60px;
}
#top_concept ul {
	width: calc( 100% - 200px );
	margin: auto;
	text-align: center;
}
@media screen and (max-width:640px) {
	#top_concept h2 {
		width: 90%;
		margin: 0 auto 40px;
	}
	#top_concept ul {
		width: 90%;
	}
}



/*------------------------------ 01-03　＊　共通 ------------------------------*/
#top_concept li {
	position: relative;
	margin-bottom: 100px;
}
#top_concept li::before {
	position: absolute; content: "";
	width: 430px; height: 430px;
	z-index: -1;
	animation: spin 50s linear infinite;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
#top_concept figure {
	height: 540px;
	display: flex;
	justify-content: space-between;
}
#top_concept figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_concept dl dt {
	position: relative;
	margin-top: 50px;
	margin-bottom: 15px;
	font-size: 26px;
	line-height: 2;
	letter-spacing: 5px;
	color: #377665;
}
#top_concept dl dt::before {
	position: absolute;
	left: 0; right: 0; margin: auto;
	top: -105px;
	font-size: 50px;
	font-family: "Cormorant Garamond", serif;
 	font-optical-sizing: auto;
	color: #aac0ba;
}
#top_concept .btn {
	width: 350px;
	margin: 50px auto 0;
	box-sizing: border-box;
	border: 1px solid #ddd;
	background: #FFF;
	transition: 0.3s ease-out;
}
#top_concept .btn a {
	display: block;
	width: 100%;
	padding: 10px 0;
}
#top_concept .btn a::before ,#top_concept .btn a::after {
	display: none;
}
#top_concept .btn:hover {
	background: #f2efea;
}
@media screen and (max-width:640px) {
	#top_concept li {
		margin-bottom: 70px;
	}
	#top_concept li::before {
		width: 300px; height: 300px;
	}
	#top_concept figure {
		height: 250px;
	}
	#top_concept dl dt {
		font-size: 20px;
		letter-spacing: 1px;
	}
	#top_concept dl dd {
		text-align: left;
	}
	#top_concept .btn {
		width: 100%;
		margin: 30px auto 0;
	}
}



/*------------------------------ 01 ------------------------------*/
#top_concept-01 dl dt::before {
	content: "01";
}
#top_concept-01 figure div:nth-of-type(1), #top_concept-01 figure div:nth-of-type(3) {
	width: 17%;
}
#top_concept-01 figure div:nth-of-type(2) {
	width: calc( 66% - 20px );
	margin: 0 10px;
}
#top_concept-01::before {
	background: url("../images/top/top07.png");
	background-size: cover;
	bottom: 0; right: -215px;
}
@media screen and (max-width:640px) {
}



/*------------------------------ 02 ------------------------------*/
#top_concept-02 dl dt::before {
	content: "02";
}
#top_concept-02 figure div:nth-of-type(1) {
	width: 34%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
#top_concept-02 figure div:nth-of-type(2) {
	width: calc( 66% - 10px );
	margin-left: 10px;
}
#top_concept-02 figure div:nth-of-type(1) p {
	width: 100%;
	height: calc( 50% - 5px );
	display: flex;
	justify-content: space-between;
}
#top_concept-02 figure div:nth-of-type(1) p em {
	width: calc( 50% - 5px );
}
#top_concept-02::before {
	background: url("../images/top/top08.png");
	background-size: cover;
	bottom: 0; left: -215px;
}
@media screen and (max-width:640px) {
}



/*------------------------------ 03 ------------------------------*/
#top_concept-03 dl dt::before {
	content: "03";
}
#top_concept-03 figure div:nth-of-type(1) {
	width: calc( 66% - 10px );
	margin-right: 10px;
}
#top_concept-03 figure div:nth-of-type(2) {
	width: 34%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
#top_concept-03 figure div:nth-of-type(2) p {
	width: 100%;
	height: calc( 50% - 5px );
}
#top_concept-03::before {
	background: url("../images/top/top09.png");
	background-size: cover;
	bottom: 145px; right: -215px;
}
@media screen and (max-width:640px) {
}






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

		#top_medical　＊　診療案内

==================================================================*/
#top_medical {
	margin-top: 50px;
	padding-bottom: 70px;
}
#top_medical h2 {
	width: calc( 100% - 200px );
	margin: 0 auto 60px;
}
@media screen and (max-width:640px) {
	#top_medical {
		margin-top: 50px;
		padding-bottom: 70px;
	}
	#top_medical h2 {
		width: 90%;
		margin: 0 auto 40px;
	}
}





/*------------------------------ ３つの大きなメニュー　＊　共通 ------------------------------*/
#big-medicalmenu li {
	position: relative;
	margin-left: 100px;
	padding-bottom: 60px;
	display: flex;
	align-items: stretch;
	margin-bottom: 60px;
}
#big-medicalmenu li::before {
	position: absolute; content: "";
	background: #FFF;
	width: 10%; height: 100%;
	left: 0; top: 0;
}
#big-medicalmenu li figure {
	position: relative;
	width: 34%;
	z-index: 1;
}
#big-medicalmenu li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#big-medicalmenu li dl {
	width: calc( 66% - 5% - 100px );
	max-width: 880px;
	margin-left: 5%;
	padding-top: 4%;
	padding-bottom: 2%;
}
#big-medicalmenu li dl dt span {
	display: block;
	font-size: 15px;
	font-family: "Cormorant Garamond", serif;
  	font-optical-sizing: auto;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
#big-medicalmenu li dl dt {
	font-size: 26px;
	margin-bottom: 24px;
	letter-spacing: 1px;
	line-height: 1.7;
}
#big-medicalmenu li dl dd.btn {
	text-align: right;
	margin-top: 20px;
	padding-right: 20px;
}
@media screen and (max-width:640px) {
	#big-medicalmenu li {
		display: block;
		margin: 0 auto 30px;
		padding:  0 5%;
		padding-bottom: 60px;
	}
	#big-medicalmenu li::before {
		display: none;
	}
	#big-medicalmenu li figure {
		width: 100%;
	}
	#big-medicalmenu li dl {
		width: 100%;
		margin: 0;
		padding-top: 20px;
		padding-bottom: 2%;
	}
	#big-medicalmenu li dl dt span {
		display: none;
	}
	#big-medicalmenu li dl dt {
		font-size: 21px;
		margin-bottom: 12px;
	}
}



/*------------------------------ ３つの大きなメニュー　＊　1つ目のみ ------------------------------*/
#big-medicalmenu li:nth-of-type(1) {
	background: url("../images/top/top11.jpg") no-repeat bottom right;
}
#big-medicalmenu li:nth-of-type(1) dl dt span {
	color: #61b18e;
}
#big-medicalmenu li:nth-of-type(1) dl dt {
	color: #377665;
}



/*------------------------------ ３つの大きなメニュー　＊　2つ目のみ ------------------------------*/
#big-medicalmenu li:nth-of-type(2) {
	margin-left: 0;
	margin-right: 100px;
	flex-direction: row-reverse;
}
#big-medicalmenu li:nth-of-type(2) {
	background: url("../images/top/top12.jpg") no-repeat bottom left;
}
#big-medicalmenu li:nth-of-type(2)::before {
	left: auto; right: 0;
}
#big-medicalmenu li:nth-of-type(2) dl {
	margin-left: 0;
	margin-right: 5%;
}
#big-medicalmenu li:nth-of-type(2) dl dt span {
	color: #e5a834;
}
#big-medicalmenu li:nth-of-type(2) dl dt {
	color: #765337;
}
@media screen and (max-width:640px) {
	#big-medicalmenu li:nth-of-type(2) {
		margin-right: 0;
	}
	#big-medicalmenu li:nth-of-type(2) dl {
		margin-right: 0;
	}
}


/*------------------------------ ３つの大きなメニュー　＊　3つ目のみ ------------------------------*/
#big-medicalmenu li:nth-of-type(3) {
	background: url("../images/top/top13.jpg") no-repeat bottom right;
}
#big-medicalmenu li:nth-of-type(3) dl dt span {
	color: #5fb8c5;
}
#big-medicalmenu li:nth-of-type(3) dl dt {
	color: #1d6f83;
}





/*------------------------------ 12この小さなメニュー　＊　共通 ------------------------------*/
#small-medicalmenu {
	width: calc( 100% - 200px );
	max-width: 1280px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#small-medicalmenu li {
	width: 24%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	background: #FFF;
	margin-bottom: 17px;
	transition: .3s ease-out;
}
#small-medicalmenu::after {
	display: block;
	content: "";
	width: 24%;
	height: 1px;
}
#small-medicalmenu li a {
	display: flex;
	align-items: center;
	padding: 20px 17px;
}
#small-medicalmenu li figure {
	width: 60px;
	height: 60px;
	min-width: 60px;
	min-height: 60px;
	background: #406c60;
	border-radius: 100%;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s ease-out;
}
#small-medicalmenu li figure img {
	position: relative;
}
#small-medicalmenu li dt {
	font-size: 23px;
	line-height: 1.5;
}
#small-medicalmenu li dd {
	font-size: 14px;
	color: #5aa28e;
	line-height: 1.5;
	transition: .3s ease-out;
}
@media screen and (max-width:1460px) {
	#small-medicalmenu li {
		width: 32.5%;
	}
	#small-medicalmenu::after {
		width: 32.5%;
	}
	#small-medicalmenu li a {
		padding: 20px 30px;
	}
	#small-medicalmenu li figure {
		margin-right: 25px;
	}
}
@media screen and (max-width:640px) {
	#small-medicalmenu {
		width: 90%;
		display: block;
	}
	#small-medicalmenu li {
		width: 100%;
		margin-bottom: 12px;
	}
	#small-medicalmenu li a {
		padding: 20px 30px;
	}
	#small-medicalmenu li figure {
		margin-right: 30px;
	}
	#small-medicalmenu li dt {
		font-size: 22px;
	}
}


#small-medicalmenu li:last-of-type dt { /*デンタルリフレクソロジーが長すぎる*/
	font-size: 17px;
	line-height: 1.9;
	letter-spacing: -1.2px;
}
@media screen and (max-width:1460px) {
	#small-medicalmenu li:last-of-type dt {
		font-size: 18px;
	}
}



/*アイコンの位置、微調整*/
#small-medicalmenu li:nth-of-type(6) img  { left: 3px;}
#small-medicalmenu li:nth-of-type(7) img  { left: 2px;}
#small-medicalmenu li:nth-of-type(9) img  { top: -2px;}
#small-medicalmenu li:nth-of-type(10) img { left: 1px;}
#small-medicalmenu li:nth-of-type(11) img { left: 1px;}


/*hover*/
#small-medicalmenu li:hover {
	background: #f2efea;
}
#small-medicalmenu li:hover figure {
	background: #765337;
}
#small-medicalmenu li:hover dt {
	color: #222;
}
#small-medicalmenu li:hover dd {
	color: #e5a834;
}







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

		#top_search　＊　治療と予防から探す

==================================================================*/
#top_search {
	position: relative;
	width: 100%;
	height: 647px;
	box-sizing: border-box;
	padding-top: 110px;
	margin: 0 auto 90px;
	background: linear-gradient(to top, #FFF, #eae6df);
}
#top_search::before {
	position: absolute; content: "";
	width: 55.5%; height: 100%;
	top: 0; right: 0;
	background: url("../images/top/top26.jpg") top 60px center no-repeat;
}
#top_search::after {
	position: absolute; content: "";
	width: 55.5%; height: 60px;
	top: 0; right: 0;
	background: #FFF;
}
#top_search .inner {
	position: relative;
	width: 90%;
	max-width: 1300px;
	margin: auto;
	z-index: 5;
}
@media screen and (max-width:640px) {
	#top_search {
		height: auto;
		padding-top: 80px;
		margin: 0 auto 120px;
	}
	#top_search::before {
		display: none;
	}
	#top_search::after {
		display: none;
	}
}




#top_search h2 {
	position: absolute;
	left: 50%;
	margin-left: -645px;
	width: 287px;
	text-align: center;
	line-height: 2.3;
	margin-bottom: 0;
}
#top_search h2 p {
	font-size: 34px;
	background: none;
	writing-mode: vertical-rl; 
	letter-spacing: 10px;
}
#top_search h2 em {
	transform: rotate(90deg);
	color: #222;
	margin-top: 30px;
	letter-spacing: 5px;
}
#top_search h2::before {
	position: absolute; content: "";
	width: 287px;
	height: 287px;
	left: 0; right: 0; margin: auto;
	top: -125px;
	background: url("../images/top/top03.png");
	background-size: cover;
}
@media screen and (max-width:1520px) {
	#top_search h2 {
		left: 1.5%;
		margin: 0;
	}
}
@media screen and (max-width:1500px) { #top_search h2 { left: 2.0%;}}
@media screen and (max-width:1480px) { #top_search h2 { left: 2.4%;}}
@media screen and (max-width:1460px) { #top_search h2 { left: 3.0%;}}
@media screen and (max-width:640px) {
	#top_search h2 {
		position: relative;
		left: 0;
		margin: 0 auto 50px;
	}
	#top_search h2 p {
		font-size: 24px;
		letter-spacing: 5px;
		text-align: left;
	}
	#top_search h2 em {
		transform: rotate(0);
		margin-top: 10px;
	}
}



#top_search .inner ul {
	position: absolute;
	right: 0;
	top: 40px;
	width: calc( 100% - 287px - 6% );
	margin-left: 6%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top_search .inner ul li {
	width: 48.5%;
}
#top_search .inner ul li a {
	display: block;
	padding: 22px 0;
	border-bottom: 1px solid #878787;
	font-size: 20px;
	line-height: 2.2;
	text-align: center;
}
#top_search .inner ul li:nth-of-type(1) a  , #top_search .inner ul li:nth-of-type(2) a {
	border-top: 1px solid #878787;
}
@media screen and (max-width:640px) {
	#top_search .inner ul {
		position: relative;
		top: 0;
		width: 100%;
		margin: 0;
		display: block;
	}
	#top_search .inner ul li {
		width: 100%;
	}
	#top_search .inner ul li a {
		font-size: 18px;
		padding: 15px 0;
		line-height: 2;
	}
	#top_search .inner ul li:nth-of-type(2) a {
		border-top: none;
	}
}



#top_search .inner ul li a:hover {
	background: rgba(234,230,223,.3);
	color: #765337;
}






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

		#top_greeting　＊　ごあいさつ

==================================================================*/
#top_greeting {
	padding-bottom: 70px;
	background: linear-gradient(to top, #edf3f0 10%, #fff 80%);
}
#top_greeting h2 {
	width: calc( 100% - 200px );
	margin: 0 auto 60px;
}
#top_greeting .inner {
	width: calc( 100% - 200px );
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: row-reverse;
}
#top_greeting .left {
	width: calc( 100% - 800px - 5% - 5% );
	margin-right: 5%;
}
#top_greeting .left figure {
	width: 100%;
	height: 80%;
}
#top_greeting .left figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_greeting .left dl {
	position: relative;
	top: -20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#top_greeting .left dl dt {
	margin-left: 5%;
}
#top_greeting .left dl dd {
	margin-top: 20px;
	color: #074635;
}
#top_greeting .left dl dd em {
	font-size: 21px;
}
#top_greeting .left dl dd br {
	display: none;
}
#top_greeting .right {
	width: 800px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-right: 5%;
}
#top_greeting .right .mb {
	display: none;
}
@media screen and (max-width:1740px) {
	#top_greeting .left {
		width: calc( 100% - 800px - 5% -2% );
	}
	#top_greeting .left dl dt {
		margin-left: 2%;
	}
	#top_greeting .right {
		margin-right: 2%;
	}
}
@media screen and (max-width:1700px) {
	#top_greeting .left {
		width: calc( 100% - 760px - 5% );
	}
	#top_greeting .left dl dt {
		margin-left: 0;
	}
	#top_greeting .right {
		width: 760px;
		font-size: 16px;
	}
}
@media screen and (max-width:1580px) {
	#top_greeting .left figure img {
		object-position: 80% center;
	}
	#top_greeting .left dl dt {
		margin-left: 5%;
	}
	#top_greeting .left dl dd br {
		display: inherit;
	}
	#top_greeting .left dl dd {
		line-height: 2;
	}
	#top_greeting .left dl dd em {
		margin-right: 15px;
	}
}
@media screen and (max-width:1400px) {
	#top_greeting .left {
		width: calc( 100% - 660px - 5% );
	}
	#top_greeting .left dl dt {
		margin-left: 2%;
	}
	#top_greeting .right {
		width: 660px;
	}
	#top_greeting .right .mb {
		display: block;
	}
	#top_greeting .right .mn {
		display: none;
	}
}
@media screen and (max-width:640px) { /*途中*/
	#top_greeting {
		padding-bottom: 70px;
		background: linear-gradient(to top, #edf3f0 10%, #fff 80%);
	}
	#top_greeting h2 {
		width: 90%;
		margin: 0 auto 40px;
	}
	#top_greeting .inner {
		width: 90%;
		margin: auto;
		text-align: center;
		display: block;
	}
	#top_greeting .left {
		width: 100%;
		margin-right: 0;
	}
	#top_greeting .left figure {
		width: 100%;
		height: 80%;
	}
	#top_greeting .left dl {
		position: relative;
		top: -20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#top_greeting .left dl dt {
		margin-left: 3%;
		width: 30%;
	}
	#top_greeting .left dl dd {
		margin-top: 20px;
		color: #074635;
	}
	#top_greeting .left dl dd em {
		font-size: 21px;
	}
	#top_greeting .right {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 20px;
		margin-right: 0;
		text-align: left;
	}
	#top_greeting .right .mb {
		display: none;
	}
	#top_greeting .btn {
		text-align: right;
		padding-right: 20px;
	}
}







