@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');



/* CSS Document */

.noto{font-family: 'Noto Sans JP', sans-serif;}


/*--------------------------------
	基本レイアウト
--------------------------------*/


body{
	font-size: 100%;
	background:url("../../image/common/bg_wood02.jpg") repeat left top;
}


/*--------------------------------
  共通項目
---------------------------------*/
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}


.outbox{
	margin: 0 10px 30px;
	padding:5px;
	background-color: #FFFFFF;
	border-radius: 10px;
box-shadow: 0 0px 5px #A8936F;
	-webkit-box-shadow: 0 0px 5px #A8936F;
}

.inbox {
	padding: 0 10px 10px;
}


dl.kome{

}
dl.kome dt{
	float: left;
}
dl.kome dd{
	padding: 0 0 5px 1.5em;}

a.link{
	display: block;
	margin: 10px 0 0 20px;
	padding: 5px 40px 5px 10px;
	float: right;
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	background-color:#E37501;
	text-shadow: 0 0 3px #666;
	font-weight: bold;
	background-image: url(../../image/common/link.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	border-radius: 5px;
	background-size: auto 10px;
}
a.link:hover{
opacity: 0.7;
}
a.tel_link {
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background-image: url("../../image/common/tel_black.png");
    background-repeat: no-repeat;
    background-size: auto 22px;
    padding: 0 0 0 30px;
    background-position: left center;
    line-height: 30px;
    float: right;
    display: block;
    margin: 10px 0 0 20px;
}


.link2 a {font-family: "Noto Sans JP", sans-serif;
	display: block;
	margin: 0 auto;
	padding: 10px 40px;
	border-radius: 40px;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	background-color:#E37501;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 95% center;
	background-image: url("../../image/common/link.png");
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	width: 90%;
	text-align: center;
	border: 1px solid #fff;
	box-sizing: border-box;
	max-width:365px;
}
.link2 a:hover {
    opacity: 0.7;
}

.telnum a{text-align: center;
display: block;
	font-weight: bold;
	margin: 5px 0 5px 0;
color:#685236;
	text-decoration: none;
	word-break: keep-all;
	 font-size: 34px;
    line-height: 25px;
    padding: 0 0 0px 15px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../../image/common/tel.png");
    background-size: auto 23px;
    position: relative;
	font-family: Arial, Helvetica, "sans-serif";
	
}
.asp4-3{
	width: 100%;
	max-width: 240px;
	aspect-ratio: 4 / 3;/*アスペクト比固定で切抜き*/
	margin: 0 auto 10px;
	display: block;
}

.asp4-3 img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}

/*--------------------------------
	フォント
--------------------------------*/
h2 {color:#fff;
	margin: 0 0 15px;
	line-height: 1.5;
	font-size: 20px;
	padding: 4px 10px 4px 25px;
	border-radius: 8px;
	background-image: url("../../image/common/texture_ws50.png");
	background-color: #7E5741;
	background-size: auto auto;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
	transform: rotate(0.03deg);
position: relative;
  font-style: normal;}

h2:before{content:"";
display: block;
background: #F4F6A8;
width: 5px;
height: 25px;
position: absolute;
left: 10px;
top:9px;}


h3 {
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
	margin: 0 0px 15px;
	color:#7A5E47;
	padding: 0px 0 8px 20px;
	border-radius: 0px;
	font-size: 19px;
	line-height: 1.4;
	transform: rotate(0.03deg);
	position: relative;
	clear: both;
	border-bottom: 1px dashed #7A5E47;
background: url("../../image/common/h3.png") no-repeat left 5px;
background-size: auto 15px;}

h3 strong{color: #329B13;}

h4 {
	color:#7E5741;
	font-size: 18px;
	padding:5px 0 5px 10px;
	margin: 0 0 15px 0;
	line-height: 1.3;
border: 1px solid #7E5741;
	border-left: 7px solid #7E5741;
	font-weight: bold;
}
h5 {
	font-size: 18px;
	color: #FF7373;
	border-bottom: 2px dotted #FF9326;
	margin: 0 0 10px;
	padding: 5px 0;
	line-height: 1.5;
	font-weight: bold;
}

h5 span{
	margin: 0 0.5em 5px 0;
	padding: 0 0.5em;
	display: block;
	border-radius: 5px;
	background-color: #FF7373;
	color: #FFFFFF;
	width: 4em;
	text-align: center;
}


h6 {
	font-size: 16px;
	color: #FFFD04;
	border-bottom: 2px dotted #FFFFFF;
	margin: 0 0 5px 0;
	line-height: 30px;
}




.space{
	display: block;
	height: 30px;
}



/*-------------*/

header#head{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	box-shadow:0 2px 4px #B2996A;
	z-index: 1000;
	position: relative;
}

