@charset "UTF-8";

/*共通
---------------------------------------------------------*/
.top_title {
	 text-align: center;
}
.top_title .ft_sans {
	color: #7A584D;
	font-size: 180%;
	line-height: 1.2em;
	margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
}
.top_title h2 {
	font-size: 110%;
	font-weight: normal;
	letter-spacing: .23em;
	line-height: 1.2em;
}
#header #m_nav2 {
	position: fixed;
	z-index: 300;
	background-color: #ffffff;
	left: 0;
	right: 0%;
	
}
#header #test-header {
	position: fixed;
	z-index: 300;
	background-color: #ffffff;
	left: 0;
	right: 0%;
	
}


.follow-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  background-color: #ffffff;
  color: #241e1e;
  flex-wrap: wrap;
}
.follow-header2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  background-color: #534338;
  color: #241e1e;

  
}
.follow-logo img {
  width: 100%;
  height: 58px;
   
}
.follow-logo2 img {
  height: 85px;
  padding: 20px 0px;
   
}
.follow-nav {
  width: 300px;

  margin-left: auto;
  padding: 0;
 
  
  
}
.follow-nav2 {
  width: 100%;
  margin-left: auto;
  padding: 0px 20px 0px 0px;

  flex-wrap: wrap;
}
.follow-nav3 {
    color: #fff;
  margin-right: auto;
  padding: 0;
  display: flex;
  text-align: left;
  
}
.follow-nav3 a {
    color: #fff;
    text-decoration:underline;  
}
.follow-reserve {

 
  padding: 0px;
  margin-right: 30px;
  font-size: 16px;
  
}
.follow-reserve3 {
  display: flex;
  padding: 0px;
  margin-right: 70px;
  font-size: 16px;
  background-color: #a6acaf;
  	position: absolute;
	z-index: 51;
	right: 3%;
	top: 620px;
	width: 36%;
	padding: 10px 10px 0;
	text-align: left;
	background: -moz-linear-gradient(45deg,  rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 60%);
	background: -webkit-linear-gradient(45deg,  rgba(255, 255, 255, 0.9) 0%,rgba(255, 255, 255, 0.9) 60%);
	background: linear-gradient(45deg,  rgba(255, 255, 255, 0.9) 0%,rgba(255, 255, 255, 0.9) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfc3e7ad', endColorstr='#ccffffff',GradientType=1 );
}


#m_nav2 .test-header {
	width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  background-color: #333;
  color: #fff;
}

#m_nav2 .test-logo img {
  height: 40px;
}

#m_nav2 .test-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

#m_nav2 .test-nav ul li {
  margin-right: 20px;
}

#m_nav2 .test-nav ul li a {
  color: #fff;
  text-decoration: none;
}

#m_nav2 .test-reserve input {
  padding: 5px;
  font-size: 16px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.top_title .ft_sans {
	margin-bottom: 10px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.top_title .ft_sans {
	margin-bottom: 10px;
}
.top_title h2 {
	font-size: 100%;
	letter-spacing: .2em;
}
}



