
@charset "utf-8";
html {
  scroll-padding-top: 250px; /* 固定ヘッダの高さ分 */

}
body{
	font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
  	min-width:1300px;
	overflow-x:hidden;
  letter-spacing: 1.5px;
  color: #222;
  font-size: 20px;
}
.sp{
  display: none;
}
.pc{
  display: block;
}
#wrap{
	width:100%;
  margin: 0 auto;
  position: relative;
}




#header-top {
    position: fixed;
    top: 0px;
    left: 0;
    font-size: 13px;
    z-index: 3;
    width: 100%;
}

.w1000{
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.w1200{
  width: 1200px;
  margin: 0 auto;
}

.w820{
	width: 820px;
	margin: 0 auto;
}

.top{
  margin: 55px auto 0;
  position: relative;
  overflow: hidden;
}

.tel-top{
	position: relative;
}
.tel-top img{
	position: absolute;
	top: -39px;
	left: 5.5%;
}
.tel-top span{
	position: absolute;
	top: -40px;
	right: 3%;
	font-size: 25px;
	font-weight: bold;
	color: #dab78d;
	background: url(../img/tel.png)no-repeat top left;
	padding-left: 30px;
}
h2{
  position: absolute;
  top: 10%;
  left: 7%;
  z-index: 1;
  font-size: 35px;
  line-height: 1.7;
  font-family: "Sawarabi Gothic";
  color: #401f14;
}
h2 span{
	font-size: 18px;
	font-weight: normal;
	display: block;
	line-height: 1.7;
	padding-left: 5px;
	color: #401f14;
}
#master0 {

    position: relative;
    left: 50%;
    margin: 0 0 0 -900px;
    z-index: -100;

}

.top-nav{
margin: 10px auto 0;
}
.top-nav ul{
display: table;
margin: 0 auto;
padding: 0;
width: 80%;
text-align: center;
}
.top-nav ul li{
display: table-cell;
min-width: 50px;
border-right: 1px solid #ccc;
}
.top-nav ul li:first-child{
border-left: 1px solid #ccc;
}
.top-nav ul li a{
display: block;
width: 100%;
padding: 10px 0;
text-decoration: none;
color: #333;
}
.top-nav ul li a:hover{
	color: #4D9373;
}








h3{
  font-size: 40px;
  color: #555;
  font-weight: bold;
  font-family: "Sawarabi Gothic";
  letter-spacing: 2px;
  line-height: 0.8;
  padding: 10px 10px;
}

h3 a{
	font-size: 20px;
	font-weight: normal;
	color: #dab78d;
	text-decoration: none;
	margin-left: 30px;
}
h3 a:hover{
	opacity: 0.8;
}







.header2-left{
  width: 45px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  padding: 30px 13px;
  background: #4D9373;
  color: #fff;
  z-index: 999;
}
.header2-left li{
  writing-mode: vertical-rl;
}

.header2-left  a{
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: bold;

}

.header2-left ul:nth-child(2){
  margin: 10px -5px;
}
.header2-left img{
  margin: 5px 0;
}
.header2-left  a:hover{
	opacity: 0.8;
}











.btn08 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
        margin: 5px 0 0 0;
 }
 .btn08:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
 }



 .button {
  display: inline-block;
  width: 300px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  background-color: #dab78d;
  color: #fff;
  border-radius: 30px;
}
.button:hover {
  background-color: #999;
}













header{
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 100;

}
header a{
	color: #999;
    text-align: center;
    text-decoration: none;
}
header a:hover{
  opacity: 0.9;
}
.header-in{
  overflow: hidden;
   background: rgba(255,255,255,0.95);
 padding: 15px 60px 10px;
 font-size: 13px;
 position: relative;

}
.header-in .header-center{
  position: absolute;
  top: 0;
  right: 1%;
}
.header-in .header-center ul{
	overflow: hidden;
}
.header-in .header-center ul li{
	float: left;
	margin: 10px;
}