header#head h1{
	margin: 0 0 10px 0;
	padding: 2px 0;
	font-size: 14px;
	line-height: 1.2;
	color: #4D2C00;
	font-weight: normal;
}


.head{
	max-width: 350px;
	margin: 0 auto;
	display: block;
	padding: 0 0px 5px;
	overflow: hidden;
}
.head .logo{width:80%;
	max-width: 350px;
    
margin: 0 auto 10px;}

.head .logo img{
	margin: 0 auto;
	display: block;
	width: 100%;
}

.headbox .txt{
color:#7E5741;
	border-top: 1px solid #7E5741;
	border-bottom: 1px solid #7E5741;
text-align: center;
display: block;
font-weight: bold;
margin: 0 0 10px 0;
font-size: 14px;}

.headbox ul{display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 10px 0;}

.headbox ul li{width: 30%;
line-height: 20px;
border-radius: 10px;}

.headbox ul li a{display: block;
	color: #fff;
font-weight: bold;
font-size: 14px;
text-align: center;
padding: 5px 5px 5px 10px;
	box-sizing: border-box;
text-decoration: none;
	border-radius: 10px;
}

.headbox ul li a img{display: inline;
margin: 0 10px 0 0;
width: 20px;}

.headbox ul li.line{background: #01B901 url("../image/head01.png") no-repeat 12px 5px;
background-size: auto 17px;}
.headbox ul li.tel a{background:#EE7316 url("../image/head03.png") no-repeat 12px 5px;
background-size: auto 20px;}
.headbox ul li.access{background: #7E5741 url("../image/head02.png") no-repeat 12px 5px;
background-size: auto 20px;}
.headbox ul li.yoyaku{background:#F5A51D url("../../image/common/icon01.png") no-repeat 7px 7px;
background-size: auto 15px;}


.head .headbox{
	overflow: hidden;
}

/*-------------------*/


.bn{
	display: block;
	margin: 0 10px 0;
}
.bn ul{
	padding: 0 0 15px;
}
.bn ul li{border-radius: 8px;
	margin: 0 auto 15px auto;
	text-align: center;
	width: 100%;
	padding: 0;
	max-width: 350px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bn ul li a{
	display: inline-block;
}

.bn ul li img{border-radius: 6px;
    box-shadow: 0 0 4px #8E836C;
	display: block;
	width: 100%;
	padding: 0;
    vertical-align:bottom;
	margin: 0 auto;
}


/*-------------------*/

#footer{
	padding: 0px 0 0px 0;
	text-align: center;
	width: 100%;
	margin: 0;
	background-color:#FAF5EA;
	color:#333;
}
#footer .foot {
	width: 300px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#foot .foot p {
	text-align: left;
	display: block;
}
#footer .foot p.name {
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	display: block;
	padding: 10px 0;
	margin: 0;
	text-indent: 0px;
}
#footer .foot p.name img {
	width: 280px;
	height: auto;
	margin: 0 auto;
	display: block;
}
#footer p.name a{
	color:#585207;
	text-decoration: none;
}
#footer p.address a{
	text-decoration: none;
	color:#585207;
}
#footer .foot p.address {
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	line-height: 1.5;
	width: 300px;
	display: block;
	margin: 0px;
	padding: 0 0 10px;
}
#footer .foot p.address strong{
	color:#585207;
	margin: 0 10px 0 0;
	padding: 0 5px;
}
#footer #copy {
	padding: 0;
	margin: 0;
	background-color: #ddd;
}
#footer #copy p{
	text-align: center;
	font-size: 14px;
	padding: 3px 0 5px;
	line-height: 120%;
	margin: 0px;
	font-weight: normal;
	color:#fff;
	background-color:#7E5741;
}
#footer #copy p a{
	color:#fff;
	text-decoration: none;
}