/*ヘッダー、メインイメージ
---------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	text-align: center;
}
##nav_boxhh {
	position: fixed;
	z-index: 9999999999;
	width: 100%;
	top: 10%;
	left: 0;
	right: 0%;
	background-color: #a6acaf ;
    color: #fff;
	display: none;
}

#nav_boxh {
	position: fixed;
	top: 10%;
	display: none;
}
#nav_boxh a {
	display: block;
	color: #fff;
	background: #000;
	padding: 8px;
	text-decoration: none;
	opacity: 0.6;
}
#nav_boxh a:hover {
	opacity: 1;
}
#header #h_logo {
	position: absolute;
	width: 100%;
	z-index: 10;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.8) 5%, rgba(255,255,255,0) 40%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.8) 5%,rgba(255,255,255,0) 40%);
	background: linear-gradient(to right,  rgba(255,255,255,0.8) 5%,rgba(255,255,255,0) 40%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=1 );
	padding: 40px 0 30px;
}
#header #h_logo h1 {
	margin-top: 20px;
}

#header #h_contact {
	position: absolute;
	z-index: 11;
	right: 3%;
	top: 30px;
	width: 220px;
	padding: 10px 10px 0;
	text-align: center;
	background: -moz-linear-gradient(45deg,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 50%);
	background: -webkit-linear-gradient(45deg,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 50%);
	background: linear-gradient(45deg,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfc3e7ad', endColorstr='#ccffffff',GradientType=1 );
}
#header #h_contact .h_reserve {
	background: -moz-linear-gradient(top,  rgba(83,67,56,0.9) 0%, rgba(83,67,56,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(83,67,56,0.9) 0%,rgba(83,67,56,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(83,67,56,0.9) 0%,rgba(83,67,56,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e685b200', endColorstr='#e6b8df5b',GradientType=0 );
}
#header #h_contact .tel {
	margin: 0 10px;
	border-bottom: dashed 1px rgba(53,53,47,0.2);
}

#m_img {
	position: relative;
	z-index: 0;
}
#m_img .pc_m_slider li {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#m_img .pc_m_slider li .m_copy {
	position: absolute;
	z-index: 0;
	width: 80%;
	left: 0;
	right: 0;
	top: 62%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	text-align: center;
}
#m_img .pc_m_slider li .m_copy img {
	margin: auto;
}
#m_img .cover1 {background-image: url(../images/1.jpg);}
#m_img .cover2 {background-image: url(../images/3.jpg);}
#m_img .cover3 {background-image: url(../images/5.jpg);}
#m_img .cover4 {background-image: url(../images/top/m_img4.jpg);}


#header .m_over {
	width: 70%;
	max-width: 755px;	/*画像幅*/
	margin: 0 auto;
	text-align: center;
	position: absolute;
	z-index: 12;
	left: 0;
	right: 0;
	bottom: 26%;
}
#header .m_bnr_rec {
	width: 100%;
	max-width: 740px;
	margin: 5px auto 0;
	box-sizing: border-box;
	padding: 15px 5%;
	line-height: 1.0em;
	background: -moz-linear-gradient(top,  rgba(87,165,48,0.4) 0%, rgba(68,130,41,0.5) 100%);
	background: -webkit-linear-gradient(top,  rgba(87,165,48,0.4) 0%,rgba(68,130,41,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(87,165,48,0.4) 0%,rgba(68,130,41,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6657a530', endColorstr='#80448229',GradientType=0 );
}




#header #m_nav {
	position: absolute;
	z-index: 13;
	left: 0;
	right: 0;
	bottom: 8%;
    top: 620px;
}

#header #h_news {
	position: absolute;
	z-index: 51;
	right: 3%;
	top: 720px;
	width: 36%;
	padding: 10px 10px 0;
	text-align: left;
	background: -moz-linear-gradient(45deg,  rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 60%);
	background: -webkit-linear-gradient(45deg,  rgba(255, 255, 255, 0.9) 0%,rgba(255, 255, 255, 0.9) 60%);
	background: linear-gradient(45deg,  rgba(255, 255, 255, 0.9) 0%,rgba(255, 255, 255, 0.9) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfc3e7ad', endColorstr='#ccffffff',GradientType=1 );
}
#header #h_news .h_reserve {
	background: -moz-linear-gradient(top,  rgba(180,131,117,0.9) 0%, rgba(180,131,117,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(180,131,117,0.9) 0%,rgba(180,131,117,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(180,131,117,0.9) 0%,rgba(180,131,117,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e685b200', endColorstr='#e6b8df5b',GradientType=0 );
}
#header #h_news .tel {
	margin: 0 10px;
	border-bottom: dashed 1px rgba(53,53,47,0.2);
}

/* 微調整（スマホ前まで）
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
#header #h_contact {
	top: 0;
	right: 0;
}
#header #m_nav {
	bottom: 20px;
}
#header #h_news {
	top: 500;
	right: 0;
    
}

}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
#header #h_logo {
	padding: 20px 0;
}
#header #h_logo p {
	width: 36%;
}
#header #h_logo h1 {
	display: none;
}

#header #h_contact {
	width: 20%;
	padding: 0;
}

#header #m_nav {
	bottom: 0;
}
#header #h_news {
	width: 30%;
	padding: 0;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#header #h_logo {
	padding: 10px 0;
}
#header #h_logo p {
	width: 36%;
}
#header #h_logo h1 {
	display: none;
}

#m_img .pc_m_slider li .m_copy {
	top: auto;
	-webkit-transform: none;
	transform: none;
	bottom: 10%;
}
#header .m_over {
	bottom: 30%;
}

#header #m_nav {
	position: static;
}
#header #m_nav2 {
	position: fixed;
	display: none;
}
#header #test-header {
	position: fixed;
	display: none;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#header #h_logo {
	position: static;
	padding: 10px 0;
}
#header #h_logo h1 {
	display: none;
}
#header #h_logo p {
	width: 220px;
}
#header #h_contact {
	display: none;
}

#m_img .pc_m_slider li .m_copy {
	width: 100%;
}

#header .m_over {
	position: static;
	width: 100%;
}
#header .m_over .img_copy {
	position: absolute;
	width: 90%;
	margin: 0 auto;
	top: 40%;
	left: 0;
	right: 0;
}
#header .m_over .m_bnr_rec {
	width: 80%;
	margin: 10px auto;
	padding: 15px 15%;
	background: -moz-linear-gradient(top,  rgba(87,165,48,0.6) 0%, rgba(68,130,41,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(87,165,48,0.6) 0%,rgba(68,130,41,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(87,165,48,0.6) 0%,rgba(68,130,41,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6657a530', endColorstr='#80448229',GradientType=0 );
	border-radius: 5px;
}
}



/*内覧会
---------------------------------------------------------*/
.nairankai {
	background: rgb(229,245,223);
	background: -moz-linear-gradient(left,  rgba(229,245,223,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(229,245,223,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(229,245,223,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 85%,rgba(229,245,223,1) 100%);
	background: linear-gradient(to right,  rgba(229,245,223,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 85%,rgba(229,245,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f5df', endColorstr='#e5f5df',GradientType=1 );
	padding: 50px 0 10px;
}
.nairankai .section {
	text-align:  center;
}

.nairankai .lead {
	font-size: 160%;
	font-weight: bold;
	letter-spacing: .07em;
	line-height: 2.0em;
	margin-bottom: 30px;
	text-align:  center;
}
.nairankai .lead strong {
	font-size: 136%;
}
.nairankai .lead .col_orange {
	color: #F89059;
}
.nairankai .lead .col_green {
	color: #99BF33;
}

.nairankai .box1 {
	background: rgb(207,181,101);
	background: -moz-linear-gradient(top,  rgba(207,181,101,1) 40%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(207,181,101,1) 40%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(207,181,101,1) 40%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfb565', endColorstr='#ffffff',GradientType=0 );
	padding: 20px;
	color: #fff;
}
.nairankai .box1 .txt {
	margin: 5px 0 10px;
	font-size: 106%;
	line-height: 1.6em;
}

.nairankai .box1 .day_box {
	background: #fff;
	padding: 20px;
	line-height: 1.0em;
	margin-bottom: 25px;
}
.nairankai .box1 .day_box li {
	display: inline-block;
	vertical-align: middle;
}
.nairankai .box1 .day_box li:nth-child(1) {
	width: 46%;
}
.nairankai .box1 .day_box li:nth-child(2) {
	width: 6%;
}
.nairankai .box1 .day_box li:nth-child(3) {
	width: 46%;
}

.nairankai .box1 .point_box li {
	width: 16.6666%;
	box-sizing: border-box;
	font-size: 90%;
	line-height: 1.6em;
	padding: 10px;
	float: left;
}
.nairankai .box1 .point_box li:nth-child(even) {
	background: -moz-linear-gradient(top,  rgba(137,176,25,0.7) 0%, rgba(137,176,25,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(137,176,25,0.7) 0%,rgba(137,176,25,1) 100%);
	background: linear-gradient(to bottom,  rgba(137,176,25,0.7) 0%,rgba(137,176,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b389b019', endColorstr='#89b019',GradientType=0 );
}
.nairankai .box1 .point_box li:nth-child(odd) {
	background: -moz-linear-gradient(top,  rgba(25,176,137,0.7) 0%, rgba(25,176,137,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(25,176,137,0.7) 0%,rgba(25,176,137,1) 100%);
	background: linear-gradient(to bottom,  rgba(25,176,137,0.7) 0%,rgba(25,176,137,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b319b089', endColorstr='#19b089',GradientType=0 );
}
.nairankai .box1 .point_box li:first-child {
	background: -moz-linear-gradient(top,  rgba(115,163,93,0.7) 0%, rgba(115,163,93,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(115,163,93,0.7) 0%,rgba(115,163,93,1) 100%);
	background: linear-gradient(to bottom,  rgba(115,163,93,0.7) 0%,rgba(115,163,93,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b373a35d', endColorstr='#73a35d',GradientType=0 );
}
.nairankai .box1 .point_box li div {
	box-sizing: border-box;
	padding: 10px 5px;
}
.nairankai .box1 .point_box li:first-child div {
	border: solid 2px #fff;
	background: rgba(70,116,51,0.3);
	position: relative;
}
.nairankai .box1 .point_box li:first-child div::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 17px;
	border-color: transparent transparent transparent #fff;
}
.nairankai .box1 .point_box li:first-child div p {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
.nairankai .box1 .point_box li p:first-child {
	margin-bottom: 15px;
}

.nairankai .box2 {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,244,225,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,244,225,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,244,225,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f4e1',GradientType=0 );
	padding: 0 20px;
}
.nairankai .box2 .sodankai {
	display: table;
	width: 100%;
	table-layout: fixed;
	background: rgba(178,133,0,.2);
	margin-bottom: 30px;
}
.nairankai .box2 .sodankai dt {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 20px 3% 15px;
	background: #B28500;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	position: relative;
}
.nairankai .box2 .sodankai dt::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 17px;
	border-color: transparent transparent transparent #b28600;
}
.nairankai .box2 .sodankai dd {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 30px;
	font-size: 90%;
	line-height: 1.6em;
	text-align: left;
}

.nairankai .box2 .message {
	max-width: 820px;
	margin: 0 auto;
	background: url(../images/top/nairan_img1.png) no-repeat left bottom;
}
.nairankai .box2 .message dl {
	background: url(../images/top/nairan_img2.png) no-repeat right bottom;
	padding-bottom: 30px;
}
.nairankai .box2 .message dt {
	background: url(../images/top/nairan_fukidashi.png) no-repeat center center;
	color: #B28500;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.nairankai .box2 .message dd {
	font-size: 90%;
	line-height: 1.6em;
}

.nairankai .bottom_start {
	background: #759D5D;
	padding: 10px 5%;
	line-height: 1.0em;
}

/* 微調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.nairankai .lead {
	font-size: 2.4vw;
}
.nairankai .lead strong {
	font-size: 136%;
}
.nairankai .box1 .point_box li {
	width: 33.3333%;
}
.nairankai .box1 .point_box li div {
	padding-left: 5%;
	padding-right: 5%;
}
.nairankai .box1 .point_box li br {
	display: none;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.nairankai {
	padding: 5% 0 10%;
}

.nairankai .lead {
	font-size: 3.0vw;
	margin-bottom: 3%;
}

.nairankai .box1 {
	padding: 20px;
}
.nairankai .box1 .day_box {
	margin-bottom: 20px;
}

.nairankai .box1 .txt {
	font-size: 100%;
}

.nairankai .box1 .point_box li {
	width: 33.3333%;
}
.nairankai .box1 .point_box li div {
	padding-left: 5%;
	padding-right: 5%;
}

.nairankai .box2 .sodankai {
	margin-bottom: 5%;
}
.nairankai .box2 .sodankai dt {
	width: 40%;
}

.nairankai .box2 .message dl {
	padding-bottom: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.nairankai {
	padding: 8% 0 10%;
}

.nairankai .lead {
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 1.8em;
	margin-bottom: 4%;
}
.nairankai .lead strong {
	font-size: 136%;
}

.nairankai .box1 {
	padding: 6% 3%;
}
.nairankai .box1 .txt {
	margin: 5% 0 3%;
	font-size: 100%;
	line-height: 1.6em;
}

.nairankai .box1 .day_box {
	padding: 5%;
	margin-bottom: 5%;
}
.nairankai .box1 .day_box li {
	display: block;
}
.nairankai .box1 .day_box li:nth-child(1),
.nairankai .box1 .day_box li:nth-child(3) {
	width: 80%;
	margin: 0 auto;
}
.nairankai .box1 .day_box li:nth-child(2) {
	display: none;
}
.nairankai .box1 .day_box li:nth-child(3) {
	margin-top: 10px;
	border-top: solid 1px #f6f6f6;
	padding-top: 10px;
}

.nairankai .box1 .point_box li {
	width: 50%;
}
.nairankai .box1 .point_box li p:first-child {
	margin-bottom: 10px;
}

.nairankai .box2 {
	padding: 0 3%;
}
.nairankai .box2 .sodankai {
	display: block;
	margin-bottom: 5%;
}
.nairankai .box2 .sodankai dt {
	display: block;
	width: 100%;
	padding: 15px 0;
	font-size: 110%;
	letter-spacing: normal;
}
.nairankai .box2 .sodankai dt::after {
	transform: rotate(90deg);
	left: 0;
	right: 0;
	top: 100%;
}
.nairankai .box2 .sodankai dd {
	display: block;
	padding: 20px 3% 3%;
}

.nairankai .box2 .message,
.nairankai .box2 .message dl {
	background: none;
}
.nairankai .box2 .message dl {
	padding-bottom: 5%;
}
.nairankai .box2 .message dt {
	background: none;
	font-size: 130%;
	letter-spacing: .05em;
}
}

/*ピクト
---------------------------------------------------------*/
.pict {
	background: url(../images/top/onayami_bg.jpg) no-repeat right top;
	background-size: cover;
}
.pict .bg_grd {
	background: -moz-linear-gradient(top,  rgba(200,197,143,0.7) 0%, rgba(200,197,143,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(200,197,143,0.7) 0%,rgba(200,197,143,1) 100%);
	background: linear-gradient(to bottom,  rgba(200,197,143,0.7) 0%,rgba(200,197,143,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b396b667', endColorstr='#96b667',GradientType=0 );
	padding: 50px 0;
}
.pict .w1340 {
	text-align: center;
}
.pict ul {
	margin-top: 50px;
	margin-left: -2.6666%;
}
.pict li {
	width: 14%;
	margin-left: 2.6666%;
	float: left;
	margin-bottom: 30px;
	background: url("../images/onayami_circle.png") no-repeat center center;
	background-size: contain;
	position: relative;
}
.pict li a {
	display: block;
	line-height: 1.0em;
	background: url("../images/onayami_circle.png") no-repeat center center;
	background-size: contain;
	position: relative;
}
.pict li a img {
	position: relative;
	z-index: 1;
}
.pict li a::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/onayami_circle-o.png) no-repeat center center;
	background-size: contain;
	opacity: 0;
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
.pict li a:hover::before {
	opacity: 1;
}
.pict .txt {
	color: #fff;
	font-size: 90%;
	line-height: 2.0em;
}

/*院長挨拶
---------------------------------------------------------*/
.greet {
	background: #f2f2f2;
	position: relative;
	margin-top: 100px;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
}
.greet::before,
.greet::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
}
.greet::before {
	z-index: 0;
	background: url(../images/greet_bg@2x.jpg) no-repeat center center;
	background-size: cover;
}
.greet::after {
	z-index: 1;
	background: -moz-linear-gradient(left,  rgba(242,242,242,1) 5%, rgba(242,242,242,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(242,242,242,1) 5%,rgba(242,242,242,0) 100%);
	background: linear-gradient(to right,  rgba(242,242,242,1) 5%,rgba(242,242,242,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00f2f2f2',GradientType=1 );
}
.greet .section {
	position: relative;
	z-index: 5;
}

.greet h2 {
	position: absolute;
	z-index: 1;
	color: #7A584D;
	font-size: 640%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.2em;
	left: 30%;
	top: -75px;
	font-family: "Noto Serif JP", serif;
}
.greet .flt_box {
	position: relative;
	z-index: 0;
}

.greet .flt_l {
	width: 34%;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}
.greet .flt_r {
	width: 63%;
	padding-top: 9%;
	letter-spacing: .15em;
	line-height: 2.2em;
	
	
}

.greet .flt_l dl {
	margin-top: 1.2em;
	padding-top: .8em;
	position: relative;
}
.greet .flt_l dl::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 0px;
	height: 2.5em;
	background: #322b29;
	left: 0;
	right: 0;
	bottom: 100%;
	margin: 0 auto;
}
.greet .flt_l p {
	position: relative;
	z-index: 0;
}
.greet .flt_l dt {
	font-size: 160%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
	font-family: "Noto Serif JP", serif;
}
.greet .flt_l dt span {
	font-size: 70%;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-right: .8em;
}
.greet .flt_l dd {
	margin-top: 5px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.2em;
	font-family: "Noto Serif JP", serif;
}

.greet .flt_r dt {
	font-size: 180%;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1.8em;
	margin-bottom: 1.2em;
	font-family: "Noto Serif JP", serif;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.greet {
	padding: 8% 0;
}
.greet::before,
.greet::after {
	width: 100%;
	height: 100%;
}
.greet .section {
	position: relative;
	z-index: 5;
}

.greet h2 {
	font-size: 600%;
	top: -14%;
}

.greet .flt_r {
	letter-spacing: .1em;
	line-height: 1.8em;
}

.greet .flt_r dt {
	font-size: 160%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: .5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.greet {
	padding: 14% 0 30%;
	position: relative;
}
.greet::before,
.greet::after {
	display: none;
}
.greet .section {
	position: relative;
	z-index: 5;
}

.greet h2 {
	font-size: 340%;
	left: 0;
	right: 0;
	top: -.7em;
	text-align: center;
	margin: 0 auto;
}

.greet .flt_l {
	width: 70%;
	float: none;
}
.greet .flt_r {
	width: 100%;
	float: none;
	padding-top: 6%;
	letter-spacing: .1em;
	line-height: 1.8em;
}

.greet .flt_l dl {
	margin-top: .8em;
	padding-top: .5em;
}
.greet .flt_l dl::before {
	height: 2.0em;
}

.greet .flt_r dt {
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: .5em;
}

.greet .sp_bg {
	position: absolute;
	width: 100%;
	z-index: 0;
	left: 0;
	bottom: 0;
}
.greet .sp_bg::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 5%, rgba(242,242,242,0.2) 50%);
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 5%,rgba(242,242,242,0.2) 50%);
background: linear-gradient(to bottom,  rgba(242,242,242,1) 5%,rgba(242,242,242,0.2) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00f2f2f2',GradientType=0 );
}
}


/*あいさつ
---------------------------------------------------------*/
.greet3 {
	background: #f2f2f2;
	position: relative;
	margin-top: 100px;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
}
.greet3::before,
.greet3::after {
	content: "";
	position: absolute;
	width: 80%;
	height: 100%;
	right: 0;
	top: 0;
}
.greet3::before {
	z-index: 0;
	background: url(../images/greet_bg@2x.jpg) no-repeat center center;
	background-size: cover;
}
.greet3::after {
	z-index: 1;
	background: -moz-linear-gradient(left,  rgba(242,242,242,1) 5%, rgba(242,242,242,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(242,242,242,1) 5%,rgba(242,242,242,0) 100%);
	background: linear-gradient(to right,  rgba(242,242,242,1) 5%,rgba(242,242,242,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00f2f2f2',GradientType=1 );
}
.greet3 .section {
	position: relative;
	z-index: 5;
}

.greet3 h2 {
	position: absolute;
	z-index: 1;
	color: #7A584D;
	font-size: 230%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.2em;
	left: 20%;
	top: -75px;
    font-family: serif;
}
.greet3 .flt_box {
	position: relative;
	z-index: 0;
}

.greet3 .flt_l {
	width: 180%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.greet3 .flt_r {
	width: 30%;
	padding-top: 9%;
	letter-spacing: .15em;
	line-height: 2.2em;
	
	
}

.greet3 .flt_l dl {
	margin-top: 1.2em;
	padding-top: .8em;
	position: relative;
}
.greet3 .flt_l dl::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 0px;
	height: 2.5em;
	background: #322b29;
	left: 0;
	right: 0;
	bottom: 100%;
	margin: 0 auto;
}
.greet3 .flt_l p {
	position: relative;
	z-index: 0;
}
.greet3 .flt_l dt {
	font-size: 160%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
	font-family: "Noto Serif JP", serif;
}
.greet3 .flt_l dt span {
	font-size: 70%;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-right: .8em;
}
.greet3 .flt_l dd {
	margin-top: 5px;
	font-weight: ;
	letter-spacing: .15em;
	line-height: 1.2em;
	width: 180%;
}

.greet3 .flt_r dt {
	font-size: 180%;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1.8em;
	margin-bottom: 1.2em;
	font-family: "Noto Serif JP", serif;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.greet3 {
	padding: 8% 0;
}
.greet3::before,
.greet3::after {
	width: 100%;
	height: 100%;
}
.greet3 .section {
	position: relative;
	z-index: 5;
}

.greet3 h2 {
	font-size: 200%;
	top: -14%;
}

.greet3 .flt_r {
	letter-spacing: .1em;
	line-height: 1.8em;
}

.greet3 .flt_r dt {
	font-size: 160%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: .5em;
}
.greet3 .flt_l dd {
	margin-top: 5px;
	font-weight: ;
	letter-spacing: .15em;
	line-height: 1.2em;
	width: 120%;
	text-align: left;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.greet3 {
	padding: 14% 0 30%;
	position: relative;
}
.greet3::before,
.greet3::after {
	display: none;
}
.greet3 .section {
	position: relative;
	z-index: 5;
}

.greet3 h2 {
	font-size: 180%;
	left: 0;
	right: 0;
	top: -.7em;
	text-align: center;
	margin: 0 auto;
}

.greet3 .flt_l {
	width: 70%;
	float: none;
	letter-spacing: .1em;
	line-height: 1.8em;
}
.greet3 .flt_r {
	width: 100%;
	float: none;
	padding-top: 6%;
	letter-spacing: .1em;
	line-height: 1.8em;
}

.greet3 .flt_l dl {
	margin-top: .8em;
	padding-top: .5em;
	letter-spacing: .1em;
	line-height: 1.8em;
}
.greet3 .flt_l dl::before {
	height: 2.0em;
	letter-spacing: .1em;
	line-height: 1.8em;
}

.greet3 .flt_r dt {
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: .5em;
}

.greet3 .sp_bg {
	position: absolute;
	width: 100%;
	z-index: 0;
	left: 0;
	bottom: 0;
}
.greet3 .sp_bg::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 5%, rgba(242,242,242,0.2) 50%);
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 5%,rgba(242,242,242,0.2) 50%);
background: linear-gradient(to bottom,  rgba(242,242,242,1) 5%,rgba(242,242,242,0.2) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00f2f2f2',GradientType=0 );
}
}



/*院長挨拶
---------------------------------------------------------*/
.greet5 {
	
	position: relative;
	margin-top: 80px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
.greet5::before,
.greet5::after {
	content: "";
	position: absolute;
	width: 00%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 40;
}
.greet5::before {
	z-index: 1;
	background: url(../images/) no-repeat center center;
	background-size: cover;
	
}
/*.greet5::after {
	z-index: 1;
	background: -moz-linear-gradient(left,  rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left,  rgb(255, 255, 255) 5%,rgba(255, 254, 254, 0) 100%);
	background: linear-gradient(to right,  rgb(255, 255, 255) 5%,rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00f2f2f2',GradientType=1 );
	z-index: 5;
}*/
.greet5 .section {
	position: relative;
	z-index: 5;
}

.greet5 h2 {
	position: absolute;
	z-index: 1;
	color: #7A584D;
	font-size: 230%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.2em;
	left: 20%;
	top: -75px;
    font-family: serif;
}
.greet5 .flt_box {
	position: relative;
	z-index: 10;
}

.greet5 .flt_l {
	width: 80%;
	max-width: 400px;
	margin: 0 auto;
	text-align: left;
	z-index: 30;
}
.greet5 .flt_r {
	width: 100%;
	padding-left: -80px;
	z-index: 3;
}

.greet5 .flt_r dl {
	margin-top: 1.2em;
	padding-top: .8em;
	position: relative;
	z-index: 1;
	
}
.greet5 .flt_r dl::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 0px;
	height: 2.5em;
	background: #322b29;
	left: 0;
	right: 0;
	bottom: 100%;
	margin: 0 auto;
	z-index: 1;
	
}
.greet5 .flt_l p {
	position: relative;
	z-index: 950;
	
}
.greet5 .flt_r p {
	position: relative;
	z-index: 0;
	
}
.greet5 .flt_r dt {
	font-size: 160%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
	z-index: 0;
	
}
.greet5.flt_r dt span {
	font-size: 70%;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-right: .8em;
	
}
.greet5 .flt_r dd {
	font-size: 110%;
	margin-top: 0px;
	letter-spacing: .15em;
	line-height: 1.8em;
	padding-left: -20px;
	margin-left: -00%;
	z-index: 000;
}

.greet5 .flt_r dt {
	font-size: 250%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.8em;
	margin-bottom: 1.2em;
	
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.greet5 {
	padding: 8% 0;
    margin-top: -8%;
}
.greet5::before,
.greet5::after {
	width: 100%;
	height: 100%;
}
.greet5 .section {
	position: relative;
	z-index: 5;
}

.greet5 h2 {
	font-size: 200%;
	top: -14%;
}

.greet5 .flt_r {
	letter-spacing: .1em;
	line-height: 1.8em;
}

.greet5 .flt_r dt {
	font-size: 180%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: .5em;
}
}



/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.greet5 {
	padding: 4% 0 20%;
	position: relative;
}
.greet5::before,
.greet5::after {
	display: none;
}
.greet5 .section {
	position: relative;
	z-index: 5;
	
}

.greet5 h2 {
	font-size: 180%;
	left: 0;
	right: 0;
	top: -2.7em;
	text-align: center;
	margin: 0 auto;
}

.greet5 .flt_l {
	width: 100%;
	float: none;
}
.greet5 .flt_r {
	width: 100%;
	float: none;
	padding-top: 6%;
	letter-spacing: .1em;
	line-height: 1.8em;
	
}

.greet5 .flt_l dl {
	margin-top: .8em;
	padding-top: .5em;
}
.greet5 .flt_l dl::before {
	height: 2.0em;
}

.greet5 .flt_r dt {
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: .5em;
	text-align: left;
}
.greet5 .flt_r dd {
	text-align: left;
}

.greet5 .sp_bg {
	position: absolute;
	width: 100%;
	z-index: 0;
	left: 0;
	bottom: 0;
}
.greet5 .sp_bg::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 5%, rgba(242,242,242,0.2) 50%);
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 5%,rgba(242,242,242,0.2) 50%);
background: linear-gradient(to bottom,  rgba(242,242,242,1) 5%,rgba(242,242,242,0.2) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00f2f2f2',GradientType=0 );
}
}

/*bgm
---------------------------------------------------------*/
.gret {
	background: #000;
	position: relative;
	margin-top: 0px;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
}
.gret::before,
.gret::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
}

.gret .section {
	position: relative;
	z-index: 5;
}

.gret h2 {
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 420%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.2em;
	left: 30%;
	top: -75px;
}
.gret .flt_box {
	position: relative;
	z-index: 0;
    color: #fff;
}

.gret .flt_l {
	width: 34%;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}
.gret .flt_r {
	width: 63%;
	padding-top: 0%;
	letter-spacing: .15em;
	line-height: 2.2em;
    color: #fff;
}

.gret .flt_l dl {
	margin-top: 0em;
	padding-top: .8em;
	position: relative;
    color: #fff;
}
.gret .flt_l dl::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 0px;
	height: 2.5em;
	background: #322b29;
	left: 0;
	right: 0;
	bottom: 100%;
	margin: 0 auto;
    color: #fff;
}
.gret .flt_l p {
	position: relative;
	z-index: 0;
}
.gret .flt_l dt {
	font-size: 160%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
}
.gret .flt_l dt span {
	font-size: 70%;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-right: .8em;
}
.gret .flt_l dd {
	margin-top: 5px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.2em;
}

.gret .flt_r dt {
	font-size: 180%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.8em;
	margin-bottom: 1.2em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.gret {
	padding: 8% 0;
}
.gret::before,
.gret::after {
	width: 100%;
	height: 100%;
}
.gret .section {
	position: relative;
	z-index: 5;
}

.gret h2 {
	font-size: 600%;
	top: -14%;
}

.gret .flt_r {
	letter-spacing: .1em;
	line-height: 1.8em;
}

.gret .flt_r dt {
	font-size: 160%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: .5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.gret {
	padding: 14% 0 30%;
	position: relative;
}
.gret::before,
.gret::after {
	display: none;
}
.gret .section {
	position: relative;
	z-index: 5;
}

.gret h2 {
	font-size: 340%;
	left: 0;
	right: 0;
	top: -.7em;
	text-align: center;
	margin: 0 auto;
}

.gret .flt_l {
	width: 70%;
	float: none;
}
.gret .flt_r {
	width: 100%;
	float: none;
	padding-top: 6%;
	letter-spacing: .1em;
	line-height: 1.8em;
}

.gret .flt_l dl {
	margin-top: .8em;
	padding-top: .5em;
}
.gret .flt_l dl::before {
	height: 2.0em;
}

.gret .flt_r dt {
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: .5em;
}

.gret .sp_bg {
	position: absolute;
	width: 100%;
	z-index: 0;
	left: 0;
	bottom: 0;
}
.gret .sp_bg::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 5%, rgba(242,242,242,0.2) 50%);
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 5%,rgba(242,242,242,0.2) 50%);
background: linear-gradient(to bottom,  rgba(242,242,242,1) 5%,rgba(242,242,242,0.2) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00f2f2f2',GradientType=0 );
}
}

/*スライドショー
---------------------------------------------------------*/
.clinic_slide {
	padding-top: 100px;
	background: rgb(229,245,223);
	background: -moz-linear-gradient(left,  rgba(229,245,223,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(229,245,223,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(229,245,223,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 85%,rgba(229,245,223,1) 100%);
	background: linear-gradient(to right,  rgba(229,245,223,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 85%,rgba(229,245,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f5df', endColorstr='#e5f5df',GradientType=1 );
	margin-bottom: 60px;
}
.clinic_slide .in_box {
	position: relative;
}
.clinic_slide .clinic1,
.clinic_slide .clinic2 {
	position: relative;
	z-index: 0;
}
.clinic_slide .clinic_copy {
	width: 90%;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(86,69,57,0.5) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(86,69,57,0.5) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(86,69,57,0.5) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
	padding: 30px 5%;
	color: #fff;
	font-size: 200%;
	line-height: 1.4em;
	text-align: center;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
.clinic_slide .clinic_copy li {
	display: inline-block;
}
.clinic_slide .clinic_copy li:nth-child(2) span {
	display: block;
	width: 30px;
	height: 1.0em;
	margin: auto;
	position: relative;
}
.clinic_slide .clinic_copy li:nth-child(2) span::before,
.clinic_slide .clinic_copy li:nth-child(2) span::after {
	display: block;
	content: '';
	width: 1px;
	height: 26px;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #fff;
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.clinic_slide .clinic_copy li:nth-child(2) span::after {
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.clinic_slide {
	padding-top: 4%;
	margin-bottom: 5%;
}
.clinic_slide .clinic_copy li {
	display: block;
}
.clinic_slide .clinic_copy li:nth-child(2) span::before,
.clinic_slide .clinic_copy li:nth-child(2) span::after {
	top: 0px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.clinic_slide {
	padding-top: 6%;
	margin-bottom: 6%;
}
.clinic_slide .clinic_copy {
	width: 90%;
	padding: 20px 5%;
	font-size: 120%;
}
.clinic_slide .clinic_copy li {
	display: block;
}
.clinic_slide .clinic_copy li:nth-child(2) {
	margin: .5em 0 .8em;
}
.clinic_slide .clinic_copy li:nth-child(2) span::before,
.clinic_slide .clinic_copy li:nth-child(2) span::after {
	top: 0px;
}
}



/*こだわり
---------------------------------------------------------*/
.kodawari {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
}
.kodawari h2 {
	text-align: center;
	background: url(../images/top/kodawari_title_bg.png) no-repeat center center;
	padding: 30px 0 10px;
}
.kodawari .kodawari_lead {
	text-align: center;
	font-size: 90%;
	margin: 20px auto 40px;
}

.kodawari .kodawari_list > li {
	width: 50%;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.kodawari .kodawari_list > li:nth-child(1) {
	background-color: #F0F7F0;
	background-image: url(../images/top/kodawari01_img1.jpg);
}
.kodawari .kodawari_list > li:nth-child(2) {
	background-color: #FCF6F0;
	background-image: url(../images/top/kodawari02_img1.jpg);
}
.kodawari .kodawari_list > li:nth-child(3) {
	background-color: #EFF1F9;
	background-image: url(../images/top/kodawari03_img1.jpg);
}
.kodawari .kodawari_list > li:nth-child(5) {
	background-color: #F9F3EE;
	background-image: url(../images/top/kodawari05_img1.jpg);
}
.kodawari .kodawari_list > li:nth-child(6) {
	background-color: #F2F0E1;
	background-image: url(../images/top/kodawari06_img1.jpg);
}

.kodawari .kodawari_list > li .tb_btn {
	text-align: center;
	padding: 10px;
	margin: 20px;
	line-height: 1.0em;
}

.kodawari .kodawari_list > li:nth-child(1) .tb_btn {
	background: #e2ecd8;
}

.kodawari .kodawari_list > li:nth-child(2) .tb_btn {
	background: #f9e9e4;
}

.kodawari .kodawari_list > li:nth-child(3) .tb_btn {
	background: #d9e3f5;
}

.kodawari .kodawari_list > li:nth-child(4) .tb_btn {
	background: #dcecee;
}

.kodawari .kodawari_list > li:nth-child(5) .tb_btn {
	background: #f8e5db;
}

.kodawari .kodawari_list > li:nth-child(6) .tb_btn {
	background: #ebe5c9;
}

.kodawari .kodawari_list > li > div {
	padding: 60px 6% 0;
	position: relative;
}
.kodawari .kodawari_list > li:nth-child(2) > div {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/top/kodawari02_img2.png);
}
.kodawari .kodawari_list > li:nth-child(3) > div {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/top/kodawari03_img2.png);
}
.kodawari .kodawari_list > li:nth-child(5) > div {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/top/kodawari05_img2.png);
}
.kodawari .kodawari_list > li:nth-child(6) > div {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/top/kodawari06_img2.png);
}

/* CT背景 */
.kodawari .kodawari_list > li:nth-child(4) {
	background-color: #EEF7F9;
	background-position: right top;
	background-image: url(../images/top/kodawari04_img2.png);
	background-size: auto;
}
.kodawari .kodawari_list > li:nth-child(4) > div {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/top/kodawari04_img1.png);
	background-size: contain;
}

.kodawari .kodawari_list dl {
	width: 100%;
	max-width: 460px;
}
.kodawari .kodawari_list > li:nth-child(odd) dl {
	margin-left: auto;
	margin-right: 0;
}
.kodawari .kodawari_list > li:nth-child(even) dl {
	margin-left: 0;
	margin-right: auto;
}
.kodawari .kodawari_list dt {
	margin-bottom: 20px;
}
.kodawari .kodawari_list dd {
	color: #333;
	line-height: 1.8em;
}
.kodawari .kodawari_list > li:nth-child(4) dd {
	width: 58%;
}

.kodawari .kodawari_list .img_area {
	position: relative;
	width: 100%;
}
.kodawari .kodawari_list li .img_area::before {
    content:"";
    display: block;
    padding-top: 55%;
}
.kodawari .kodawari_list li:nth-child(3) .img_area::before {
    padding-top: 62%;
}
.kodawari .kodawari_list li:nth-child(4) .img_area::before {
    padding-top: 40%;
}
.kodawari .kodawari_list li:nth-child(5) .img_area::before {
    padding-top: 58%;
}
.kodawari .kodawari_list li:nth-child(6) .img_area::before {
    padding-top: 58%;
}

.kodawari .kodawari_list li:nth-child(2) .abs_txt {
	position: absolute;
	bottom: 5%;
	right: 15%;
	font-size: 80%;
	line-height: 1.5em;
	text-align: center;
}

/* 微調整
------------------------------------------*/
@media only screen and (max-width: 1200px) {
/* CT背景 */
.kodawari .kodawari_list > li:nth-child(4) > div {
	background-color: rgba(238,247,249,0.3);
}

.kodawari .kodawari_list li:nth-child(2) .abs_txt {
	bottom: 3%;
	right: 15%;
	line-height: 1.4em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.kodawari .kodawari_lead {
	margin: 2% auto 4%;
}

.kodawari .kodawari_list > li > div {
	padding: 10% 6% 0;
}

.kodawari .kodawari_list > li:nth-child(1), .kodawari .kodawari_list > li:nth-child(2), .kodawari .kodawari_list > li:nth-child(3),
.kodawari .kodawari_list > li:nth-child(4), .kodawari .kodawari_list > li:nth-child(5), .kodawari .kodawari_list > li:nth-child(6) {
	background-position: center bottom 80px;
}

/* CT背景 */
.kodawari .kodawari_list > li:nth-child(4) {
	background-position: right center;
	background-image: url(../images/top/kodawari04_img2.png);
	background-size: 300px auto;
}

.kodawari .kodawari_list dt {
	margin-bottom: 3%;
}
.kodawari .kodawari_list > li:nth-child(4) dd {
	width: 100%;
}

.kodawari .kodawari_list li .img_area::before {
    padding-top: 60%;
}
.kodawari .kodawari_list li:nth-child(3) .img_area::before {
    padding-top: 62%;
}
.kodawari .kodawari_list li:nth-child(4) .img_area::before {
    padding-top: 40%;
}
.kodawari .kodawari_list li:nth-child(5) .img_area::before,
.kodawari .kodawari_list li:nth-child(6) .img_area::before {
    padding-top: 62%;
}

.kodawari .kodawari_list li:nth-child(2) .abs_txt {
	bottom: 2%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.kodawari h2 {
	background: none;
	padding: 5% 0 0;
}
.kodawari .kodawari_lead {
	margin: 5% auto;
	text-align: left;
}

.kodawari .kodawari_list > li {
	width: 100%;
	float: none;
	padding-bottom: 10px;
}

.kodawari .kodawari_list > li > div {
	padding: 8% 6% 0;
	position: relative;
}

.kodawari .kodawari_list > li:nth-child(1), .kodawari .kodawari_list > li:nth-child(2), .kodawari .kodawari_list > li:nth-child(3),
.kodawari .kodawari_list > li:nth-child(4), .kodawari .kodawari_list > li:nth-child(5), .kodawari .kodawari_list > li:nth-child(6) {
	background-position: center bottom 55px;
}

.kodawari .kodawari_list > li .tb_btn {
	margin-bottom: 0;
}

/* CT背景 */
.kodawari .kodawari_list > li:nth-child(4) {
	background-position: right top;
	background-image: url(../images/top/kodawari04_img2.png);
	background-size: 300px auto;
}

.kodawari .kodawari_list dt {
	margin-bottom: 5%;
}
.kodawari .kodawari_list > li:nth-child(4) dd {
	width: 100%;
}

.kodawari .kodawari_list li .img_area::before {
    padding-top: 55%;
}
.kodawari .kodawari_list li:nth-child(3) .img_area::before {
    padding-top: 62%;
}
.kodawari .kodawari_list li:nth-child(4) .img_area::before {
    padding-top: 48%;
}
.kodawari .kodawari_list li:nth-child(5) .img_area::before {
    padding-top: 58%;
}
.kodawari .kodawari_list li:nth-child(6) .img_area::before {
    padding-top: 60%;
}

.kodawari .kodawari_list li:nth-child(2) .abs_txt {
	bottom: 5%;
	right: 0;
	left: 0;
	margin: auto;
}
}
@media only screen and (max-width: 480px) {
.kodawari .kodawari_list li:nth-child(2) .abs_txt {
	bottom: 2%;
	font-size: 74%;
	line-height: 1.4em;
}
}



/*ご挨拶
---------------------------------------------------------*/
.greeting {
	margin-bottom: 120px;
}
.greeting .title_box {
	background: url(../images/greet_bg.jpg) no-repeat right top;
	padding: 60px 0 30px;
	text-align:  center;
}
.greeting .title_box p {
	color: #7A584D;
	font-size: 520%;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.greeting .bg_box {
	background: rgb(229,224,222);
	background: -moz-linear-gradient(top,  rgba(229,224,222,1) 0%, rgba(245,243,242,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(229,224,222,1) 0%,rgba(245,243,242,1) 100%);
	background: linear-gradient(to bottom,  rgba(229,224,222,1) 0%,rgba(245,243,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e0de', endColorstr='#f5f3f2',GradientType=0 );
	position: relative;
}
.greeting::before {
	z-index: 0;
	background: url(../images/greet_bg@2x.jpg) no-repeat center center;
	background-size: cover;
}
.greeting::after {
	z-index: 1;
	background: -moz-linear-gradient(left,  rgba(242,242,242,1) 5%, rgba(242,242,242,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(242,242,242,1) 5%,rgba(242,242,242,0) 100%);
	background: linear-gradient(to right,  rgba(242,242,242,1) 5%,rgba(242,242,242,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00f2f2f2',GradientType=1 );
}
.greeting .section {
	position: relative;
	z-index: 5;
}

.greeting h2 {
	position: absolute;
	z-index: 1;
	color: #7A584D;
	font-size: 240%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.2em;
	left: 10%;
	top: -75px;
}

/* 右側 */
.greeting .bg_box .in_box {
	width: 55%;
	margin-left: auto;
	margin-right: 0;
	text-align: left;
}
.greeting .bg_box .in_box .txt {
	padding: 80px 10% 60px;
	padding-right: 3%;
	font-size: 90%;
	line-height: 2.3em;
}
.greeting .bg_box .name_box {
	padding: 50px 10%;
	padding-right: 3%;
	background: -moz-linear-gradient(-30deg,  rgba(226,221,218,0.5) 0%, rgba(226,221,218,0) 50%);
	background: -webkit-linear-gradient(-30deg,  rgba(226,221,218,0.5) 0%,rgba(226,221,218,0) 50%);
	background: linear-gradient(150deg,  rgba(226,221,218,0.5) 0%,rgba(226,221,218,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ddda', endColorstr='#00e2ddda',GradientType=1 );
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.greeting .bg_box .name_box ul {
	padding-left: 40px;
}
.greeting .bg_box .name_box li:first-child {
	font-size: 106%;
	letter-spacing: .25em;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.greeting .bg_box .name_box li:first-child span {
	padding-left: 10px;
	font-size: 160%;
}
.greeting .bg_box .name_box li:first-child a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}
.greeting .bg_box .name_box li:first-child a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #474640;
	border-right: 2px solid #474640;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 左側 */
.greeting .bg_box .img_box {
	position: absolute;
	width: 45%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/top/doctor_bg.jpg) no-repeat right center;
	background-size: auto 100%;
}
.greeting .bg_box .img_box .bg_grd {
	width: 100%;
	max-width: 300px;
	height: 100%;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
	background: -moz-linear-gradient(left,  rgba(129,102,89,0) 0%, rgba(129,102,89,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(129,102,89,0) 0%,rgba(129,102,89,1) 100%);
	background: linear-gradient(to right,  rgba(129,102,89,0) 0%,rgba(129,102,89,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00816659', endColorstr='#816659',GradientType=1 );
}
.greeting .bg_box .img_box p {
	position: absolute;
	z-index: 1;
	right: 30%;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.greeting {
	margin-bottom: 10%;
}
.greeting .title_box {
	padding: 6% 0 3%;
}
.greeting .title_box p {
	font-size: 400%;
}

/*  タブ以下イメージ */
.greeting .bg_box .tb_copy {
	background: url(../images/top/doctor_bg_tb.jpg) no-repeat center center;
	padding: 8% 5%;
	color: #fff;
	font-size: 160%;
	letter-spacing: .25em;
	line-height: 1.6em;
	text-align: center;
}

/* 右側 */
.greeting .bg_box .in_box {
	width: 100%;
}
.greeting .bg_box .in_box .txt {
	padding: 5% 5% 4%;
}
.greeting .bg_box .name_box {
	padding: 3% 10%;
    -webkit-justify-content: center;
    justify-content: center;

}

/* 左側 */
.greeting .bg_box .img_box {
	display: none;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.greeting {
	margin-bottom: 10%;
}
.greeting .title_box {
	background-size: contain;
	padding: 10% 0 5%;
	text-align:  center;
}
.greeting .title_box p {
	font-size: 300%;
}

/*  タブ以下イメージ */
.greeting .bg_box .tb_copy {
	background: url(../images/top/doctor_bg_tb.jpg) no-repeat center center;
	background-size: cover;
	padding: 8% 5%;
	color: #fff;
	font-size: 140%;
	letter-spacing: .2em;
	line-height: 1.6em;
	text-align: center;
}

/* 右側 */
.greeting .bg_box .in_box {
	width: 100%;
}
.greeting .bg_box .in_box .txt {
	padding: 8% 5% 5%;
	line-height: 2.0em;
}
.greeting .bg_box .name_box {
	padding: 5%;
}
.greeting .bg_box .name_box ul {
	width: 80%;
	padding-left: 5%;
}
.greeting .bg_box .name_box li:first-child {
	line-height: 1.8em;
	margin-bottom: 5px;
}
.greeting .bg_box .name_box li:first-child span {
	padding-left: 0;
}

/* 左側 */
.greeting .bg_box .img_box {
	display: none;
}
}


/*BGM
---------------------------------------------------------*/
.greting {
	margin-bottom: 120px;
}
.greting .title_box {
	background: url(../images/top/greeting_bg.jpg) no-repeat right top;
	padding: 60px 0 30px;
	text-align:  center;
}
.greting .title_box p {
	color: #7A584D;
	font-size: 520%;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.greting .bg_box {
	background: rgb(229,224,222);
	background: -moz-linear-gradient(top,  rgba(229,224,222,1) 0%, rgba(245,243,242,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(229,224,222,1) 0%,rgba(245,243,242,1) 100%);
	background: linear-gradient(to bottom,  rgba(229,224,222,1) 0%,rgba(245,243,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e0de', endColorstr='#f5f3f2',GradientType=0 );
	position: relative;
}

/* 右側 */
.greting .bg_box .in_box {
	width: 55%;
	margin-left: auto;
	margin-right: 0;
	text-align: left;
}
.greting .bg_box .in_box .txt {
	padding: 80px 10% 60px;
	padding-right: 3%;
	font-size: 90%;
	line-height: 2.3em;
}
.greting .bg_box .name_box {
	padding: 50px 10%;
	padding-right: 3%;
	background: -moz-linear-gradient(-30deg,  rgba(226,221,218,0.5) 0%, rgba(226,221,218,0) 50%);
	background: -webkit-linear-gradient(-30deg,  rgba(226,221,218,0.5) 0%,rgba(226,221,218,0) 50%);
	background: linear-gradient(150deg,  rgba(226,221,218,0.5) 0%,rgba(226,221,218,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ddda', endColorstr='#00e2ddda',GradientType=1 );
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.greting .bg_box .name_box ul {
	padding-left: 40px;
}
.greting .bg_box .name_box li:first-child {
	font-size: 106%;
	letter-spacing: .25em;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.greting .bg_box .name_box li:first-child span {
	padding-left: 10px;
	font-size: 160%;
}
.greting .bg_box .name_box li:first-child a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}
.greting .bg_box .name_box li:first-child a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #474640;
	border-right: 2px solid #474640;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 左側 */
.greting .bg_box .img_box {
	position: absolute;
	width: 45%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/top/doctor_bg.jpg) no-repeat right center;
	background-size: auto 100%;
}
.greting .bg_box .img_box .bg_grd {
	width: 100%;
	max-width: 300px;
	height: 100%;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
	background: -moz-linear-gradient(left,  rgba(129,102,89,0) 0%, rgba(129,102,89,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(129,102,89,0) 0%,rgba(129,102,89,1) 100%);
	background: linear-gradient(to right,  rgba(129,102,89,0) 0%,rgba(129,102,89,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00816659', endColorstr='#816659',GradientType=1 );
}
.greting .bg_box .img_box p {
	position: absolute;
	z-index: 1;
	right: 30%;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.greting {
	margin-bottom: 10%;
}
.greting .title_box {
	padding: 6% 0 3%;
}
.greting .title_box p {
	font-size: 400%;
}

/*  タブ以下イメージ */
.greting .bg_box .tb_copy {
	background: url(../images/top/doctor_bg_tb.jpg) no-repeat center center;
	padding: 8% 5%;
	color: #fff;
	font-size: 160%;
	letter-spacing: .25em;
	line-height: 1.6em;
	text-align: center;
}

/* 右側 */
.greting .bg_box .in_box {
	width: 100%;
}
.greting .bg_box .in_box .txt {
	padding: 5% 5% 4%;
}
.greting .bg_box .name_box {
	padding: 3% 10%;
    -webkit-justify-content: center;
    justify-content: center;

}

/* 左側 */
.greting .bg_box .img_box {
	display: none;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.greting {
	margin-bottom: 10%;
}
.greting .title_box {
	background-size: contain;
	padding: 10% 0 5%;
	text-align:  center;
}
.greting .title_box p {
	font-size: 300%;
}

/*  タブ以下イメージ */
.greting .bg_box .tb_copy {
	background: url(../images/top/doctor_bg_tb.jpg) no-repeat center center;
	background-size: cover;
	padding: 8% 5%;
	color: #fff;
	font-size: 140%;
	letter-spacing: .2em;
	line-height: 1.6em;
	text-align: center;
}

/* 右側 */
.greting .bg_box .in_box {
	width: 100%;
}
.greting .bg_box .in_box .txt {
	padding: 8% 5% 5%;
	line-height: 2.0em;
}
.greting .bg_box .name_box {
	padding: 5%;
}
.greting .bg_box .name_box ul {
	width: 80%;
	padding-left: 5%;
}
.greting .bg_box .name_box li:first-child {
	line-height: 1.8em;
	margin-bottom: 5px;
}
.greting .bg_box .name_box li:first-child span {
	padding-left: 0;
}

/* 左側 */
.greting .bg_box .img_box {
	display: none;
}
}


/*お悩み
---------------------------------------------------------*/
.onayami {
	background: url(../images/top/onayami_bg.jpg) no-repeat right top;
	background-size: cover;
}
.onayami .bg_grd {
	background: -moz-linear-gradient(top,  rgba(150,182,103,0.7) 0%, rgba(150,182,103,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(150,182,103,0.7) 0%,rgba(150,182,103,1) 100%);
	background: linear-gradient(to bottom,  rgba(150,182,103,0.7) 0%,rgba(150,182,103,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b396b667', endColorstr='#96b667',GradientType=0 );
	padding: 50px 0;
}
.onayami .w1340 {
	text-align: center;
}
.onayami ul {
	margin-top: 50px;
	margin-left: -2.6666%;
}
.onayami li {
	width: 14%;
	margin-left: 2.6666%;
	float: left;
	margin-bottom: 30px;
}
.onayami li a {
	display: block;
	line-height: 1.0em;
	background: url("../images/top/onayami_circle.png") no-repeat center center;
	background-size: contain;
	position: relative;
}
.onayami li a img {
	position: relative;
	z-index: 1;
}
.onayami li a::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/top/onayami_circle-o.png) no-repeat center center;
	background-size: contain;
	opacity: 0;
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
.onayami li a:hover::before {
	opacity: 1;
}
.onayami .txt {
	color: #fff;
	font-size: 90%;
	line-height: 2.0em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.onayami .bg_grd {
	padding: 5% 0;
}
.onayami ul {
	margin-top: 3%;
	margin-left: -2%;
}
.onayami li {
	width: 23%;
	margin-left: 2%;
	margin-bottom: 2%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.onayami .bg_grd {
	padding: 8% 0;
}
.onayami ul {
	margin-top: 5%;
	margin-left: -1.3333;
}
.onayami li {
	width: 32%;
	margin-left: 1.3333%;
	margin-bottom: 10px;
}
.onayami .txt {
	line-height: 1.8em;
}
}



/*診療科目：歯周病、インプラント
---------------------------------------------------------*/
.medical .top_title {
	 padding: 70px 0 50px;
}

.medical .pickup .flt_l,
.medical .pickup .flt_r {
	width: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 12%;
	position: relative;
}

.medical .pickup .flt_l {
	background-image: url("../images/perio_bg.jpg");
}
.medical .pickup .flt_r {
	background-image: url("../images/implant_bg.jpg");
}
.medical .pickup .flt_100 {
	background-image: url("../images/general_tgz.jpg");
}

.medical .pickup .flt_100 {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 12%;
	position: relative;
}
/* 背景上の白グラデ */
.medical .pickup .flt_l::before,
.medical .pickup .flt_r::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 30%;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.medical .pickup .flt_100::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 30%;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.medical .pickup .flt_l::after,
.medical .pickup .flt_r::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 30%;
	height: 100%;
	top: 0;
}
.medical .pickup .flt_100::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 60%;
	height: 100%;
	top: 0;
}
.medical .pickup .flt_l::after {
	left: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.medical .pickup .flt_r::after {
	right: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.medical .pickup .flt_100::after {
	right: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
/* 色グラデ */
.medical .pickup .bg_grd {
	position: relative;
	z-index: 5;
}
.medical .pickup .flt_l .bg_grd {
	padding-right: 10%;
	background: -moz-linear-gradient(left,  rgba(235,169,132,0) 0%, rgba(235,169,132,1) 50%, rgba(235,169,132,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(235,169,132,0) 0%,rgba(235,169,132,1) 50%,rgba(235,169,132,0) 100%);
	background: linear-gradient(to right,  rgba(235,169,132,0) 0%,rgba(235,169,132,1) 50%,rgba(235,169,132,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eba984', endColorstr='#00eba984',GradientType=1 );
}
.medical .pickup .flt_r .bg_grd {
	padding-left: 10%;
	background: -moz-linear-gradient(left,  rgba(177,146,53,0) 0%, rgba(177,146,53,1) 50%, rgba(177,146,53,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(177,146,53,0) 0%,rgba(177,146,53,1) 50%,rgba(177,146,53,0) 100%);
	background: linear-gradient(to right,  rgba(177,146,53,0) 0%,rgba(177,146,53,1) 50%,rgba(177,146,53,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b19235', endColorstr='#00b19235',GradientType=1 );
}
.medical .pickup .flt_100 .bg_grd {
	padding-left: 30%;
	background: -moz-linear-gradient(left,  rgba(102,135,180,0) 0%, rgb(83, 88, 163) 50%, rgba(177,146,53,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(95, 96, 161, 0) 0%,rgb(128, 105, 209) 50%,rgba(177,146,53,0) 100%);
	background: linear-gradient(to right,  rgba(177,146,53,0) 0%,rgb(66, 113, 167) 50%,rgba(177,146,53,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b19235', endColorstr='#00b19235',GradientType=1 );
}
.medical .pickup .bg_img {
	color: #fff;
	padding: 50px 0 40px;
}
.medical .pickup .bg_img a {
	color: #fff;
}
.medical .pickup .flt_l .bg_img {
	background: url(../images/top/perio_img.png) no-repeat left bottom;
	padding-left: 36%;
}
.medical .pickup .flt_r .bg_img {
	background: url(../images/top/implant_img.png) no-repeat right bottom;
	padding-right: 36%;
}
.medical .pickup .flt_100 .bg_img {
	background: url(../images/top/implant_img.png) no-repeat right bottom;
	padding-right: 36%;
}
.medical .pickup .ft_sans {
	font-size: 130%;
	margin: 15px 0 20px;
	font-family: "Noto Serif JP", serif;
}
.medical .pickup .txt {
	font-size: 90%;
	line-height: 1.7em;
	text-align: left;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.medical .top_title {
	 padding: 6% 0 5%;
}

.medical .pickup .flt_l,
.medical .pickup .flt_r {
	width: 100%;
	float: none;
	padding-top: 150px;
}
.medical .pickup .flt_100 {
	width: 100%;
	float: none;
	padding-top: 150px;
}
.medical .pickup .flt_l {
	margin-bottom: 3%;
}
.medical .pickup .flt_100 {
	margin-bottom: 3%;
}
/* 背景上の白グラデ */
.medical .pickup .flt_l::after,
.medical .pickup .flt_r::after {
	display: none;
}
.medical .pickup .flt_100::after {
	display: none;
}
/* 色グラデ */
.medical .pickup .bg_img {
	padding: 5% 0 3%;
}
.medical .pickup .flt_l .bg_img {
	padding-left: 30%;
}
.medical .pickup .flt_r .bg_img {
	padding-right: 30%;
}
.medical .pickup .flt_100 .bg_img {
	padding-right: 30%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.medical .top_title {
	 padding: 10% 3% 6%;
}

.medical .pickup .flt_l,
.medical .pickup .flt_r {
	width: 100%;
	padding-top: 120px;
	float: none;
}
.medical .pickup .flt_100 {
	width: 100%;
	padding-top: 120px;
	float: none;
}
.medical .pickup .flt_l {
	margin-bottom: 6%;
}
.medical .pickup .flt_100 {
	margin-bottom: 6%;
}
/* 背景上の白グラデ */
.medical .pickup .flt_l::after,
.medical .pickup .flt_r::after {
	display: none;
}
.medical .pickup .flt_100::after {
	display: none;
}
/* 色グラデ */
.medical .pickup .flt_l .bg_grd,
.medical .pickup .flt_r .bg_grd {
	padding: 0;
}
.medical .pickup .flt_100 .bg_grd {
	padding: 0;
}
.medical .pickup .bg_img {
	padding: 5% 5% 8% !important;
}
.medical .pickup .flt_l .bg_img,
.medical .pickup .flt_r .bg_img {
	background: none;
}
.medical .pickup .flt_100 .bg_img {
	background: none;
}
.medical .pickup .flt_l .bg_grd {
	background: -moz-linear-gradient(left,  rgba(235,169,132,0.3) 0%, rgba(235,169,132,1) 50%, rgba(235,169,132,0.3) 100%);
	background: -webkit-linear-gradient(left,  rgba(235,169,132,0.3) 0%,rgba(235,169,132,1) 50%,rgba(235,169,132,0.3) 100%);
	background: linear-gradient(to right,  rgba(235,169,132,0.3) 0%,rgba(235,169,132,1) 50%,rgba(235,169,132,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eba984', endColorstr='#00eba984',GradientType=1 );
}
.medical .pickup .flt_r .bg_grd {
	background: -moz-linear-gradient(left,  rgba(177,146,53,0.3) 0%, rgba(177,146,53,1) 50%, rgba(177,146,53,0.3) 100%);
	background: -webkit-linear-gradient(left,  rgba(177,146,53,0.3) 0%,rgba(177,146,53,1) 50%,rgba(177,146,53,0.3) 100%);
	background: linear-gradient(to right,  rgba(177,146,53,0.3) 0%,rgba(177,146,53,1) 50%,rgba(177,146,53,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b19235', endColorstr='#00b19235',GradientType=1 );
}
.medical .pickup .flt_100 .bg_grd {
	background: -moz-linear-gradient(left,  rgba(102,135,180,0) 0%, rgb(83, 88, 163) 50%, rgba(177,146,53,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(95, 96, 161, 0) 0%,rgb(128, 105, 209) 50%,rgba(177,146,53,0) 100%);
	background: linear-gradient(to right,  rgba(177,146,53,0) 0%,rgb(66, 113, 167) 50%,rgba(177,146,53,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b19235', endColorstr='#00b19235',GradientType=1 );
}
.medical .pickup .ft_sans {
	font-size: 110%;
	margin: 5px 0 3%;
	font-family: "Noto Serif JP", serif;
}
.medical .pickup .txt {
	line-height: 1.6em;
}
}



/*診療科目：その他科目
---------------------------------------------------------*/
.medical .other_box {
	width: 100%;
	background: #F6F6F6;
	padding: 30px 0 20px;
}
.medical .other_box li {
	width: 23.000%;
	padding: 0 1%;
	float: left;
	margin-bottom: 40px;
}
.medical .other_box li > div {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	background: f6f6f6;
}
.medical .other_box li dl {
	padding: 20px;
}
.medical .other_box li dl p {
	font-size: 88%;
}

.medical .other_box li dl .yajirushi a {
  padding-left: 70px;
  position: relative;
}
.medical .other_box li dl .yajirushi a::before,
a::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  height: 1px;
  background-color: #bbb93b;
}
.medical .other_box li dl .yajirushi a::before {
  width: 50px;
}
.medical .other_box li dl .yajirushi a::after {
  width: 14px;
  transform-origin: right center;
  transform: translate(36px, 0px) rotate(25deg);
}
.medical .other_box li dt {
	font-size: 80%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 5px;
}
.medical .other_box li dt.no_spac {
	letter-spacing: 0;
}
.medical .other_box li dd {
	font-size: 86%;
	line-height: 1.6em;
}

.medical .other_box .link_price {
	max-width: 1080px;
	margin: 20px auto 0;
}
.medical .other_box .link_price a {
	display: block;
	text-align: center;
	padding: 20px 0;
	background: #DDDDDD;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
}
.medical .other_box .link_price a:hover {
	background: #eee;
}
.medical .other_box .link_price span {
	background: url(../images/top/memo.svg) no-repeat left center;
	background-size: 22px 25px;
	padding: 8px 0;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}
.medical .other_box .link_price span::before,
.medical .other_box .link_price span::after {
	content: "";
	display: block;
	position: absolute;
	width: 32px;
	height: 6px;
	vertical-align: middle;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.medical .other_box .link_price span::before{
	width: 32px;
	height: 1px;
	background: #46463F;
}
.medical .other_box .link_price span::after{
	width: 6px;
	height: 6px;
	border-top: 1px solid #46463F;
	border-right: 1px solid #46463F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.medical .other_box {
	padding: 6% 0 8%;
}
.medical .other_box li {
	margin-bottom: 3%;
}

.medical .other_box .link_price {
	margin-top: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.medical .other_box {
	padding: 8% 0 10%;
}
.medical .other_box li {
	width: 100%;
	padding: 0;
	margin-bottom: 3%;
}
.medical .other_box li > div {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	background: #fff;
}
.medical .other_box li dl {
	padding: 5%;
}
.medical .other_box li dt {
	font-size: 100%;
	letter-spacing: .1em;
}
.medical .other_box li dt.no_spac {
	letter-spacing: 0;
}

.medical .other_box .link_price {
	margin-top: 3%;
}
}



/*診療科目：ニュース
---------------------------------------------------------*/
.news .top_title {
	 padding: 70px 0 50px;
}

.news .pickup .flt_l,
.news .pickup .flt_r {
	width: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 12%;
	position: relative;
}

.news .pickup .flt_l {
	background-image: url("../images/perio_bg.jpg");
}
.news .pickup .flt_r {
	background-image: url("../images/implant_bg.jpg");
}
.news .pickup .flt_100 {
	background-image: url("../images/general_tgz.jpg");
}

.news .pickup .flt_100 {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 12%;
	position: relative;
}
/* 背景上の白グラデ */
.news .pickup .flt_l::before,
.news .pickup .flt_r::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 30%;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.news .pickup .flt_100::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 30%;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.news .pickup .flt_l::after,
.news .pickup .flt_r::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 30%;
	height: 100%;
	top: 0;
}
.news .pickup .flt_100::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 60%;
	height: 100%;
	top: 0;
}
.news .pickup .flt_l::after {
	left: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.news .pickup .flt_r::after {
	right: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.news .pickup .flt_100::after {
	right: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
/* 色グラデ */
.news .pickup .bg_grd {
	position: relative;
	z-index: 5;
}
.news .pickup .flt_l .bg_grd {
	padding-right: 10%;
	background: -moz-linear-gradient(left,  rgba(235,169,132,0) 0%, rgba(235,169,132,1) 50%, rgba(235,169,132,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(235,169,132,0) 0%,rgba(235,169,132,1) 50%,rgba(235,169,132,0) 100%);
	background: linear-gradient(to right,  rgba(235,169,132,0) 0%,rgba(235,169,132,1) 50%,rgba(235,169,132,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eba984', endColorstr='#00eba984',GradientType=1 );
}
.news .pickup .flt_r .bg_grd {
	padding-left: 10%;
	background: -moz-linear-gradient(left,  rgba(177,146,53,0) 0%, rgba(177,146,53,1) 50%, rgba(177,146,53,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(177,146,53,0) 0%,rgba(177,146,53,1) 50%,rgba(177,146,53,0) 100%);
	background: linear-gradient(to right,  rgba(177,146,53,0) 0%,rgba(177,146,53,1) 50%,rgba(177,146,53,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b19235', endColorstr='#00b19235',GradientType=1 );
}
.news .pickup .flt_100 .bg_grd {
	padding-left: 30%;
	background: -moz-linear-gradient(left,  rgba(102,135,180,0) 0%, rgb(83, 88, 163) 50%, rgba(177,146,53,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(95, 96, 161, 0) 0%,rgb(128, 105, 209) 50%,rgba(177,146,53,0) 100%);
	background: linear-gradient(to right,  rgba(177,146,53,0) 0%,rgb(66, 113, 167) 50%,rgba(177,146,53,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b19235', endColorstr='#00b19235',GradientType=1 );
}
.news .pickup .bg_img {
	color: #fff;
	padding: 50px 0 40px;
}
.news .pickup .bg_img a {
	color: #fff;
}
.news .pickup .flt_l .bg_img {
	background: url(../images/top/perio_img.png) no-repeat left bottom;
	padding-left: 36%;
}
.news .pickup .flt_r .bg_img {
	background: url(../images/top/implant_img.png) no-repeat right bottom;
	padding-right: 36%;
}
.news .pickup .flt_100 .bg_img {
	background: url(../images/top/implant_img.png) no-repeat right bottom;
	padding-right: 36%;
}
.news .pickup .ft_sans {
	font-size: 130%;
	margin: 15px 0 20px;
	
}
.news .pickup .txt {
	font-size: 90%;
	line-height: 1.7em;
	text-align: left;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.news .top_title {
	 padding: 6% 0 5%;
}

.news .pickup .flt_l,
.news .pickup .flt_r {
	width: 100%;
	float: none;
	padding-top: 150px;
}
.news .pickup .flt_100 {
	width: 100%;
	float: none;
	padding-top: 150px;
}
.news .pickup .flt_l {
	margin-bottom: 3%;
}
.news .pickup .flt_100 {
	margin-bottom: 3%;
}
/* 背景上の白グラデ */
.news .pickup .flt_l::after,
.news .pickup .flt_r::after {
	display: none;
}
.news .pickup .flt_100::after {
	display: none;
}
/* 色グラデ */
.news .pickup .bg_img {
	padding: 5% 0 3%;
}
.news .pickup .flt_l .bg_img {
	padding-left: 30%;
}
.news .pickup .flt_r .bg_img {
	padding-right: 30%;
}
.news .pickup .flt_100 .bg_img {
	padding-right: 30%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.news .top_title {
	 padding: 10% 3% 6%;
}

.news .pickup .flt_l,
.news .pickup .flt_r {
	width: 100%;
	padding-top: 120px;
	float: none;
}
.news .pickup .flt_100 {
	width: 100%;
	padding-top: 120px;
	float: none;
}
.news .pickup .flt_l {
	margin-bottom: 6%;
}
.news .pickup .flt_100 {
	margin-bottom: 6%;
}
/* 背景上の白グラデ */
.news .pickup .flt_l::after,
.news .pickup .flt_r::after {
	display: none;
}
.news .pickup .flt_100::after {
	display: none;
}
/* 色グラデ */
.news .pickup .flt_l .bg_grd,
.news .pickup .flt_r .bg_grd {
	padding: 0;
}
.news .pickup .flt_100 .bg_grd {
	padding: 0;
}
.news .pickup .bg_img {
	padding: 5% 5% 8% !important;
}
.news .pickup .flt_l .bg_img,
.news .pickup .flt_r .bg_img {
	background: none;
}
.news .pickup .flt_100 .bg_img {
	background: none;
}
.news .pickup .flt_l .bg_grd {
	background: -moz-linear-gradient(left,  rgba(235,169,132,0.3) 0%, rgba(235,169,132,1) 50%, rgba(235,169,132,0.3) 100%);
	background: -webkit-linear-gradient(left,  rgba(235,169,132,0.3) 0%,rgba(235,169,132,1) 50%,rgba(235,169,132,0.3) 100%);
	background: linear-gradient(to right,  rgba(235,169,132,0.3) 0%,rgba(235,169,132,1) 50%,rgba(235,169,132,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eba984', endColorstr='#00eba984',GradientType=1 );
}
.news .pickup .flt_r .bg_grd {
	background: -moz-linear-gradient(left,  rgba(177,146,53,0.3) 0%, rgba(177,146,53,1) 50%, rgba(177,146,53,0.3) 100%);
	background: -webkit-linear-gradient(left,  rgba(177,146,53,0.3) 0%,rgba(177,146,53,1) 50%,rgba(177,146,53,0.3) 100%);
	background: linear-gradient(to right,  rgba(177,146,53,0.3) 0%,rgba(177,146,53,1) 50%,rgba(177,146,53,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b19235', endColorstr='#00b19235',GradientType=1 );
}
.news .pickup .flt_100 .bg_grd {
	background: -moz-linear-gradient(left,  rgba(102,135,180,0) 0%, rgb(83, 88, 163) 50%, rgba(177,146,53,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(95, 96, 161, 0) 0%,rgb(128, 105, 209) 50%,rgba(177,146,53,0) 100%);
	background: linear-gradient(to right,  rgba(177,146,53,0) 0%,rgb(66, 113, 167) 50%,rgba(177,146,53,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b19235', endColorstr='#00b19235',GradientType=1 );
}
.news .pickup .ft_sans {
	font-size: 110%;
	margin: 5px 0 3%;
	
}
.news .pickup .txt {
	line-height: 1.6em;
}
}



/*診療科目：その他科目
---------------------------------------------------------*/
.news .other_box {
	width: 100%;
	background: #534338;
	padding: 20px 0px 10px;
    color: #f7f8fa;
    text-align: left;
    color: #fff;
}
.news .other_box a {
	text-decoration:underline;
    color: #fff;
}
.news .other_box li {
	width: 31.000%;
	padding: 0 1%;
	float: left;
	margin-bottom: 20px;
}
.news .other_box li > div {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	background: f6f6f6;
}
.news .other_box li dl {
	padding: 10px;
}
.news .other_box li dl p {
	font-size: 88%;
}

.news .other_box li dl .yajirushi a {
  padding-left: 70px;
  position: relative;
  color: #eee;
}
.news .other_box li dl .yajirushi a::before,
a::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  height: 1px;
  background-color: #bbb93b;
}
.news .other_box li dl .yajirushi a::before {
  width: 50px;
}
.news .other_box li dl .yajirushi a::after {
  width: 14px;
  transform-origin: right center;
  transform: translate(36px, 0px) rotate(25deg);
}
.news .other_box li dt {
	font-size: 150%;
	font-weight: ;
	letter-spacing: .2em;
	line-height: 0.2em;
	text-align: left;
	margin-bottom: 15px;
}
.news .other_box li dt.no_spac {
	letter-spacing: 0;
}
.news .other_box li dd {
	font-size: 86%;
	line-height: 1.6em;
}

.news .other_box .link_price {
	max-width: 1080px;
	margin: 20px auto 0;
}
.news .other_box .link_price a {
	display: block;
	text-align: center;
	padding: 20px 0;
	background: #DDDDDD;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
}
.news .other_box .link_price a:hover {
	background: #eee;
}
.news .other_box .link_price span {
	background: url(../images/top/memo.svg) no-repeat left center;
	background-size: 22px 25px;
	padding: 8px 0;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}
.news .other_box .link_price span::before,
.news .other_box .link_price span::after {
	content: "";
	display: block;
	position: absolute;
	width: 32px;
	height: 6px;
	vertical-align: middle;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.news .other_box .link_price span::before{
	width: 32px;
	height: 1px;
	background: #46463F;
}
.news .other_box .link_price span::after{
	width: 6px;
	height: 6px;
	border-top: 1px solid #46463F;
	border-right: 1px solid #46463F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.news .other_box {
	padding: 6% 0 8%;
}
.news .other_box li {
	margin-bottom: -6%;
}

.news .other_box .link_price {
	margin-top: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.news .other_box {
	padding: 5% 0 00%;
    text-align: center;
}
.news .other_box li {
	width: 100%;
	padding: 0;
	margin-bottom: 3%;
}
.news .other_box li > div {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	background: #534338;
}
.news .other_box li dl {
	padding: 5%;
}
.news .other_box li dt {
	font-size: 120%;
	letter-spacing: .1em;
    text-align: center;
}
.news .other_box li dt.no_spac {
	letter-spacing: 0;
}

.news .other_box .link_price {
	margin-top: 3%;
}
}


/*インフォメーション
---------------------------------------------------------*/
.information {
	background: rgb(243,217,189);
	background: -moz-linear-gradient(top,  rgba(243,217,189,1) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-linear-gradient(top,  rgba(243,217,189,1) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to bottom,  rgba(243,217,189,1) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf4d9', endColorstr='#ffffff',GradientType=0 );
	padding: 60px 0;
}
.information .bnr_flt div {
	width: 49%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.information .bnr_flt div::after {
	content: '';
	position: absolute;
	z-index: 0;
	width: 50%;
	height: 30px;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0 40px 25px rgba(0,0,0,.2);
	border-radius: 50%;
}
.information .bnr_flt dl {
	position: relative;
	z-index: 1;
	width: 90%;
	padding: 40px 5%;

}
.information .bnr_flt .flt_l dl {
	background: rgb(133,178,0);
	background: -moz-linear-gradient(top,  rgba(133,178,0,1) 0%, rgba(177,217,79,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(133,178,0,1) 0%,rgba(177,217,79,1) 100%);
	background: linear-gradient(to bottom,  rgba(133,178,0,1) 0%,rgba(177,217,79,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b200', endColorstr='#b1d94f',GradientType=0 );
}
.information .bnr_flt .flt_r dl {
	background: rgb(34,183,96);
	background: -moz-linear-gradient(top,  rgba(34,183,96,1) 0%, rgba(161,210,179,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(34,183,96,1) 0%,rgba(161,210,179,1) 100%);
	background: linear-gradient(to bottom,  rgba(34,183,96,1) 0%,rgba(161,210,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22b760', endColorstr='#a1d2b3',GradientType=0 );
}
.information .bnr_flt dd {
	margin-top: 20px;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.4em;
}

.information .flt_box {
	margin-top: 70px;
}
.information .flt_box .flt_l {
	width: 58%;
	max-width: 600px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.information .flt_box .flt_r {
	width: 38%;
	max-width: 390px;
}

.information .flt_box .flt_l .title_box {
	text-align: center;
}
.information .flt_box .flt_l .title_box h3 {
	color: #7A584D;
	font-size: 180%;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.information .flt_box .flt_l .title_box a {
	font-size: 84%;
	line-height: 1.2em;
	position: relative;
	padding-right: 10px;
}
.information .flt_box .flt_l .title_box a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #46463F;
	border-right: 1px solid #46463F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.information .flt_box .flt_l ul {
	margin-left: 6%;
	border-left: solid 1px rgba(70,70,63,0.1);
	padding-left: 4%;
}

.information .flt_box .flt_l .news_list li {
	margin-top: 20px;
	padding: 10px;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.information .flt_box .flt_l .news_list li:first-child {
	margin-top: 0;
}
.information .flt_box .flt_l .news_list li:hover {
	background: #f6f6f6;
}
.information .flt_box .flt_l .news_list dl {
	_zoom: 1;
	overflow: hidden;
}
.information .flt_box .flt_l .news_list dt {
	float: left;
	margin-right: 20px;
	font-family: 'Julius Sans One', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 1.4em;
}
.information .flt_box .flt_l .news_list dt a {
	color: #79584C;
}
.information .flt_box .flt_l .news_list dd {
	float: left;
	font-size: 94%;
	font-weight: bold;
	line-height: 1.4em;
}
.information .flt_box .flt_l .news_list p {
	margin-top: 5px;
	font-size: 84%;
	line-height: 1.6em;
}

.information .flt_box .flt_r li {
	margin-top: 25px;
}
.information .flt_box .flt_r li:first-child {
	margin-top: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.information {
	padding: 8% 0;
}
.information .bnr_flt dl {
	padding: 30px 5%;

}
.information .bnr_flt dd {
	margin-top: 10px;
}

.information .flt_box {
	margin-top: 6%;
}
.information .flt_box .flt_l {
	width: 100%;
	max-width: 100%;
	float: none;
	margin-bottom: 5%;
}
.information .flt_box .flt_r {
	width: 100%;
	max-width: 100%;
	float: none;
}

.information .flt_box .flt_l .news_list li {
	margin-top: 5px;
}

.information .flt_box .flt_r li {
	margin-top: 0;
	float: right;
	width: 49%;
}
.information .flt_box .flt_r li:first-child {
	float: left;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.information {
	padding: 10% 0;
}
.information .bnr_flt div {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.information .bnr_flt dl {
	padding: 20px 5%;

}
.information .bnr_flt dd {
	margin-top: 10px;
	letter-spacing: .1em;
}

.information .flt_box {
	margin-top: 5%;
}
.information .flt_box .flt_l {
	width: 100%;
	max-width: 100%;
	float: none;
    display: block;
}
.information .flt_box .flt_r {
	margin-top: 8%;
	width: 100%;
	max-width: 100%;
	float: none;
	text-align: center;
}

.information .flt_box .flt_l .title_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.information .flt_box .flt_l .title_box h3 {
	margin-bottom: 0;
}
.information .flt_box .flt_l ul {
	margin-left: 0;
	border-left: none;
	padding-left: 0;
	margin-top: 10px;
	border-top: solid 1px rgba(70,70,63,0.1);
	padding-top: 5%;
}

.information .flt_box .flt_l .news_list li {
	margin-top: 5%;
	padding: 0;
}
.information .flt_box .flt_l .news_list li:first-child {
	margin-top: 0;
}
.information .flt_box .flt_l .news_list dt {
	float: none;
}
.information .flt_box .flt_l .news_list dd {
	float: none;
}

.information .flt_box .flt_r li {
	margin-top: 10px;
}
.information .flt_box .flt_r li:first-child {
	margin-top: 0;
}
}





/*インフォメーション2
---------------------------------------------------------*/
.information2 {
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top,  rgb(255, 255, 255) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-linear-gradient(top,  rgb(255, 255, 255) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to bottom,  rgb(255, 255, 255) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf4d9', endColorstr='#ffffff',GradientType=0 );
	padding: 60px 0;
}
.information2 .bnr_flt div {
	width: 49%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.information2 .bnr_flt div::after {
	content: '';
	position: absolute;
	z-index: 0;
	width: 50%;
	height: 30px;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0 40px 25px rgba(0,0,0,.2);
	border-radius: 50%;
}
.information2 .bnr_flt dl {
	position: relative;
	z-index: 1;
	width: 90%;
	padding: 40px 5%;

}
.information2 .bnr_flt .flt_l dl {
	background: rgb(133,178,0);
	background: -moz-linear-gradient(top,  rgba(133,178,0,1) 0%, rgba(177,217,79,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(133,178,0,1) 0%,rgba(177,217,79,1) 100%);
	background: linear-gradient(to bottom,  rgba(133,178,0,1) 0%,rgba(177,217,79,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b200', endColorstr='#b1d94f',GradientType=0 );
}
.information2 .bnr_flt .flt_r dl {
	background: rgb(34,183,96);
	background: -moz-linear-gradient(top,  rgba(34,183,96,1) 0%, rgba(161,210,179,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(34,183,96,1) 0%,rgba(161,210,179,1) 100%);
	background: linear-gradient(to bottom,  rgba(34,183,96,1) 0%,rgba(161,210,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22b760', endColorstr='#a1d2b3',GradientType=0 );
}
.information2 .bnr_flt dd {
	margin-top: 20px;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.4em;
}

.information2 .flt_box {
	margin-top: 70px;
}
.information2 .flt_box .flt_l {
	width: 58%;
	max-width: 600px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.information2 .flt_box .flt_r {
	width: 38%;
	max-width: 390px;
}

.information2 .flt_box .flt_l .title_box {
	text-align: center;
}
.information2 .flt_box .flt_l .title_box h3 {
	color: #7A584D;
	font-size: 180%;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.information2 .flt_box .flt_l .title_box a {
	font-size: 84%;
	line-height: 1.2em;
	position: relative;
	padding-right: 10px;
}
.information2 .flt_box .flt_l .title_box a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #46463F;
	border-right: 1px solid #46463F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.information2 .flt_box .flt_l ul {
	margin-left: 6%;
	border-left: solid 1px rgba(70,70,63,0.1);
	padding-left: 4%;
}

.information2 .flt_box .flt_l .news_list li {
	margin-top: 20px;
	padding: 10px;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.information2 .flt_box .flt_l .news_list li:first-child {
	margin-top: 0;
}
.information2 .flt_box .flt_l .news_list li:hover {
	background: #f6f6f6;
}
.information2 .flt_box .flt_l .news_list dl {
	_zoom: 1;
	overflow: hidden;
}
.information2 .flt_box .flt_l .news_list dt {
	float: left;
	margin-right: 20px;
	font-family: 'Julius Sans One', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 1.4em;
}
.information2 .flt_box .flt_l .news_list dt a {
	color: #79584C;
}
.information2 .flt_box .flt_l .news_list dd {
	float: left;
	font-size: 94%;
	font-weight: bold;
	line-height: 1.4em;
}
.information2 .flt_box .flt_l .news_list p {
	margin-top: 5px;
	font-size: 84%;
	line-height: 1.6em;
}

.information2 .flt_box .flt_r li {
	margin-top: 25px;
}
.information2 .flt_box .flt_r li:first-child {
	margin-top: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.information2 {
	padding: 8% 0;
}
.information2 .bnr_flt dl {
	padding: 30px 5%;

}
.information2 .bnr_flt dd {
	margin-top: 10px;
}

.information2 .flt_box {
	margin-top: 6%;
}
.information2 .flt_box .flt_l {
	width: 100%;
	max-width: 100%;
	float: none;
	margin-bottom: 5%;
}
.information2 .flt_box .flt_r {
	width: 100%;
	max-width: 100%;
	float: none;
}

.information2 .flt_box .flt_l .news_list li {
	margin-top: 5px;
}

.information2 .flt_box .flt_r li {
	margin-top: 0;
	float: right;
	width: 49%;
}
.information2 .flt_box .flt_r li:first-child {
	float: left;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.information2 {
	padding: 10% 0;
}
.information2 .bnr_flt div {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.information2 .bnr_flt dl {
	padding: 20px 5%;

}
.information2 .bnr_flt dd {
	margin-top: 10px;
	letter-spacing: .1em;
}

.information2 .flt_box {
	margin-top: 5%;
}
.information2 .flt_box .flt_l {
	width: 100%;
	max-width: 100%;
	float: none;
    display: block;
}
.information2 .flt_box .flt_r {
	margin-top: 8%;
	width: 100%;
	max-width: 100%;
	float: none;
	text-align: center;
}

.information2 .flt_box .flt_l .title_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.information2 .flt_box .flt_l .title_box h3 {
	margin-bottom: 0;
}
.information2 .flt_box .flt_l ul {
	margin-left: 0;
	border-left: none;
	padding-left: 0;
	margin-top: 10px;
	border-top: solid 1px rgba(70,70,63,0.1);
	padding-top: 5%;
}

.information2 .flt_box .flt_l .news_list li {
	margin-top: 5%;
	padding: 0;
}
.information2 .flt_box .flt_l .news_list li:first-child {
	margin-top: 0;
}
.information2 .flt_box .flt_l .news_list dt {
	float: none;
}
.information2 .flt_box .flt_l .news_list dd {
	float: none;
}

.information2 .flt_box .flt_r li {
	margin-top: 10px;
}
.information2 .flt_box .flt_r li:first-child {
	margin-top: 0;
}
}


/*診療方針
---------------------------------------------------------*/
.policy {
	background: url(../images/top/policy_bg.jpg) no-repeat center top;
	background-size: cover;
	/* box-shadow */
	box-shadow:0px 14px 38px -30px #96958a inset;
	-moz-box-shadow:0px 14px 38px -30px #96958a inset;
	-webkit-box-shadow:0px 14px 38px -30px #96958a inset;
}
.policy .bottom_shadow {
	/* box-shadow */
	box-shadow:0px -14px 38px -30px #96958a inset;
	-moz-box-shadow:0px -14px 38px -30px #96958a inset;
	-webkit-box-shadow:0px -14px 38px -30px #96958a inset;
	padding: 80px 0;
}
.policy .w1100 {
	text-align: center;
}

.policy .txt {
	margin: 30px 0;
}
.policy .txt dt {
	font-size: 94%;
	letter-spacing: .2em;
	line-height: 2.3em;
}
.policy .txt dd {
	margin-top: 20px;
	color: #333;
	font-size: 94%;
	line-height: 2.5em;
}

.policy .point_list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2%;
}
.policy .point_list dl {
	width: 315px;
	height: 315px;
	border-radius: 160px;
	text-align: center;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.13) 20%, rgba(114,166,83,0.12) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.13) 20%,rgba(114,166,83,0.12) 100%);
	background: radial-gradient(ellipse at center,  rgba(255,255,255,0.13) 20%,rgba(114,166,83,0.12) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21ffffff', endColorstr='#1f72a653',GradientType=1 );
}
.policy .point_list dt {
	padding-top: 60px;
	color: #72A552;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
}
.policy .point_list dd {
	font-size: 90%;
	line-height: 2.0em;
}
.policy .point_list li:nth-child(1) dd {
	margin-top: 60px;
}
.policy .point_list li:nth-child(2) dd {
	margin-top: 10px;
}
.policy .point_list li:nth-child(3) dd {
	margin-top: 50px;
}

.policy .bnr_clinic {
	width: 100%;
	max-width: 800px;
	margin: 50px auto 0;
	background: -moz-linear-gradient(left,  rgba(122,88,77,0.4) 0%, rgba(123,88,76,1) 80%);
	background: -webkit-linear-gradient(left,  rgba(122,88,77,0.4) 0%,rgba(123,88,76,1) 80%);
	background: linear-gradient(to right,  rgba(122,88,77,0.4) 0%,rgba(123,88,76,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#667a584d', endColorstr='#7b584c',GradientType=1 );
}
.policy .bnr_clinic a {
	display: block;
	line-height: 1.0em;
	background: url(../images/top/bnr_clinic_bg.png) no-repeat right center;
	background-size: contain;
	text-align: left;
	padding: 30px 5%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.policy .bottom_shadow {
	padding: 8% 0;
}

.policy .txt {
	margin: 5% 0;
}
.policy .txt dd {
	margin-top: 5%;
}

.policy .bnr_clinic {
	margin-top: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.policy .bottom_shadow {
	padding: 14% 0;
}

.policy .txt {
	margin: 5% 0;
}
.policy .txt dd {
	margin-top: 5%;
	line-height: 2.0em;
	text-align: left;
}

.policy .point_list li {
	display: block;
	width: 94%;
	margin: 0 3% 3%;
}
.policy .point_list dl {
	width: 90%;
	height: auto;
	padding: 8% 5%;
	border-radius: 10px;
}
.policy .point_list dt {
	padding-top: 0;
}
.policy .point_list li:nth-child(1) dd,
.policy .point_list li:nth-child(2) dd,
.policy .point_list li:nth-child(3) dd {
	margin-top: 10px;
}

.policy .bnr_clinic {
	margin-top: 5%;
}
.policy .bnr_clinic a {
	background-size: cover;
}
}



/*採用バナー
---------------------------------------------------------*/
.bnr_recruit {
	background: url(../images/top/recruit_bgl.jpg) no-repeat left center;
	background-size: contain;
}
.bnr_recruit .bg_r {
	background: url(../images/top/recruit_bgr.jpg) no-repeat right center;
	background-size: contain;
}
.bnr_recruit .bg_grd {
	background: -moz-linear-gradient(top,  rgba(254,252,235,0) 20%, rgba(254,252,235,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,252,235,0) 20%,rgba(254,252,235,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,252,235,0) 20%,rgba(254,252,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fefceb', endColorstr='#fefceb',GradientType=0 );
	padding: 60px 5%;
	text-align: center;
}

.bnr_recruit .top_title p {
	margin-bottom: 0;
}

.bnr_recruit .txt {
	margin: 10px 0 30px;
	font-size: 94%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.7em;
}
.bnr_recruit .txt span {
	color: #D83D33;
}

.bnr_recruit .btn_link {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.bnr_recruit .btn_link a {
	display: block;
	padding: 20px 0;
	background: rgba(72,123,47,0.75);
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
}
.bnr_recruit .btn_link span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}
.bnr_recruit .btn_link span::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 微調整
------------------------------------------*/
@media only screen and (max-width: 1300px) {
.bnr_recruit {
	background: none;
}
.bnr_recruit .bg_r {
	background: url(../images/top/recruit_bg.jpg) no-repeat center center;
	background-size: cover;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.bnr_recruit .bg_grd {
	padding: 5%;
}

.bnr_recruit .txt {
	margin-bottom: 3%;
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.bnr_recruit .bg_r {
	background-position: right center;
}
.bnr_recruit .bg_grd {
	background: -moz-linear-gradient(top,  rgba(254,252,235,0.5) 20%, rgba(254,252,235,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,252,235,0.5) 20%,rgba(254,252,235,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,252,235,0.5) 20%,rgba(254,252,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fefceb', endColorstr='#fefceb',GradientType=0 );
	padding: 8% 5% 5%;
}

.bnr_recruit .txt {
	margin: 3% 0 5%;
	letter-spacing: .1em;
	line-height: 1.6em;
}

.bnr_recruit .btn_link {
	max-width: 100%;
}
.bnr_recruit .btn_link a {
	font-size: 100%;
	letter-spacing: .1em;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}

.p-index_feature .yajirushi a {
  padding-left: 70px;
  position: relative;
}
.p-index_feature .yajirushi a::before,
a::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  height: 1px;
  background-color: #bbb93b;
}
.p-index_feature .yajirushi a::before {
  width: 50px;
}
.p-index_feature .yajirushi a::after {
  width: 14px;
  transform-origin: right center;
  transform: translate(36px, 0px) rotate(25deg);
}

.p-index_feature {
  margin: 20px auto 100px;
  position: relative;
  
  
}
@media screen and (max-width: 767px) {
  .p-index_feature {
    margin: 50px auto 40px;
	overflow:hidden;
  }
}
.p-index_feature .c-ttl_sec {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-index_feature .c-ttl_sec {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_feature .c-ttl_sec_jp {
    margin-top: -10px;
  }
}
.p-index_feature_cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: calc((100% - 1000px) / 2);
}
@media screen and (max-width: 767px) {
  .p-index_feature_cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
	margin-left: 0px;
  }
}
.p-index_feature_cont + .p-index_feature_cont {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_cont + .p-index_feature_cont {
    margin-top: 35px;
  }
}
.p-index_feature_cont.-reverse {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: calc((100% - 1000px) / 2);
  
}
@media screen and (max-width: 767px) {
  .p-index_feature_cont.-reverse {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-index_feature_cont.-reverse .p-index_feature_box {
  margin: 0 -26% 0 0;
}
@media screen and (max-width: 767px) {
  .p-index_feature_cont.-reverse .p-index_feature_box {
    margin: -35px auto 0;
  }
}
.p-index_feature_cont.-reverse .p-index_feature_box_num {
  right: auto;
  left: 0;
}
.p-index_feature_img {
  width: 76%;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_img {
    width: 80%;
    margin-bottom: 0;
  }
}
.p-index_feature_box {
  width: 50%;
  max-width: 612px;
  margin: 0 0 0 -26%;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  padding: 55px 5% 0;
}
@media screen and (max-width: 767px) {
  .p-index_feature_box {
    width: 92%;
    max-width: 92%;
    margin: -35px auto 0;
    padding: 5px 15px 15px;
  }
}
.p-index_feature_box_num {
  position: absolute;
  top: -90px;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-index_feature_box_num {
    position: static;
  }
}
.p-index_feature_box_num img {
  width: auto;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_box_num img {
    height: 80px;
  }
}
.p-index_feature_box_ttl {
  color: #3E100E;
  font-size: 1.8rem;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-index_feature_box_ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-index_feature_box_ttl .-large {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-index_feature_box_ttl .-large {
    font-size: 2rem;
  }
}
.p-index_feature_box_txt {
  margin-top: 25px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-index_feature_box_txt {
    margin-top: 10px;
  }
}
.p-index_feature_box_btn {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_box_btn {
    margin-top: 20px;
  }
}
.p-index_feature_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list {
    margin-top: 35px;
  }
}
.p-index_feature_list .-item {
  display: block;
  width: 31.66%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list .-item {
    width: 100%;
  }
}
.p-index_feature_list .-item:nth-child(2) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list .-item:nth-child(2) {
    margin-top: 35px;
  }
}
.p-index_feature_list .-item:nth-child(3) {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list .-item:nth-child(3) {
    margin-top: 35px;
  }
}
.p-index_feature_list .-item:nth-child(4) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list .-item:nth-child(4) {
    margin-top: 35px;
  }
}
.p-index_feature_list .-item:nth-child(5) {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list .-item:nth-child(5) {
    margin-top: 35px;
  }
}
.p-index_feature_list .-item:nth-child(6) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list .-item:nth-child(6) {
    margin-top: 35px;
  }
}
.p-index_feature_list .-item .-num {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list .-item .-num {
    display: none;
  }
}
.p-index_feature_list .-item .-num img {
  width: auto;
  height: 80px;
}
.p-index_feature_list .-item .-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list .-item .-cont {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 92%;
    max-width: 92%;
    margin: -35px auto 0;
    padding: 5px 15px 15px;
  }
}
.p-index_feature_list .-item .-cont_ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #3E100E;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list .-item .-cont_ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.p-index_feature_list .-item .-cont_ttl .-large {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list .-item .-cont_ttl .-large {
    font-size: 2rem;
  }
}
.p-index_feature_list .-item .-cont_btn {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list .-item .-cont_btn {
    margin-top: 20px;
  }
}
.p-index_feature_list .-item .-cont_btn .c-btn_more {
  margin: 0 auto;
}
.p-index_feature_list .-item .-cont_num {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list .-item .-cont_num {
    display: block;
  }
  .p-index_feature_list .-item .-cont_num img {
    width: auto;
    height: 80px;
  }
}
.p-index_feature .top_imgShadow.feature_img01::before {
  top: 2%;
  left: -7%;
  background: url(../img/home/feature01_shadow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_feature .top_imgShadow.feature_img01::before {
    top: -11%;
    left: -10%;
    background: url(../img/home/feature01_shadow_sp.webp) center/contain no-repeat;
  }
}
.p-index_feature .top_imgShadow.feature_img02::before {
  top: 2%;
  right: -7%;
  background: url(../img/home/feature02_shadow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_feature .top_imgShadow.feature_img02::before {
    top: -11%;
    left: -10%;
    background: url(../img/home/feature02_shadow_sp.webp) center/contain no-repeat;
  }
}
.p-index_feature .top_imgShadow.feature_img03::before {
  top: 2%;
  left: -7%;
  background: url(../img/home/feature03_shadow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_feature .top_imgShadow.feature_img03::before {
    top: -11%;
    left: -10%;
    background: url(../img/home/feature03_shadow_sp.webp) center/contain no-repeat;
  }
}
.p-index_feature .top_imgShadow.feature_img04::before {
  top: 2%;
  right: -7%;
  background: url(../img/home/feature02_shadow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_feature .top_imgShadow.feature_img04::before {
    top: -11%;
    left: -10%;
    background: url(../img/home/feature02_shadow_sp.webp) center/contain no-repeat;
  }
}
.p-index_feature .top_imgShadow.feature_img05::before {
  top: 2%;
  left: -7%;
  background: url(../img/home/feature03_shadow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_feature .top_imgShadow.feature_img05::before {
    top: -11%;
    left: -10%;
    background: url(../img/home/feature03_shadow_sp.webp) center/contain no-repeat;
  }
}
.p-index_feature .top_imgShadow.feature_img06::before {
  top: 2%;
  right: -7%;
  background: url(../img/home/feature02_shadow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_feature .top_imgShadow.feature_img06::before {
    top: -11%;
    left: -10%;
    background: url(../img/home/feature02_shadow_sp.webp) center/contain no-repeat;
  }
}
.p-index_feature .top_imgShadow.feature_list_img01::before {
  top: 3.5%;
  background: url(../img/home/feature_list01_shadow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_feature .top_imgShadow.feature_list_img01::before {
    top: -11%;
    background: url(../img/home/feature_list01_shadow_sp.webp) center/contain no-repeat;
  }
}
.p-index_feature .top_imgShadow.feature_list_img02::before {
  top: 3.5%;
  background: url(../img/home/feature_list02_shadow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_feature .top_imgShadow.feature_list_img02::before {
    top: -11%;
    background: url(../img/home/feature_list02_shadow_sp.webp) center/contain no-repeat;
  }
}
.p-index_feature .top_imgShadow.feature_list_img03::before {
  top: 3.5%;
  background: url(../img/home/feature_list03_shadow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_feature .top_imgShadow.feature_list_img03::before {
    top: -11%;
    background: url(../img/home/feature_list03_shadow_sp.webp) center/contain no-repeat;
  }
}
.p-index_feature .top_imgShadow.feature_list_img04::before {
  top: 3.5%;
  background: url(../img/home/feature_list02_shadow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_feature .top_imgShadow.feature_list_img04::before {
    top: -11%;
    background: url(../img/home/feature_list02_shadow_sp.webp) center/contain no-repeat;
  }
}
.p-index_feature .top_imgShadow.feature_list_img05::before {
  top: 3.5%;
  background: url(../img/home/feature_list03_shadow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_feature .top_imgShadow.feature_list_img05::before {
    top: -11%;
    background: url(../img/home/feature_list03_shadow_sp.webp) center/contain no-repeat;
  }
}
.p-index_feature .top_imgShadow.feature_list_img06::before {
  top: 3.5%;
  background: url(../img/home/feature_list02_shadow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_feature .top_imgShadow.feature_list_img06.-cont_btn {
    top: -11%;
    background: url(../img/home/feature_list02_shadow_sp.webp) center/contain no-repeat;
  }
}
.c-list_feature {
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  .c-list_feature {
    margin: 50px auto;
  }
}
@media screen and (max-width: 767px) {
  .c-list_feature .c-txt_lead {
    margin: 0 5% 35px;
  }
}
.c-list_feature_cont {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-list_feature_cont {
    margin-bottom: 40px;
  }
}
.c-list_feature_box {
  padding: 24px 0 0;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-list_feature_box {
    padding: 16px 0 0;
  }
}
.c-list_feature_box_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-list_feature_box_ttl {
    align-items: flex-start;
    margin-bottom: 22px;
  }
}
.c-list_feature_box_ttl_point {
  line-height: 1;
}
.c-list_feature_box_ttl_point span {
  display: block;
}
.c-list_feature_box_ttl_point_num {
  font-size: 9rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  color: #bed6ec;
}
@media screen and (max-width: 767px) {
  .c-list_feature_box_ttl_point_num {
    font-size: 4rem;
  }
}
.c-list_feature_box_ttl_txt {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0 24px;
}
@media screen and (max-width: 767px) {
  .c-list_feature_box_ttl_txt {
    font-size: 5.2vw;
    margin: 0 0 0 3%;
  }
}
.c-list_feature_box_txt {
  margin-top: 10px;
  margin-bottom: 32px;
  
}
@media screen and (max-width: 767px) {
  .c-list_feature_box_txt {
    margin-bottom: 20px;
    
  }
}


/* BreadcrumbList
---------------------------------------------------------- */
.c-pkz {
  width: 100%;
  margin: 14px auto 77px;
}
@media screen and (max-width: 767px) {
  .c-pkz {
    margin: 10px 0 40px;
    padding: 0;
  }
}
.c-pkz_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-pkz_list {
    flex-wrap: wrap;
  }
}
.c-pkz_list li {
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-pkz_list li {
    font-size: 10px;
    font-size: 1rem;
  }
}
.c-pkz_list li:not(:last-child) {
  margin-right: 1em;
}
.c-pkz_list li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  right: -0.8em;
  margin: auto;
  color: #F4F0E2;
}
.c-pkz_list li a {
  font-size: 13px;
  font-size: 1.3rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-pkz_list li a {
    font-size: 10px;
    font-size: 1rem;
  }
}
.c-pkz_list li span {
  color: #444;
}


.u-only_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-only_sp {
    display: block;
  }
}

.u-only_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-only_pc {
    display: none;
  }
}
.p-index_feature_box_ttl .-large {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-index_feature_box_ttl .-large {
    font-size: 2rem;
  }
}

.p-index_feature_list .-item .-cont_ttl .-large {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list .-item .-cont_ttl .-large {
    font-size: 2rem;
  }
}

.p-index_feature h1,
.p-index_feature h2,
.p-index_feature h3,
.p-index_feature h4,
.p-index_feature h5,
.p-index_feature h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #534338;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-index_feature h1,
  .p-index_feature h2,
  .p-index_feature h3,
  .p-index_feature h4,
  .p-index_feature h5,
  .p-index_feature h6 {
    line-height: 1.5;
  }

  
  .l-header_cont {
  height: 100px;
  display: flex;
  align-items: flex-end;
  position: relative;
  
}
@media screen and (max-width: 767px) {
  .l-header_cont {
    height: auto;
  }
}


.c-ttl_sec_jp {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 5.2rem;
  color: #534338;
}
@media screen and (max-width: 767px) {
  .c-ttl_sec_jp {
    font-size: 2.8rem;
  }
}
.c-ttl_sec_jp em {
  font-size: 5.3rem;
}
@media screen and (max-width: 767px) {
  .c-ttl_sec_jp em {
    font-size: 4rem;
  }
}

.c-ttl_sec {
  margin-bottom: 25px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-ttl_sec {
    margin-bottom: 15px;
    text-align: center;
  }
}
.c-ttl_sec span {
  display: block;
}
.c-ttl_sec_jp {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 4rem;
  color: #534338;
}
@media screen and (max-width: 767px) {
  .c-ttl_sec_jp {
    font-size: 2.8rem;
  }
}
.c-ttl_sec_jp em {
  font-size: 5.3rem;
}
@media screen and (max-width: 767px) {
  .c-ttl_sec_jp em {
    font-size: 4rem;
  }
}
.c-ttl_sec_en {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 2.2rem;
  color: #B09D7C;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-ttl_sec_en {
    font-size: 1.6rem;
  }
}
.c-ttl_sec_min {
  font-size: 3.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-ttl_sec_min {
    font-size: 1.9rem;
  }
}

.l-cont_ss {
  width: 90%;
  margin: 0 auto;
  
}
@media screen and (min-width: 768px) {
  .l-cont_ss {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .l-cont_ss {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