.header-in .header-center ul li:last-child{
	margin: 20px 10px 0;
	font-size: 25px;
	font-weight: bold;
	color: #dab78d;
}
.dog{
	position: fixed;
	bottom: 0%;
	right: 1%;
	z-index: 99999;

}





.news{
  margin: 150px auto 0;
}
.news dt span{
	font-size: 15px;
	background: #eee;
	padding: 3px;
	border-radius: 5px;


}
.news h3 a{
	float: right;
	padding-top: 15px;
}
.news h3{
	overflow: hidden;
}
.news dt{
	display: inline-block;
	width: 280px;
}
.news ul{
  overflow-y: scroll;
  height: 180px;
  margin: 0px 0 0;
  width: 100%;

}
.news div{
	  border:2px #aaa solid;
  padding:20px;
  border-radius: 15px;
  position: relative;
}
.news div p img{
	position: absolute;
	top: -55px;
	left: 182px;
}
.news ul li{
  overflow: hidden;
}
.news ul li dt{
  float: left;
  margin-right: 20px;
}
.news ul li a{
  color: #4D9373;
  font-weight: bold;
}
.news-bottom{
  margin: 50px auto 0;
}
.news-bottom tbody tr:nth-child(1){
  background: rgba(119,119,119,0.2);
}
.news-bottom tbody td{
  padding: 20px 40px;
}
.news-bottom table tr{
  border-bottom: 1px dashed #777;
}
.news-bottom table tr:nth-child(3){
  border: none;
}


.news-bottom-ul{
	overflow: hidden;
}
.news-bottom-1 li{
  list-style-type: disc;
  margin: 0 20px;
  line-height: 1.5;
  font-size: 17px;
}

.news-bottom-2 li{
	float: left;
}
.news-bottom-1{
  overflow: hidden;
}
.news-bottom-ul li{
  margin: 10px;
  float: left;
  list-style: none;
}


.dog-in{
 	background: url(../img/dog-in.jpg)no-repeat center top;
 	margin: 100px auto 0;
  padding: 150px 0;
}











.cat{
	background: rgba(77,147,115,0.21);
	padding: 100px 0 0;
}
.cat .w1000{
	overflow: hidden;
}
.cat .thought{
	float: right;
	width: 500px;
	text-align: left;
}
.cat-left{
	float: left;
	position: relative;
}
.cat-left p{
	position: absolute;
}
.cat-left .cat-2{
	top: 115px;
		left: 244px;
}
.cat-left .cat-3{
	top: 349px;

left: 116px;
}
.cat h3{
	font-size: 25px;
}
.cat p{
	font-size: 18px;
}










.access{
	overflow: hidden;
	margin: 150px auto 150px;
}
.access-1{
	float: left;
  position: relative;
  width: 595px;
  padding-top: 367px;
  overflow: hidden;

}
.access-1 iframe{
	  position: absolute;
  top: -170px;
  left: 0;
  width: 100%;
  height: calc(100% + 170px + 150px);
  pointer-events: none;
}
.access-2{
	float: left;
	line-height: 1.7;
	margin-left: 10px;
	margin-top:20px;
}
.access-2 li a{
	color: red;
	opacity: 0.7;
}
.access-2 li a:hover{
	opacity: 0.8;
}
.access-2 table{
	font-size: 15px;
}
.access-2 table tr:nth-child(1){
	background: rgba(119,119,119,0.2);
}
.access-2 table td{
	padding: 10px 10px;
}
.access-2 table tr:nth-child(1),.access-2 table tr:nth-child(2){
	border-bottom: 1px #333 dashed;
}
.access-2 li span{
	display: inline-block;
	width: 100px;
}

footer{
	background: #eee;
	padding: 100px 0 50px;
	text-align: center;
	line-height: 1.7;
}
footer ul{
	overflow: hidden;
	margin: 10px auto;
}
footer li{
	float: left;
	color: #4D9373;
}
footer li a{
	color: #4D9373;
	font-size: 18px;
	margin: 0 1px;
	text-decoration: none;
}
footer nav:nth-child(3){
	margin: -10px 250px 80px;
}
footer p{
	font-size: 15px;
}
footer a:hover{
	color: #333;
	opacity: 0.8;
}