/*--------------------------------
	ナビ
--------------------------------*/

nav.grid{
	
	background-color:#7E5741;
	border-bottom: 1px solid #EADCC2;
		box-shadow: 0 2px 3px #DFDFDF;
}
nav.grid ul{
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;
}
nav.grid ul li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #EADCC2;
	width: 20%;
}
nav.grid ul li:last-child{
	border-right: none;
}
nav.grid ul li a{
	padding: 5px 0 0;
	display: block;
	text-decoration: none;
}
nav.grid ul li a img{
	display: block;
	margin: 0 auto;
	max-width: 40px;
}
nav.grid ul li a small{
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	text-align: center;
}

/*　2行にならないsmallタグの行間調整　*/
nav.grid ul li:nth-child(1) a small,
nav.grid ul li:nth-child(2) a small,
nav.grid ul li:nth-child(3) a small{
	padding: 10px 0;
}

nav.grid ul li:nth-child(4) a small,
nav.grid ul li:nth-child(5) a small{
	padding: 3px 0;
}

nav.grid ul li a small span{
	font-size: 9px;
	line-height: 10px;
	display: block;
}

/*--------------------------------
	Pagetop
--------------------------------*/
.pagetop{
	margin: 10px 10px 5px 0px;
	text-align: right;
	color: #666666;
}

.pagetop:after {
	content:"";
	display:block;
	clear:both;
}

.pagetop a{
	font-size: 14px;
	background: url(../image/totop.png) no-repeat left center;
	-webkit-background-size: 12px;
	background-size: 12px;
	color: #333;
	padding: 0 0 0 14px;
	text-decoration: none;
}

/*--------------------------------
   TopicPath
-------------------------------*/
nav#topicpath {
	padding: 0 0 0 10px;
	margin: 0 0 20px;
 /*background: #F9FFCE;*/
}
nav#topicpath ul {
	list-style: none;
	padding: 0;
}
nav#topicpath ul li {
	display: inline;
	font-size: 14px;
	color: #825000;
}
nav#topicpath ul li a {
	text-decoration: none;
color: #825000;
}
nav#topicpath ul li span {
}


/*--------------------------------
	トップ
--------------------------------*/
.topimg {
	margin: 0;
	background-color:#CCECE1;
}

.topimg img {
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;

}


.eye{position: relative;
	z-index: 0;
	margin: 0px 0 0 0;
background-color: #f4ece3;
}
.eye img{
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}


/*---------------------------*/

.pr01{background: #fff;
border-radius: 20px;
padding: 10px;
margin: 0 10px 30px 10px;
border: 8px solid #987356;}

.pr01 ul{margin: 0 10px 20px 10px;}

.pr01 p.link2{margin: 20px auto;
font-size: 19px;}


.pr01 h2,
.pr02 h2,
.pr03 h2{background: none;
padding: 0;
text-align: center;
color: #FFF897;
 font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
font-size: 35px;
line-height: 1.3;
margin: 0 0 20px 0;
border: none;}

.pr01 h2:before,
.pr02 h2:before,
.pr03 h2:before{content:none;}

.pr01 p.link2{margin: 20px auto;
font-size: 19px;}


ul.check li{color:#000;
font-weight: bold;
border-bottom: 1px dashed #707070;
background: url("../../image/common/check.png") no-repeat left 4px;
background-size: auto 20px;
padding: 0 0 8px 35px;
margin: 0 0 8px 0;
font-size: 20px;
font-family: "Noto Sans JP", sans-serif;

box-sizing: border-box;}




.bigbn{margin: 0 10px 30px 10px;
	border: 5px solid #fff;
	box-shadow: 0 3px 6px #DFD7BF;
	-webkit-box-shadow:  0 3px 6px #DFD7BF;
border-radius: 10px;}
.bigbn img{vertical-align: bottom;
border-radius: 10px;
display: block;
width: 100%;
margin: 0 auto;}


.imglist{
	display: flex;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 10px 20px;
}

.imglist img{
	width: 32%;
	display: block;
}


/*---------------------------*/


/*------------------------------
	切り替え部分
------------------------------*/
#switchArea {
margin: 0 10px 30px;
}