h4{
	font-family: "Sawarabi Gothic";
	font-size: 55px;
	font-weight: bold;
	margin-right: 30px;
	color: #555;
	margin: 25px 0 0;
	display: inline-block;

}





h5{
	background: url(../img/beginner.png)no-repeat top left;
	font-family: "Sawarabi Gothic";
	width: 410px;
	margin: 0 auto;
	padding: 10px 0 10px 50px;
	font-size: 25px;
	color: #666;
	font-weight: bold;
}


.bg div{
	background: rgba(255,255,255,0.8);
	padding: 150px 0 80px;
}
.bg div p{
	text-align: center;
	font-family: "Sawarabi Gothic";
	font-size: 40px;
	font-weight: bold;
	color: #555;
}

















.comment{
	margin: 0 auto 0;
	line-height: 1.7;
	letter-spacing: 2px;
	font-size: 18px;
	color: #000;

}
.comment h3{
	font-size: 28px;
	border-bottom: 1px dashed #4D9373;
	padding: 0 0 10px;
}
.comment-center{
	text-align: center;
	line-height: 2;
	margin: 30px auto 100px;
}
.comment span{
	font-weight: bold;
	color: #555;
}
.comment span span{
	color: #4D9373;
}






.first-time{
	background: rgba(119,119,119,0.1);
	border-radius: 10px;
	padding: 20px;
	overflow: hidden;
	margin: 0px auto 100px;
}
.first-left,.first-right{
	width: 450px;
	float: left;
	margin: 10px 15px;
	line-height: 1.7;
	letter-spacing: 2px;
	font-size: 17px;
}
.first-left span,.first-left a,.first-right span,.first-right a{
	text-align: center;
	margin: 0 auto;
	display: block;
}
.first-left span,.first-right span{
	font-family: "Sawarabi Gothic";
	font-weight: bold;
	color: #4D9373;
	font-size: 22px;
	margin: 10px 0 ;
}













.recruit table{
	width: 1000px;
	line-height: 1.7;
	margin: 20px auto 20px;
}
.recruit th{
	width: 350px;
	padding: 20px;
	border-right: 1px solid #eee;
	background: rgba(218,183,141,0.4);
}
.recruit tr{
	border: 1px solid #eee;
}
.recruit td{
	width: 650px;
	padding: 20px;
}






















.please{
	margin: 20px 0 50px;
	line-height: 1.7;
}
.surgery-img img{
	border-radius: 10px;
}
.please li{
	list-style-type: circle;
}

.please ul{
	margin: 0 0 0 20px;
}
.please span{
	font-weight: bold;
	color: #dab78d;
}





.news-block{
	border-bottom: 1px dashed #999;
	padding-bottom: 5px;
}
#newsWrap{
	margin: 50px auto;
}
#newsWrap li{
	margin-bottom: 100px;
}

.catName{
	background: #eee;
	padding: 3px;
	font-size: 15px;
	border-radius: 5px;
}
.newMark{
	color: red;
}
.title a{
	color: #4D9373;
	font-weight: bold;
	font-size: 25px;
	margin: 0 10px 0 0;
}

.title a:hover{
	opacity: 0.8;
}
.up_ymd{
	font-size: 15px;

}






























/*下層*/



.ander-bg{
	margin-left: 22%;
}
.ander-bg div{
	width: 100%;
	padding: 270px 0;
	position: relative;
	margin-bottom: 50px;
}
.ander-bg h4{
	position: absolute;
	top:365px;
	left: 70px;
	background: rgba(255,255,255,0.9);
	padding:40px 70px 25px;
	z-index: 99;
}
.ander-bg h4 img{
	position: absolute;
	bottom: 0;
}
.ander-bg2{
	height: 100px;
	background: url(../img/kasou-bg.png)repeat left top;
	position: relative;
}
.ander-bg4{
	height: 100px;
	background: url(../img/kasou-bg3.png)repeat left top;
	position: relative;
}
.ander-bg3{
	height: 100px;
	background: url(../img/kasou-bg2.jpg)repeat left top;
	position: relative;
}
.ander-bg5{
	height: 100px;
	background: url(../img/kasou-bg4.jpg)repeat left top;
	position: relative;
}
.ander-bg2 div{
	position: absolute;
	bottom: 5px;
	left: 300px;
	margin-left: -250px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 1.27;
	width: 500px;
}
.ander-bg2 div img {

    position: absolute;
    bottom: 0;
    right: 90px;

}
.ander-bg2 h4{
	font-family: "Sawarabi Gothic";
    font-size: 35px;
    font-weight: bold;
    margin-right: 30px;
    color: #555;
    margin: 25px 0 0;
    display: inline-block;

}
.ander-bg2 div .h4-equipument img{
	right: 123px;
}








.ander-bg3 div,.ander-bg5 div{
	position: absolute;
	bottom: 5px;
	left: 300px;
	margin-left: -250px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 1.27;
	width: 500px;
}
.ander-bg3 div img, .ander-bg5 div img{

    position: absolute;
    bottom: 0;
    right: 94px;

}
.ander-bg3 h4,.ander-bg5 h4{
	font-family: "Sawarabi Gothic";
    font-size: 35px;
    font-weight: bold;
    margin-right: 30px;
    color: #555;
    margin: 25px 0 0;
    display: inline-block;

}
.ander-bg3 div,.ander-bg5 div{
	right: 123px;
}




.kasou-bg{
	background:#ecdbc6;
	padding: 100px 0;
}
.kasou-bg2{
	background:#d9e8e1;
	padding: 100px 0;
}

.cat-bg{
	background: url(../img/cat-bg.jpg)no-repeat left top;
}

.feetop-bg{
	background: url(../img/fee.jpg)no-repeat left top;
	margin-bottom: 80px;
}
.concept-bg{
	background: url(../img/concept.jpg)no-repeat left top;
}
.guidance-bg{
	background: url(../img/guidance.jpg)no-repeat left top;
}
.first-bg{
	background: url(../img/first.jpg)no-repeat left top;
}
.news-bg{
	background: url(../img/news-bg.jpg)no-repeat right top;
}
.trimming-bg{
	background: url(../img/trimming.jpg)no-repeat left top;
}




.concept-thought p{
	text-align: center;
	font-size: 23px;
	line-height: 2.3;
	margin: 0 auto 170px;
}

.thought{
	padding: 50px 0;
	letter-spacing: 1.7px;
	line-height: 2.2;
	text-align: center;
}
.thought p span{
	font-family: "Sawarabi Gothic";
	font-size: 27px;
	color: #555;
	margin: 0 auto 15px;
	display: inline-block;
}
.thought span span{
	color: #4D9373;
}

.first-thought{
	text-align: center;
	margin-bottom: 100px;
}
.first-thought a,.thought a{
	width: 450px;
	margin-top: 10px;
}

.kasou-top{
	line-height: 1.2;
	text-align: left;
	font-size: 16px;

}
.kasou-top small{
	text-align: right;
	display: block;
}






/*施設案内*/

.equipment-1{
	text-align: center;
	line-height: 1.7;
	margin-bottom: 50px;
}


.equipment-1 h3{
	margin-bottom: 20px;
}
.equipment-2{
	padding-bottom: 150px;
}
.equipment-2 dd{
	font-size: 16px;
	line-height: 1.3;
}
.equipment-2 a{
	background: rgba(77, 147, 115, 0.7);
	font-size: 20px;
}
.ribbon7 {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  font-size: 18px;/*フォントサイズ*/
  color: #FFF;/*フォントカラー*/
  background: #dab78d;/*リボンの色*/
  width: 170px;
  display: block;
  margin: 10px 0 20px;
}