#switchArea ul.tab{
	overflow: hidden;
	list-style-type: none;
	border-bottom: 3px solid #7E5741;
}
#switchArea ul.tab li{
	float: left;
	background-color: #7E5741;
	margin: 0px 1% 0px 0;
	padding: 1px 2px;
	font-size: 95%;
	width: 30%;
	border-radius: 4px 4px 0 0;
}
#switchArea ul.tab li:hover {
	cursor: pointer;
}
#switchArea ul.tab li.select{
	background-color:#AC9C77;
}
#switchArea ul.tab li img {
	display: block;
	width: 85%;
	height: auto;
	padding: 0 0 5px;
	margin: 5px auto 0 auto;
}


/* .outboxのスタイルを以下に当てて微調整 */
#switchArea .content li{
	margin: 0 0px 30px;
	padding: 10px;
	background-color: #FFFFFF;
	
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0px 4px #AA9B4F;
	-webkit-box-shadow: 0 0px 4px #AA9B4F;
}

#switchArea .content li.hide {
	display:none;
}


/*-----------切り替え部分 ここまで---------------*/


.information{
	width:100%;
	height:200px;	/*適当な高さに*/
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
}

.information iframe{
	width:100%;
	height:100%;
	border:none;
	display:block;
}


/*------------------------------*/

.about table{
	border: 1px solid #555555;
	margin: 0 0 10px;
	width: 100%;
	font-size: 18px;
	color:#5A3107;
}
.about table th,
.about table td{
	padding: 3px 3px;
 border: 1px solid #5A3107;
	background:#fff;
	color:#5A3107;
	text-align: center;
	vertical-align: middle;
}
.about table th{font-size: 15px;

	font-weight: bold;
}
.about p{margin-bottom: 10px;}

.about dl.kyushin{
	color: #D80000;
	font-weight: bold;
	font-size: 17px;
	margin-top: -10px;
}
.about dl.kyushin dt{
	float: left;
}
.about dl.kyushin dd{
	padding: 0 0 10px 4em;
}

.about iframe{
	width: 100%;
	height: 250px;
}

.about dl.gaiyo{
	margin: 0 0 20px;
}
.about dl.gaiyo dt{
	display: block;
	width: 4.5em;
	text-align: left;
	color:#5A3107;
	font-weight: bold;
	border-radius: 0px;
	background-color:transparent;
	font-size: 15px;
	float: left;
}
.about dl.gaiyo dd{
	padding: 0 0 8px 4.5em;
	margin: 0 0 8px 0;
	border-bottom: 1px dotted #AF9C71;
}
.about dl.gaiyo dd a{
	text-decoration: none;
	color: #000000;
}
.about dl.gaiyo dd small{
	font-size: 12px;
	padding: 0 5px;
	display: inline-block;
	border-radius: 5px;
	background-color: #FF9326;
	color: #FFFFFF;
	line-height: 1.5;
}


.about p{margin-bottom: 20px;}


/*--------------------------------	
	当院紹介
--------------------------------*/


.feature p {
    margin: 0 10px 20px 0px;
    line-height: 1.7;
	
}
.feature h3 {font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
	border:none;
	line-height: 1.4;
	font-size: 23px;
	color:#784300;
	padding: 20px 0 0px 0px;
	margin: 0 5px 10px 5px;
	background:url("../../image/shoukai/feature.png") repeat-x left top;
	background-size: auto 8px;

	
}

.feature h3:before{content:none;}

.feature h3 strong {font-weight: 600;
    color:#F57F25;
}

/*------------------------------*/
.greet .inchou img{
    width: 200px;
    border: 5px solid #fff;
    border-radius: 10px;
    display: block;
    margin: 0 auto 20px auto;
}

.greet p{
	margin: 0 0px 1em;
}


.greet p.name {
	text-align: right;
	font-size: 1.3em;
	line-height: 1.4;
	font-weight: bold;
	color:#784300;
}
.greet p.name strong {
	color:#E87C3E;
	font-size: 15px;
}
.greet p.name span{
	font-size: 14px;
	color: #666;
	margin: 0 0 0 1em;
}

.greet p{
    margin: 0 0px 1em;
}


/*--------------------------------*/