.ribbon7:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgba(149, 158, 155,0.3);/*折り返し部分*/
}
.equipment-2 li{
	width: 320px;
	float: left;
	margin: 20px 0px 10px 20px;
}
.equipment-2 ul{
	overflow: hidden;
	margin: 80px auto;
}
.equipment-2 li:nth-child(1){
	margin-left: 0;
}
.equipment-2 li a{
	margin-top: 20px;
	width: 250px;
	font-size: 18px;
	margin-left: 25px;

}
.faclity{
	background: rgb(236, 219, 198);
	padding: 100px 0;
}

.faclity .equipment-2{
	background: #fff;
	padding-bottom: 0;
}
.faclity ul{
	border-bottom: 1px dashed #555;
	padding-bottom: 10px;
	margin: 0 auto 20px;

}
.faclity ul li{
	margin: 10px 0;
	text-align: center;
}
.faclity .equipment-2{
		padding: 20px;
}
.faclity ul:last-child{
	border-bottom: none;
}










/*診療案内*/
.guidance-time{
	width: 620px;
	margin: 0 auto;
	float: left;
}
.guidance-time tbody{
	font-size: 15px;
	background: #fff;
}
.guidance-time tbody td{
	padding: 14px 20px;

}
.guidance-time tbody tr:nth-child(1){
	background:#efefef;
}
.guidance-time a{
	color: red;
}
.animal{
 width: 280px;
 float: left;
 margin-left: 40px;
}
.animal ul{
	overflow: hidden;
	margin-top: 50px;
}
.animal li{
	width: 110px;
	float: left;
	text-align: center;
}
.animal li img{
	width: 100%;
}
.animal li:nth-child(1){
	margin-right:60px;
}

.h3-mini{
	font-size: 25px;
	padding: 10px 0;
}
.zyusin ul{
	overflow: hidden;
}
.zyusin li{
	float: left;
	width: 330px;
	padding: 25px;
	background-color: #fff;
	margin-left: 5px;
	margin-bottom: 90px;
	text-align: center;
	border-radius: 10px;
	height: 500px;

}
.zyusin li:nth-child(1){
	margin-left: 0px;
}
.zyusin li:nth-child(2){
	margin-right: 0px;
}
.zyusin li span{
	display: inline-block;
	border-bottom: 1px solid #666;
	font-size: 15px;
	color: #555;
	font-weight: bold;
	margin-bottom: 10px;
}
.zyusin li span span{
	text-shadow: 1px 1px 0 #1c2649,-1px -1px 0 #1c2649,-1px 1px 0 #1c2649,1px -1px 0 #1c2649,0 1px 0 #1c2649,-1px 0 #1c2649,-1px 0 0 #1c2649,1px 0 0 #1c2649;
	color:#ecdbc6;
	font-size: 40px;
	border-bottom: none;
	padding-left: 10px;
	margin-bottom: 0px;
}
.zyusin{
	margin-top:50px;
	position: relative;
}
.zyusin li dd{
	text-align: left;
	font-size: 16px;
}
.zyusin li dl{
	line-height: 1.7;
	letter-spacing: 1.7px;
}
.zyusin li dt{
	color: #401f14;
	margin: 20px auto;
	font-weight: bold;
}
.zyusin a{
	width: 500px;
	background: #4D9373;
	position: absolute;
	bottom: 0;
	left: 250px;
}
.belongings{
	padding: 50px 80px;
	border: 1px #401f14 solid;
	margin-top: 80px;
	position: relative;
	border-radius: 30px;
}
.belongings h3{
	text-align: center;
	width: 150px;
	background: #ecdbc6;
	position: absolute;
	top: -20px;
	left: 425px;
	font-size: 27px;
}