/*--------------------------------
	治療内容
--------------------------------*/

ol.nagare{
}
ol.nagare li{
	margin: 0 0 10px;
	padding: 0 0 30px;
	clear: both;
	background-image: url(../../image/common/arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 25px;
}
ol.nagare li:last-child{
	padding: 0 0 0px;
	background-image: none;
}
ol.nagare li:last-child::after{
	content: "";
	display: block;
	clear: both;
}
ol.nagare li dl{}
ol.nagare li dl dt{
	font-weight: bold;
	padding: 5px 5px;
	margin: 0 0 10px;
	font-size: 16px;
	border-radius: 0px;
	background:none;
	color:#685236;
	border-bottom: 2px dotted #CBC495;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
ol.nagare li dl dt span{
	padding: 0 5px;
	margin: 0 10px 0 0px;
	display: inline-block;
background-color:#65592F;
	font-size:14px;
	border-radius: 5px;
	color: #fff;
}
ol.nagare li dl dd{
	margin: 0 0px;
}
ol.nagare li dl dd img{
	margin: 0 0 15px 20px;
	width: 120px;
	float: right;
	height: auto;
	    background-color: rgba(255,210,77,.1);
    border-radius: 5px;
}




/*--------------------------------*/
.qa dl {}
.qa dl dt {
    padding: 3px 0 10px 45px;
    position: relative;
    font-weight: bold;
   color:#473900;
    font-size: 17px;
}
.qa dl dt::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-weight: bold;
   background-color:#9BD8C3;
    color: #FFFFFF;
}
.qa dl dd {
    padding: 3px 0 15px 45px;
    position: relative;
    margin: 0 0 15px;
  border-bottom: 1px dotted #CEC87F;
    height: auto;
}
.qa dl dd:last-of-type {
    border: none;
    margin: 0;
}
.qa dl dd::before {
    content: "A";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-weight: bold;
   background-color:#FFCD77;
    color: #FFFFFF;
}

p.right{text-align: right;
margin: 15px 0;}

/*------------------------------*/


.ryokin table{
    margin: 0 0 30px;
  border: 1px solid #C7A771;
    font-size: 16px;
    border-collapse: collapse;
    width: 100%;
}
.ryokin table.margin10{
    margin: 0 0 10px;
}

.hari table{font-size: 15px;}
.ryokin table th{background-color:#FCF6E0;
	border-right: 1px solid #C7A771;
	border-bottom: 1px solid #C7A771;
	font-size: 16px;
	color:#6A5014;
	font-weight: bold;
}
.ryokin table th, .ryokin table td {
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
}

.ryokin table tr:first-child th,
.hari table tr:first-child th{
    border-top: #aeaf99 1px dashed;
}
.ryokin td{border-right: 1px solid #C7A771;
    border-bottom: 1px solid #C7A771;
 padding: 8px 5px;
text-align: center;
vertical-align: middle;}

.ryokin table:not(.hoken_ryokin) th{display: block;
width: 100%;
box-sizing: border-box;
    border-left: none;
}

.ryokin table:not(.hoken_ryokin) tr:first-child th{border-top: none;
border-left: none;}

.ryokin table:not(.hoken_ryokin) tr{display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.ryokin table:not(.hoken_ryokin) td:first-of-type{border-left: none;}

.ryokin table:not(.hoken_ryokin) td{width: 50%;
box-sizing: border-box;
text-align: center;}


.ryokin table:not(.hoken_ryokin) tr:last-of-type td{border-bottom: none;}
.ryokin table:not(.hoken_ryokin) tr:first-of-type td{width: 100%}


/*------------------------------*/

.hoken p{
	margin: 0 0px 30px;
} 
.hoken p + p{margin-top: -15px;}

.jihi p strong{color: #E47F00;}

.bold_red {
	font-weight: bold;
	color:#D80000;
}

.hoken p img, .jihi p img {
    width: 240px;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 5px;
	border: 5px solid #fff;
	background: #fff;
	box-shadow: 0 0 4px rgba(178,133,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(178,133,0,0.7);
}
.hari .point{font-weight: bold;
border: 3px double #BB9958;
padding: 15px;
font-size: 1.1em;
margin: 10px 0 0 0;}
/*-----------------------------*/


.algincenter{
	margin: 0 5px 10px;
}
.algincenter img{
display: block;
margin: 0 auto;
}


p.kome {
   padding:0 0 0 1.5em;
	position: relative;
}
p.kome::before {
    content: "※";
	position: absolute;
	left:0;
	top:0;
}

span.kome {display: block;
   padding:0 0 0 1.5em;
	position: relative;
}

span.kome::before{
    content: "※";
	position: absolute;
	left:0;
	top:0;
}

/*------------------------------*/
.jiko p,
.jibai p{
	margin: 0 0px 30px;
}
.jiko p b,
.jibai p b{
	font-weight: bold;
}


.jiko p img,
.jibai p img{
	margin: 0 auto 10px;
	display: block;
	width: 240px;
}




.imgbox3 ul,
.imgbox2 ul,
.imgbox4 ul,
.imgbox3{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin: 0 0px 0;
	justify-content: space-between;
}

.imgbox3 ul li,
.imgbox3 figure{
width: 32%;
margin: 0 auto;
}

.imgbox2 ul li {
	width: 49%;
	margin: 0 0 10px;
	text-align: center;
}
.imgbox4 ul{margin: 5px 0.5%;}
.imgbox4 ul li{width: 24.5%;}

.imgbox3 ul li img,
.imgbox2 ul li img,
.imgbox4 ul li img,
.imgbox3 figure img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.imgbox4 ul li img{border-radius: 0;
box-shadow: none;
border:none;}

.alignleft{
}
.alignleft img{
	margin: 0 auto 10px;
	display: block;
	width: 240px;
	border-radius: 5px;
	height: auto;
}

.alignright{
}
.alignright img{
	margin: 0 auto 10px;
	display: block;
	width: 240px;
	border-radius: 5px;
	height: auto;
}



.aligncenter{
margin: 0 0 10px;
}
.aligncenter img{
	display: block;
	margin: 0 auto;
	height: auto;
}


.voice,.staff{background: url("../../image/common/bg.jpg") repeat left top;
padding:10px;
	box-sizing: border-box;
margin: 0 auto 20px auto;
box-shadow: 0 0 5px rgba(102, 76, 0, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(102, 76, 0, 0.4);
    border-radius: 6px;
position: relative;}

.staff img{width: 200px;
	border: 5px solid #fff;
	border-radius: 10px;
display: block;
margin: 0 auto 20px auto;}

.staff dl{margin: 0 0 15px 0;}

.staff dl dt{width: 5em;
background: #7E5741;
color: #fff;
text-align: center;
font-size: 0.9em;
padding: 2px 5px;}

.staff dl dd{padding: 2px 0 8px 0;
margin-bottom: 8px;
border-bottom: 1px dashed #7E5741}

.staff dl dd.name{font-size: 1.2em;
color:#7E5741;
font-weight: bold;}

.staff dl dd.name span{color: #666;
font-size: 0.8em;
margin: 0 0 0 10px;}

.staff p{margin: 0 0 10px 0px;
font-weight: bold;}
.message{font-weight: bold;
font-size: 1.2em;
color: #7E5741}

 .box{
	background-color: #FFFBF6;
box-shadow: 0 0 4px #B8A281;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.number{list-style-type: decimal;
margin: 0 0 0 1.5em;}

ul.number li{border-bottom: 1px dashed #ccc;
margin-bottom: 5px;
padding-bottom: 5px;}

.border{border: 1px solid #7E5741;
padding: 15px;
position: relative;}

.border img{position: absolute;
right: 10px; 
	top: -30px;
width: 100px;}

.box .telnum{text-align: center;}

.box .telnum a{line-height:25px;margin: 10px 0 10px 0;
display: inline-block;
padding-left: 30px;}
.box .line{margin-bottom: 0;}

.box .line a{display: block;
background:#06c755 url("../../image/o2room/line.png") no-repeat 10px center;
	background-size: auto 50px;
font-size: 17px;
color: #fff;
	padding: 10px 10px 10px 60px;
box-sizing: border-box;
border-radius: 10px;
font-weight: bold;
	text-decoration: none;
}
.box .line a:hover{text-decoration: none;
opacity: 0.7;}

/*-----------------------------*/