.belongings li{
	list-style: circle;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.3;
}
.belongings li span{
	display: block;
	font-weight: bold;
	color: #401f14;
}
.belongings p span{
	display: inline-block;
	font-weight: bold;
	width: 100px;
	color: #4D9373;
}
.belongings p{
	font-size: 18px;
	margin-top:50px;
	line-height: 1.5;
}
.time-out{
	float: left;
	line-height: 1.5;
	width: 745px;
	font-size: 16px;
	margin-top: 100px;
}
.time-out span{
	font-weight: bold;
	color: #666;
}
.time-out a{
	color: #4D9373;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}
.time-out a:hover{
	opacity: 0.8;
}
.time-out-link{
	float: left;
	width: 245px;
	margin-left: 10px;
	margin-top: 130px;
}

.time-out-link a:hover{
	opacity: 0.8;
}
.basic li span,.sign li span{
	display:inline-block;
	color: #4D9373;
	width: 95px;
}
.sign li span{
	width: 200px;
}
.basic li,.sign li{
	line-height: 1.5;
	padding: 0 5px;
	list-style: circle;
}
.basic li img{
	margin: 10px 0 -20px;
}
.basic ul,.sign ul{
	margin: 10px 0px 30px 20px;
}
.basic li a:hover{
	opacity: 0.8;
}
.basic,.sign{
	margin: 10px auto;
	font-size: 17px;
	float: left;
	padding-right:111px;
}
.basic-sign{
	overflow: hidden;
	margin-top: 100px;
}

/*当院の想い*/
.concept{
	position: relative;
	padding-bottom: 100px;
}
.concept-1,.concept-2{
	overflow: hidden;
}
.concept h6{
	-webkit-text-orientation: upright;
	text-orientation: upright;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	border-right: 2px dashed #333;
	padding-right: 20px;
	color: #666;
	line-height: 1.7;
	font-size: 22px;
	float: left;
	font-weight: bold;
}
.concept h6 span{
	color: #4D9373;
}
.concept-p{
	width: 530px;
	font-size: 17px;
	float: left;
	letter-spacing: 1.5px;
	line-height: 1.7;
	margin: 20px 40px;
}
.concept-img{
	position: absolute;
	bottom: 100px;
	right: 0px;
}
.concept-img ul,.concept-img2 ul{
	width: 310px;
}
.concept-img ul img,.concept-img2 ul img{
	width: 100%;
}
.concept-2 h6{
		float: right;
		border-right: none;
		border-left: 2px dashed #333;
		padding-right: 0;
		padding-left: 20px;
}
.concept-2 .concept-p{
	float: right;
	text-align: right;
}
.concept-img2{
	position: absolute;
	bottom: 100px;
	left: 0px;
}

.concept-p span,.concept-thought span {

    background: linear-gradient(transparent 70%, rgba(255,147,147,0.5) 0%);
    font-weight: bold;

}
/*初めての方へ*/
.first h3,.first p{
	text-align: center;
	line-height: 1.7;
}
.first li{
	width: 480px;
	margin:0 20px;
}
.first ul{
	margin-top: 80px;
}

.first{
	margin-top: 0px;
}
.first-ul{
	padding: 20px;
}
.first-ul li{
	list-style: circle;
	font-size: 18px;
	line-height: 1.7;
	margin-top: 10px;
}

.first-belongings li{
	list-style: none;
	width: 380px;
	margin:9px 18px;
	float: left;
	height: 110px;
}
.first-belongings ul{
	overflow: hidden;
}
.first-belongings li dl{
	overflow: hidden;
}
.first-belongings li dt{
	float: left;
	margin-right: 10px;
}
.first-belongings li dd{
	font-size: 15px;
}
.first-belongings li dd span{
	font-size: 20px;
}

.first-belongings{
	position: relative;
	padding-top: 60px;
	margin-bottom: 20px;
}
.first-belongings p{
	position: absolute;
	top: -40px;
	right: 0;
}
.kasou-bg .first-thought a{
	background: #4D9373;

}
.kasou-bg .first-thought {
	margin-bottom: 0px;
}
.ander-bg3 div .h4-tyuusyazyo img{
	right: 80px;
}
.map dl{
	overflow: hidden;
	margin: 100px auto 100px;
}
.map dt{
	float: left;
	margin-right: 30px;
}
.map dd{
	line-height: 1.5;
	letter-spacing: 1.7px;
	padding: 40px 0 0;
}

/*スタッフ*/
.staff{
	background: #ecdbc6;
}
.staff .w1000{
	padding: 150px 0;
	overflow: hidden;
}
.staff-1 {
	width: 300px;
}
.staff-1 p{
	font-size: 16px;
	margin: 20px 10px 0 0;
	line-height: 1.5;
}
.staff-1 ,.staff-2{
	float: left;

}
.staff-1 dd{
	font-size: 15px;

}
.staff dd span{
	font-size: 25px;
	font-weight: bold;
	color: #444;
}

.staff-2{
	width: 690px;
}
.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;

  color: #555;
  font-size: 17px;
  border-left: solid 3px #fff;
  border-right: solid 3px #fff;
  box-sizing: border-box;
  line-height: 1.7;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #ecdbc6;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #fff;
  z-index: 1;
}

.balloon2-left p {
  margin: 0px auto;
  padding: 0 20px;
}











/*料金*/
.trimming-bottom p{
	margin: 8px auto 0;
	color: #666;
	font-weight: bold;
	line-height: 1.5;
}
.trimming-bottom p span{
	float: right;
	color: #4d9373;
	margin-bottom: 10px;
}
.trimming-bottom p span span{
	margin-top: 10px;
	color: #401f14;
}
.trimming-bottom table{
	margin: 30px  auto 0;
}


.trimming-bottom table{
	line-height: 2.5;
}


.trimming-bottom td{
	width: 200px;
	text-align: center;
	font-size: 18px;
}
.trimming-bottom th{
	width: 600px;
	font-size: 18px;
	padding-left: 20px;
}

.trimming-bottom{
	margin: 0 auto 150px;
}
.fee-2-word {
	overflow: hidden;
}
.fee-2-word p{
	width: 450px;
	float: left;
}
.fee-2-word p img{
	width: 100%;
}
.fee-2-word ul{
	width: 500px;
	float: right;
}
.fee-2-word ul li{
	list-style: circle;
	line-height: 1.3;
	margin-top: 15px;
	font-size: 18px;
}
.ander-bg2 div .h4-trimming-fee img{
	right: 70px;
}
.trimming-bottom h3{
	background: linear-gradient(transparent 70%, rgba(218,183,141,0.5) 0%);
    display: inline flow-root list-item;
    color: #401f14;

}
.fee-1 table{
	margin-top: 50px;
}
.fee-1 {
	overflow: hidden;
}
.fee-1 div{
	float: left;
}

/*トリミング*/
.trimming-small small{
	display: inline-block;
	text-align: left;
	background: linear-gradient(transparent 70%, rgba(255,147,147,0.5) 0%);
    font-weight: bold;

}
.trimming-inst{
	position: relative;
	padding-top: 130px;
}
.trimming-inst p{
	position: absolute;
	top: 0;
	right: 0;
}
.kasou-bg .thought li{
	list-style: disc;
	text-align: left;
}

.trimming-inst ul{
	overflow: hidden;
	margin-bottom: 20px;
}
.trimming-inst ul li{
	float: left;
}
.trimming-inst ul li a{
	color: #555;
	font-weight: bold;
	text-decoration-line: none;
}
.trimming-inst ul li a:hover{
	opacity: 0.8;
}
.trimming-inst-bg{
	background: url(../img/trimming-inst-bg.png) no-repeat bottom center;
}

.ander-bg3 div .h4-nagare img {

    right: 70px;

}
.nagare small{
	margin-left: 20px;
	line-height: 2;
}
.nagare {
	margin-top: 100px;
}
.nagare ul{
	overflow: hidden;
}
.nagare li{
	float: left;
}
.nagare li dl{
	width: 540px;
}
.nagare li dt{
	border-bottom: 1px solid #666;
	font-size: 15px;
	color: #555;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}

.nagare li dt span{
	text-shadow: 1px 1px 0 #1c2649,-1px -1px 0 #1c2649,-1px 1px 0 #1c2649,1px -1px 0 #1c2649,0 1px 0 #1c2649,-1px 0 #1c2649,-1px 0 0 #1c2649,1px 0 0 #1c2649;
	font-size: 40px;

	border-bottom: none;

	padding-left: 10px;

	margin-bottom: 0px;
	color: #4D9373;
	margin-bottom: 10px;
}
.nagare li img{
	margin-left: 10px;

}
.nagare li dd span{
	font-weight: bold;
	display: block;
	color: #401f14;
	font-size: 20px;

}
.nagare li dd{
	line-height: 1.3;
	font-size: 18px;
}
.nagare p{
	border-left: 2px dashed #666;
	margin: 50px auto;
	padding: 40px 0;
}
.nagare li dd a{
	margin: 5px 0;
	font-weight: bold;
}



.trimming-contact{
	padding: 50px 0;
	background: url(../img/trimming-contact.jpg)repeat center top;
}
.trimming-contact .w820{
	background: #fff;
	padding: 30px;
}
.trimming-contact .w820 dt{
	width: 110px;
	display: inline-block;
	float: left;
}
.trimming-contact .w820 dl{
	overflow: hidden;
	margin: 5px auto;
	width: 480px;
	font-size: 15px;

}
.trimming-contact .w820 h3,.trimming-contact .w820 p{
	text-align: center;
	margin-bottom: 10px;
}
.trimming-contact .w820 p{
	font-size: 25px;
	color: #dab78d;
	font-weight: bold;
}
.trimming-sonota ul{
	overflow: hidden;
}
.trimming-sonota li{
	float: left;
	width: 500px;
	margin-bottom: 100px;
}
.trimming-sonota li dl{
	width: 470px;
	padding-top: 15px;
	line-height: 1.5;
	font-size: 17px;
}
.trimming-sonota li dl dt span{
	color: #4D9373;
}
.trimming-sonota li dl dt{
	font-size: 21px;
	font-weight: bold;
	color: #555;
	margin-bottom: 15px;
}
.trimming-sonota li img{
	width:100%;
	border-radius: 15px;
}

.trimming-menu li span span{
	font-size: 32px;
}

.trimming-menu p{
	margin: 30px auto 10px;
	font-weight: bold;
	color: #401f14;
}



/*ネコ待合室について*/
.cat-in ul{
	overflow: hidden;
}
.cat-in li{
	float: left;
	width: 500px;
	height: 400px;
}

.cat-inner .zyusin li{
	height: 525px;
}
.cat-in li dt{
	font-size: 23px;
	font-weight: bold;
	color: #401f14;
	margin-bottom: 10px;
}
.cat-in li dd{
	line-height: 1.7;
	font-size: 18px;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content{
    margin: 0 auto;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.6);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
    line-height: 1.5;
}

.modal__content a{
	position: absolute;
	top: 30px;
	right: 30px;
	text-decoration: none;
	font-size: 70px;
	color: #999;
}
.content a:hover{
	opacity: 0.8;
}
.modal__content a:hover{
	color: #333;
}

.modal__content dl{
	text-align: center;
}
.modal__content p{
	font-size: 17px;
}
.modal__content dd{
	margin: 0 auto 20px;
	font-weight: bold;
	color: #555;
	font-size: 20px;
}







.fadein {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 2000ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}















.epatk-flout ul{
	overflow: hidden;
}
.epatk-flout li{
	float: left;
	margin:10px 145px 50px;
}
.epatk-flout{
	margin: 0 auto;
}
.kyu-zin dl{
	background: #d9e8e1;
	margin:30px auto 10px;
	border-radius: 10px;
	padding: 30px;
	line-height: 1.5;
}
.kyu-zin dl dt{
	font-family: "Sawarabi Gothic";
		margin-bottom: 10px;
	border-bottom: 1px dashed #4D9373;
	padding-bottom: 5px;
}
.kyu-zin dl dd{
	font-size: 0.9em;
}
.kyu-zin dl dd span{
	font-weight: bold;
	color: #444;
}
.recruit{
	text-align: center;
}