@charset "utf-8";


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

 Common Layout(layout.css)
 
========================================================================*/

body {
	background: #ffffff;
	color: #515151;
    line-height:1.5;
    -webkit-font-smoothing: antialiased;
}

.slider{
  visibility: hidden;
}
.slider.slick-initialized{
  visibility: visible; /*slick-initializedが付与されたら表示*/
}

/*----------------------------------------------------------------------
 Links
----------------------------------------------------------------------*/

a:link {
	color:  #3FA9F5;
	text-decoration: none;
}

a:visited {
	color:  #3FA9F5;
	text-decoration: none;
}

a:hover {
	color:  #3FA9F5;
	text-decoration: underline;
}

a:active {
	color: #3FA9F5;
	text-decoration: none;
}



/*----------------------------------------------------------------------
 Header
----------------------------------------------------------------------*/
#headerwrap {
    background-color:#F9FAEC;
	width: 100%;
}


#header {
	width: 1084px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	min-height:265px;
box-sizing:border-box;
}

div.headerleft {
    float: left;
	text-align:left;
	width:220px;
	padding-top:40px;
}

div.logoarea1 {
    float: left;
	margin: 0 0 0 0;
}

div.logoarea1 img {
	margin: 0 0 18px 0;
	width:220px;
}
div.logoarea1 a {
display: block;
}

div.kamoku_area {
clear:both;
line-height:1;
font-size:11px;
text-align: center;
width:220px;
color:#565642;
font-weight:bold;

}


div.headermiddle {
position:absolute;
text-align:left;
padding:60px 0 0 0;
width:372px;
margin-left: 265px;
}

div.catch_area {
line-height:1;
font-size:13px;
text-align: left;
width:auto;
color:#4F453F;
padding-bottom:30px;
}

div.headermiddle img {
	width:372px;
}


div.headerright {
    float: right;
	text-align:right;
	/*margin:58px 0 0 0;*/
	margin:32px 0 0 0;
	/*マイナス26px*/
	padding:0;
	width:300px;

}

.btn_shuzai,
a.btn_shuzai,
button.btn_shuzai {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em 0.5em 3.5em;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5em;
  margin-bottom: 17px;
  /*border:1px solid #3FA9F5;*/
  /*border:1px solid #f19306;*/
  border:1px solid #2B7703;
}

a.btn-tag:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  content: "";
  border-radius: 0.5em 0 0 0.5em;
}

a.btn-tag--microphone {
  color: #fff;
  /*background:#3FA9F5;*/
  /*background:#f19306;*/
  background:#2B7703;
}

a.btn-tag--microphone:before {
  background: #fff;
}

a.btn-tag--microphone i {
  font-size: 120%;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  padding: 0.35em 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 0;
  opacity: 1;
  /*color:#3FA9F5;*/
  /*color:#f19306;*/
  color:#2B7703;
}

a.btn-tag--microphone:hover {
  /*background: #5cb9fc;*/
  /*background: #ffae35;*/
  background: #57a72c;
}

a.btn-tag--microphone:hover i {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}

div.jouhou_area {
line-height:1;
font-size:13px;
text-align: right;
width:auto;
color:#49382C;
/*padding-bottom:17px;*/
padding-bottom:14px;
}


div.telno_area {
float:right;
width:220px;
}

div.telno_area img {
	margin: 0 auto 13px;
	width:100%;
}

div.otoiawase_area {
float:right;
width:220px;
}

div.otoiawase_area img {
	/*margin: 0 auto 40px;*/
	margin: 0 auto 22px;
	/*マイナス18px*/
	width:100%;
}

div.nav_area {
float:right;
margin-right:-30px;
	width: 815px;
}


#header_sp {
    display:none;
}

/*----------------------------------------------------------------------
 Nav
----------------------------------------------------------------------*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
}

.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{

  position: relative;
  width: auto;
  float: left;
  margin: 0 0 0 0;
  padding: 0 3px 0 0;
  text-align: center;

background:url("../images/nav_line.png") no-repeat ;
background-size:3px;
background-position: right top;
background-repeat:no-repeat;

}

.dropmenu li.last {
background:none ;
}


.dropmenu li a{
  display: block;
  margin: 0;
  padding: 11px 25px 9px 27px;
  color: #3E2816;
  font-size: 17px;
  line-height: 1;
  text-decoration: none;
  letter-spacing:3px;
}

.dropmenu li.last a{
  border-right:none;
}

.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 172px;
  color:#FF0000;
background:none;

}
.dropmenu li ul li.long{
  width: 192px;
}

.dropmenu li ul li a{
  padding: 13px 20px 11px;
  background: #EFE9C7;
  text-align: left;
  font-weight:normal;
  font-size: 13px;
  color: #351E01;
  border-right:none;
  text-decoration:underline;
  letter-spacing: 0.12em;
}
.dropmenu li:hover > a{
  background: #EFE9C7;
}
.dropmenu li a:hover{

}
.dropmenu li.last a:hover{

}

.dropmenu li ul li a:hover{
  text-decoration:none;

}

#fade-in li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}



#nav {
clear:both;
	width: 100%;
	margin: 0 auto 0;

}


#nav ul {
	width: 726px;
	min-height: 26px;
	margin: 0 auto;
}

#nav ul li {
	float: left;
	margin: 0;
	line-height: 1.5;
	text-align: center;
	font-size: 17px;
}


#nav ul li a {
	display: block;
	width: auto !important;
	min-height: 39px;
	padding-top: 16px;
	color: #445144;

	text-decoration: none;
	padding-right: 3px;
	background: url(../images/nav_line.png) right bottom no-repeat;
}

#nav ul li:last-child a {
	background: url(../images/nav_line2.png) right bottom no-repeat;
}

#nav ul li a:hover {
	min-height: 39px;
	padding-top: 16px;
	padding-right: 3px;

  background-image:
    url(../images/nav_line.png), /* 最前面の背景レイヤーの背景画像 */
    url(../images/nav_on.png);

  background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	repeat;

  background-position:
    bottom right, /* 最前面の背景レイヤーに対応 */
	bottom center;
}

#nav ul li:last-child a:hover {
	min-height: 39px;
	padding-top: 16px;
	padding-right: 3px;

  background-image:
    url(../images/nav_line2.png),  
    url(../images/nav_on.png);

  background-repeat:
    no-repeat, 
	repeat;

  background-position:
    bottom right, 
	bottom center;
}



#nav ul li.current {
  background-image:
    url(../images/nav_on.png);
  background-repeat:
	repeat;
  background-position:
	bottom center;
}



/*----------------------------------------------------------------------
 Nav2
----------------------------------------------------------------------*/

#nav2 {
	width: 1024px;
	padding:47px 0 24px;
	margin:0 auto;
	background-color:#3E2816;
	border-bottom: 1px dotted #ffffff;
	font-size:16px;
}
 
#nav2 ul {
	min-height: 22px;
	margin:0 auto;
	text-align:center;
}

#nav2 ul li {
	line-height: 1.3;

	display: inline-block;

}

#nav2 ul li::after {
	_content: "\ff5c";
	color: #f2f2f2;
}

#nav2 ul li:last-child::after {
	content: "";
}

#nav2 ul li a {
	min-height: 22px;
	padding: 3px 18px 0 14px;
	color: #f2f2f2;
	text-decoration: none;
}

#nav2 ul li.last a {
}

#nav2 ul li a:hover {
	color: #cccccc;
}

/*----------------------------------------------------------------------
 Nav3
----------------------------------------------------------------------*/

#nav3 {
	width: 1024px;
	padding:30px 0 18px;
	margin:0 auto;
	background-color:#3E2816;
	border-bottom: 1px dotted #ffffff;
	font-size:14px;
}
 
#nav3 ul {
	min-height: 22px;
	margin:0 auto;
	text-align:center;
}

#nav3 ul li {
	line-height: 1.3;

	display: inline-block;

}

#nav3 ul li::after {
	_content: "\ff5c";
	color: #f2f2f2;
}

#nav3 ul li:last-child::after {
	content: "";
}

#nav3 ul li a {
	min-height: 22px;
	padding: 3px 18px 0 14px;
	color: #f2f2f2;
	text-decoration: none;
}

#nav3 ul li.last a {
}

#nav3 ul li a:hover {
	color: #cccccc;
}

/*----------------------------------------------------------------------
 Navスマホ用
----------------------------------------------------------------------
a#menu{display:none;}*/
div#mainNav{display:none;}
div.sp_footer_menu_area {
    display:none;
}
div.sp_footer_menu_area2 {
    display:none;
}

/*----------------------------------------------------------------------
 Main
----------------------------------------------------------------------*/
#main {
	width: 100%;
}

.shinryo1 {
background:#F9FAEC;
background-image: url(../images/shinryo_bg.jpg);
background-size:1790px;
background-position: center top;
background-repeat:repeat-x;
}


.clinic1 {
background:#F9FAEC;
background-image: url(../images/clinic_bg.jpg);
background-size:1790px;
background-position: center top;
background-repeat:repeat-x;
}

.news1 {
background:#F9FAEC;
background-image: url(../images/news_bg.jpg);
background-size:1790px;
background-position: center top;
background-repeat:repeat-x;
}

.access1 {
background:#F9FAEC;
background-image: url(../images/access_bg.jpg);
background-size:1790px;
background-position: center top;
background-repeat:repeat-x;
}

.yoyaku1 {
background:#F9FAEC;
background-image: url(../images/access_bg.jpg);
background-size:1790px;
background-position: center top;
background-repeat:repeat-x;
}

.staff1 {
background:#F9FAEC;
background-image: url(../images/staff_bg4.jpg);
background-size:1790px;
background-position: center top;
background-repeat:repeat-x;
}

.contact1 {
background:#F9FAEC;
background-image: url("../images/contact_bg2.jpg");
background-size:1790px;
background-position: center top;
background-repeat:repeat-x;
}



.sp {
    display:none;
}

.tb {
    display:none;
}

.pc {
    display:inherit;
}

.pc2 {
    display:inherit;
}
.ib {
	display: inline-block;
}

.white_area {
    background-color:#FFFFFF;
	width: 100%;
	margin: 0;
	padding: 0;
}

.lightgreen_area {
    background-color:#F9FAEC;
	width: 100%;
	margin: 0;
	padding: 0;
}


/*-マーカー-*/
.marker1 {
background: linear-gradient(rgba(255, 255, 255, 0) 80%, #ffd3d3 20%);
font-weight: bold;
}
.marker2 {
background: linear-gradient(rgba(255, 255, 255, 0) 80%, #ffddbb 20%);
font-weight: bold;
}
.marker3 {
background: linear-gradient(rgba(255, 255, 255, 0) 80%, #cdff9b 20%);
font-weight: bold;
}

/* 取り消し線 Add iwa 250206 */
.del-border1 {
	text-decoration: line-through;
	text-decoration-style: solid;
	text-decoration-color: #F73E26;
}

/* 取り消し線 二重線 Add iwa 250206 */
.del-border2 {
	display: inline-block;
	position: relative;
}
.del-border2::before {
	content: '';
	width: 100%;
	height: 1px;
	border-top: solid 1px #000;
	position: absolute;
	left: 0 ;
	top: calc(50% - 3px);
}

.del-border2::after {
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #000;
	position: absolute;
	left: 0 ; 
	bottom: calc(50% - 3px);
}

/*
リンクボックス
---------------------------------------------------------*/
.link-box {
	border:solid 0.1rem #e2e2e2;
	padding: 1em ;
	font-weight: bold;
	border-radius: 5px;
}
/*
---------------------------------------------------------*/

/*-丸にチェックマークのリスト-*/
ul.checklist {
	padding: 0;
	padding: 0 0 0 1.5em;
	position: relative;
	list-style: none;
	margin: 0 0 2em;
}
ul.checklist li {
	font-weight: normal;
	font-size: 16px;
}
ul.checklist li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	position: absolute;
	left: 0.2em;
	color: #59340E;
	font-weight: bold;
}

/*-新しい見出し-*/

.page_midashi {
clear:both;
	margin: 0 auto 26px;
	padding: 0 0;
    color: #ffffff;
	font-size: 32px;
	letter-spacing:0.15em;
	text-align:left;
	width:930px;
}
.kasou_area p.under_h1{
	margin: 0 auto 39px !important;
	text-align: left;
	width:930px;
	font-size:16px;
	letter-spacing:0.1em;
	color:#ffffff;
}

.kasou_area p.under_h1 span{
margin-right:35px;
}

.kasou_area p.under_h1 span:before {
  content: url("../images/kasou_yokosankaku.svg");
	position:relative;
    top:1px;
	margin-right:3px;
	height:15px;
}

.kasou_area p.under_h1 span a{
	color:#ffffff;
	text-decoration:none;
}
.kasou_area p.under_h1 span a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.kugiri_midashi {
	margin: 0 auto 0;
	padding: 0 0;
    color: #3E2816;
	font-size: 20px;
	text-align: center;
	font-weight:normal;

	line-height:1.4;
}

.sikirisen_yellow {
	width: 31px;
	height: 8px;
	background:#EFC519;
	display: block;
	margin: 15px auto 33px;
    border-radius: 5px;

}

.obi_l_midashi {
    clear:both;
    font-weight: bold;
    margin: 2em 0 .5em;
    background-color: #59340E;
    color: #fff;
    padding: .35em .4em .25em;
    border-radius: .2em;	
	font-size: 28px;	
	text-align: left;
	line-height:1.2;
	letter-spacing:0.02em;
}

.obi_l_midashi.top{
    margin: 0 0 .5em;
}

.tatebou_l_midashi {
    font-weight: bold;
    position: relative;
    padding: 0.3em 0 0.3em 0.7em;
    line-height: 1.3;
    color: #FFAA00;
    margin: 1.5em 0 .5em;
	font-size: 24px;
	letter-spacing:0.02em;
	box-sizing: border-box;
}
.tatebou_l_midashi::before {
    font-weight: bold;
    position: absolute;
    content: "";
    top:0;
    left: 0;
    width: .3em;
    height: 100%;
    background-color: #FFAA00;
    border-radius: 1em;
}
.tatebou_l_midashi.top{
	margin: 0 0 .5em;
}


.line_m_midashi {
	margin: 0.6em 0 0.5em;
	padding: 0 0 0.2em 0;
    color: #FFAA00;
	font-size: 21px;
	font-weight:bold;
	text-align: left;
	line-height:1.4;
	background:none;

	border-bottom:1px #FFAA00 solid;
	border-radius: 0;
	letter-spacing:0.02em;
}
.line_m_midashi.top{
	margin: 0 0 15px;
}

.s_midashi {
	margin: 0 0 0.4em;
	padding: 0.3em 0 0 0;
    color: #f19306;
	font-size: 18px;
	text-align: left;
	letter-spacing:0.02em;
	line-height:1.4;
	font-weight: bold;
}
.s_midashi.top{
	margin: 0 auto 0.4em;
	padding: 0 0 0 0;
}

.s_midashi.kyouchou {
    color: #FFAA00;
}

.s_midashi_dl {
	width: 100%;
	margin: 0 auto 0;
	text-align: left;
}

.s_midashi_dl dt {
	margin: 0 0 0.4em;
	padding: 0.3em 0 0 0;
    color: #f19306;
	font-size: 18px;
	text-align: left;
	letter-spacing:0.02em;
	line-height:1.4;
	font-weight: bold;
}
.s_midashi_dl.color01 dt {
	color: #515151;
}

.s_midashi_dl dd {
	padding: 0;
	margin: 0 0 1.5em !important;
    color: #333;
	font-size: 16px;
	line-height:1.8;
	text-align: justify;
}
.s_midashi_dl .border01 {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2); 
}
.s_midashi_dl dd.indent {
    margin: 0 0 1.5em 1em !important;
	text-indent: -1.0em;
}
.s_midashi_dl dd.mb0 {
	margin: 0 0 0 !important;
}

.orange_column_dl {
    background-color:#fff4e6;
    width:100%;
	padding:20px 20px 0;
	margin:0.3em 0 2.5em;
    box-sizing:border-box;
	border-radius: 10px;
	text-align: left;
	overflow: hidden;
}
.orange_column_dl.mbshort {
	margin:0.3em 0 1.5em;
}

.orange_column_dl dt {
	margin: 0 0 1.2em;
	padding: 0 0 0.2em 0;
    color: #000000;
	font-size: 18px;
	text-align: left;
	letter-spacing:0.02em;
	line-height:1.4 !important;
	font-weight: normal;
	border-bottom:1px #999999 solid;
}
.orange_column_dl dt.green {
    font-weight: bold;
    margin: 0 0 0.6em;
    color: #0bb20b;	
	padding: 0 0 0 0;
	border-bottom:none;
}
.orange_column_dl dt.black {
    font-weight: bold;
    margin: 0 0 0.6em;
    color: #000000;	
	padding: 0 0 0 0;
	border-bottom:none;
}
.orange_column_dl dt.orange {
    color: #d85e03;
	border-bottom:1px #d85e03 solid;
}

.orange_column_dl dd {
	padding: 0;
	margin: 0 0 1.5em !important;
    color: #000000;
	font-size: 16px;
	line-height:1.8;
	text-align: justify; 
}
.orange_column_dl dd.indent {
    margin: 0 0 1.5em 1em !important;
	text-indent: -1.0em;
}


.oshirase_column_dl {
    background-color:#F4F4F4;
    width:100%;
	padding:20px 20px 0;
	margin:0.3em 0 2.5em;
    box-sizing:border-box;
	border-radius: 10px;
	text-align: left;
	overflow: hidden;
}

.oshirase_column_dl dt {
	margin: 0 0 1em;
	padding: 0 0 0.4em 0;
    color: #000000;
	font-size: 16px;
	text-align: left;
	letter-spacing:0.02em;
	line-height:1.4 !important;
	font-weight: bold;
	border-bottom:1px #f9cd16 solid;
}
.oshirase_column_dl dd {
	padding: 0;
	margin: 0 0 1em !important;
    color: #000000;
	font-size: 16px;
	line-height:1.8;
	text-align: justify; 
}
.oshirase_column_dl dd.indent {
    margin: 0 0 1.5em 1em !important;
	text-indent: -1.0em;
}
div.news_date {
    font-size:14px;
	padding:0 0 1em;
	color:#595959;
	line-height: 1.5;
}




.ss_midashi {
	margin: 0 0 0.25em;
	font-size: 17px;
	text-align: left;
	line-height:1.4;
	letter-spacing:0.02em;
	font-weight: bold;
}
.ss_midashi.box {
	color: #000000;
}

.column_midashi {
	margin: 0 0 3px;
	padding: 0 0 10px 0;
	color:#722C06;

	font-size: 16px;
	font-weight:bold;
	text-align: left;
	line-height:1.4;
	background:none;

	border-radius: 0;
	letter-spacing:0.075em;
}

.column_midashi img{
	margin: 0 7px 0 0;
	padding: 0 0 0 0;
	vertical-align:-4px;


width:21px;
height:21px;
}

.column_midashi2{
	margin: 6px 0 3px;
	padding: 0 0 10px 0;

    color: #515151;
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	line-height:1.4;
	background:none;
	border-bottom:1px #f9cd16 solid;
	border-radius: 0;
	letter-spacing:0.050em;
}

.column_midashi3{
	margin: 3px 0 8px;
	padding: 0 0 6px 0;

    color: #d85e03;
	font-size: 18px;
	font-weight:normal;
	text-align: left;
	line-height:1.4;
	background:none;
	border-bottom:1px #d85e03 solid;
	border-radius: 0;
	letter-spacing:0.050em;
}


.column_box_wrap {
    border-top:1px #eeeeee solid;
	padding-top:20px;
}

.column_box_wrap2 {
    border-top:1px #eeeeee solid;
	padding-top:20px;
	padding-bottom:15px;
}

.column_box_wrap3 {
	padding-bottom:15px;
}


.column_box {
    background-color:#fff4e6;
    width:auto;
	padding:15px 20px 20px;
	margin:0 0 30px;
box-sizing:border-box;
}

.column_box2 {
    background-color:#F4F4F4;
    width:auto;
	padding:20px 20px 0;
	margin:0 0 40px;
box-sizing:border-box;
}

.column_box3 {
    background-color:#fff4e6;
    width:auto;
	padding:15px 20px 0;
	margin:0.3em 0 2.5em;
    box-sizing:border-box;
	border-radius: 10px;
}
.column_box3.last {
	margin:0 0 53px;
}


table.type02 {
margin-top:-15px;
    margin-left:22px;
    margin-bottom:30px;
	border-top:#e5e5e5 1px solid;
	border-left:#e5e5e5 1px solid;

	font-size: 88%;
	width:95%;
	color:#333333;
} 
table.type02 th.t_top {
	border-bottom: #e5e5e5 1px solid;
	border-right: #e5e5e5 1px solid;
	text-align: center;
	padding: 10px ;
	background-color:#F1EFE7;
	font-weight:normal;
} 
table.type02 td.t_line01 {
	border-bottom: #e5e5e5 1px solid;
	border-right: #e5e5e5 1px solid;
	text-align: left;
	padding: 10px 15px;
	vertical-align: top;
}


.column_box span.bigtelno2 {
	padding:0 0 0;
	margin:20px 0 0;
    color:#c00000;
	font-size:20px;
	font-weight:bold;
}

.column_box span.bigtelno2 a {
    color:#c00000;
}

.topline_box {
    width:100%;
	border-top:1px #eeeeee solid;
	margin-top:5px;
	margin-bottom:0;
	padding:10px 0 0;
	text-align:left;
	overflow:hidden;
}

.topline_box2 {
    width:100%;
	border-top:1px #eeeeee solid;
	margin-top:7px;
	margin-bottom:0;
	padding:10px 0 0;
	text-align:left;
}

.topline_box3 {
    width:100%;
	border-top:1px #eeeeee solid;
	margin-top:5px;
	margin-bottom:0;
	padding:10px 0 7px;
	text-align:left;
}

.bottomline_box {
    width:100%;
	border-bottom:1px #E5E5E5 solid;
	margin-top:0;
	margin-bottom:30px;
	padding:0 0 30px;
	text-align:left;
}
.bottomline_box:last-child {
    border-bottom:none;
	margin-bottom:0;
	padding:0 0 10px;
}

.bottomline_box2 {
    width:100%;
	border-bottom:1px #666666 dotted;
	margin-top:0;
	margin-bottom:20px;
	padding:0 ;
	text-align:left;
}

div.bottomline_box3 {
    width:100%;
	border-bottom:1px #cccccc dotted;
	margin-top:0;
	margin-bottom:0;
	padding:20px 0 0 ;
	text-align:left;
box-sizing:border-box;
}

div.bottomline_box3last {
    width:100%;
	_border-bottom:1px #cccccc dotted;
	margin-top:0;
	margin-bottom:0;
	padding:20px 0 0 ;
	text-align:left;
box-sizing:border-box;
}


a.bottomline_box3 {
  display: inline-block;
    width:100%;
	border-bottom:1px #cccccc dotted;
	margin-top:0;
	margin-bottom:0;
	padding:22px 15px 3px ;
	text-align:left;
box-sizing:border-box;
}

a.bottomline_box3:hover {
    background-color:#F3F8FC;
	text-decoration:none;
}

a.bottomline_box3top {
  display: inline-block;
    width:100%;
	border-bottom:1px #cccccc dotted;
	margin-top:0;
	margin-bottom:0;
	padding:22px 15px 3px ;
	text-align:left;
box-sizing:border-box;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

a.bottomline_box3top:hover {
    background-color:#F3F8FC;
	text-decoration:none;
}


a.bottomline_box3last {
  display: inline-block;
    width:100%;

	margin-top:0;
	margin-bottom:0;
	padding:22px 15px 3px ;
	text-align:left;
box-sizing:border-box;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

a.bottomline_box3last:hover {
    background-color:#F3F8FC;
	text-decoration:none;
}

.bottomline_box4 {
    width:100%;
	border-bottom:1px #421E08 solid;
	margin-top:0;
	margin-bottom:20px;
	padding:0 0 20px;
	text-align:left;
}

.bottomline_box5 {

	border-bottom:1px #666666 dotted;
	margin-top:0;
	margin-bottom:12px;
	padding:0 5px 0;
	text-align:left;
box-sizing:border-box;
}

.bottomline_box5top {

	border-bottom:1px #666666 dotted;
	margin-top:0;
	margin-bottom:12px;
	padding:0 5px 0;
	text-align:left;
box-sizing:border-box;
}

.bottomline_box5bottom {


	margin-top:0;
	margin-bottom:12px;
	padding:0 5px 0;
	text-align:left;
box-sizing:border-box;
}

.bottomline_box5bottom2 {


	margin-top:0;
	margin-bottom:12px;
	padding:0 5px 0;
	text-align:left;
box-sizing:border-box;
}


.info_dl {
	width: 100%;
	margin: 0 auto 0;
	text-align: left;
}

.info_dl dt {
	float: left;
	clear: both;
	width: 220px;
	padding: 0 0 0 0;
	text-align:left;
	font-size:14px;
}
.news_largemarker {
      background-color: #1B498C;
      padding: 0.1em 0.8em 0;
      margin-left: 30px;
      margin-right: 0.3em;
	  color:#ffffff;
	display: inline-block;
}
.news_largemarker.oshirase {
      margin-left: 15px;
	font-weight: normal;
}

.news_largemarker2 {
      background-color: #2B7703;
      padding: 0.1em 0.8em 0;
      margin-left: 30px;
      margin-right: 0.3em;
	  color:#ffffff;
	display: inline-block;
}
.news_largemarker2.oshirase {
      margin-left: 15px;
	font-weight: normal;
}

.news_largemarker3 {
      background-color: #6B1900;
      padding: 0.1em 0.8em 0;
      margin-left: 30px;
      margin-right: 0.3em;
	  color:#ffffff;
	display: inline-block;
}
.news_largemarker3.oshirase {
      margin-left: 15px;
	font-weight: normal;
}

.info_dl dd {
	width: auto;
	margin-left:220px;
	padding: 0px 0px 33px 0px;
	font-size:18px;
	color:#0A510A;
}

.info_dl dd:last-child {
	padding: 0px 0px 0px 0px;
}

.info_dl dd a {
	color:#0A510A;
	text-decoration:underline;
}

.info_dl dd a:hover {
	color:#0A510A;
	text-decoration:none;
}


.info_dl2 {
	width: 100%;
	margin: 0 auto 0;
	text-align: left;
}

.info_dl2 dt {
	float: left;
	clear: both;
	width: 340px;
	padding: 0 0 0 0;
	text-align:left;
	font-size:16px;
	line-height:1.6;


margin:0 0 0 1.5em !important; 
text-indent:-1.5em;
}

.info_dl2 dd {
	width: auto;
	margin-left:385px;
	font-size:88%;
	line-height:1.8;
	padding: 0;
text-align: justify; 
}
.info_dl2 dd.mb1em {
	margin-bottom: 1em;
}

.info_dl3 {
	width: 100%;
	margin: 0 auto 0;
	text-align: left;
	font-size: 100%;
}

.info_dl3 dt {
	float: left;
	clear: both;
	width: 120px;
	padding: 0 0 0 0;
	text-align:left;
	font-size:16px;
	color:#666666;
}


.info_dl3 dd {
	width: auto;
	margin-left:120px;
	padding: 0 0px 15px 0px;
}

.info_dl4 {
	width: 100%;
	margin: 0 auto 0;
	text-align: left;
}

.info_dl4 dt {
	width: auto;
    text-align: justify; 
	font-size:16px;
	line-height:1.6;
    margin:0 0 0.3em 1.5em !important; 
    text-indent:-1.5em;
	font-weight: bold;
}
.info_dl4 dt:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8" ;
	font-weight: bold;
	left: -1em; 
	top: 0; 
	margin-right: 0.5em;
}

.info_dl4 dd {
	width: auto;
	font-size:88%;
	line-height:1.8;
	padding: 0;
    text-align: justify; 
}
.info_dl4 dd.mb1em {
	margin-bottom: 1em;
}

h3.box {
    text-align:center;
	font-size: 22px;
	font-weight:bold;
	color:#262626;
	width:100%;
	
    line-height: 35px;
	padding: 0 0 10px;
	margin-bottom:35px;
	border-bottom:1px solid #E3D7C6;
}




h3.box2 {
    text-align:center;
	font-size: 30px;
	font-weight:bold;
	color:#ffffff;
	padding:7px 0 5px 0 !important;
	margin:0;
}

.ss_shikiri {
clear:both;
    width:100%;
	background: url(../images/shikiri_line.png) left center repeat-x;
    text-align:center;
}

.ss_shikiri p {
margin:0;
   font-size:35px;
   font-weight:normal;
letter-spacing:4px;

}

.ss_shikiri2 {
clear:both;
    width:100%;
    text-align:center;
}

.ss_shikiri2 p {
margin:0;
   font-size:32px;
   font-weight:bold;
   color:#FFFFFF;
   padding:8px 0  4px 4px ;
letter-spacing:4px; 
}

.sikirisen_blue {
	width: 70px;
	height: 10px;
	background: #0066B5;
	display: block;
	margin: 10px auto 45px;
    border-radius: 5px;

}

div.timetable_area {

   float:left;
   margin-left:47px;
   width:482px;
}

div.timetable_area p {
   padding-top:10px;
   font-weight:bold;
   font-size:85%;
}

div.variafree_pc_area {
   float:left;
   width:200px;
   text-align:center;
}

div.variafree_pc_area p {
   padding-top:10px;
   font-weight:normal;
   font-size:100%;
}

div.variafree_sp_area {
   display:none;
}



p.news_title {
   padding-top:2px;
   padding-right:10px;
   padding-bottom:10px;
   font-weight:bold;
   font-size: 100%;
   color:#7D643E;
}






p.news_text {
   font-size: 88%;
   line-height:1.8;
}

p.news_text_indent {
	margin-left: 1.0em;
	text-indent: -1.0em;
   font-size: 88%;
   line-height:1.8;
}

p.news_text2 {
   font-size: 88%;
   line-height:1.8;
   padding-bottom:20px; 
}

p.news_text2_indent {
	margin-left: 1.0em;
	text-indent: -1.0em;
   font-size: 88%;
   line-height:1.8;
   padding-bottom:20px;
}



p.news_ichiran {
   font-size: 80%;
}

div.news_link_waku {
    clear: both;
    width: 405px;
    border: #ffffff 1px solid;
    margin: 23px auto 3px;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    padding: 8px;
}

div.news_link_waku a {
    color: #ffffff;
}

div.news_link_waku a:hover {
    color: #ffffff;
	text-decoration:underline;
}

a.news_link_waku2 {
float:right;
    width: 173px;
    margin: 0 0 0;
    color: #998b4d;
    font-size: 14px;
	line-height:1.4;
    text-align: center;
    padding: 9px 0 8px 0.075em;
	letter-spacing:0.075em;
	background:#ffffff;
	display: block;
}

a.news_link_waku2 a {
    color: #998b4d;
}

a.news_link_waku2:hover {
    color: #998b4d;
	text-decoration:underline;
	background-color: rgba(255,255,255,0.9);
}

div.link_waku22 {
    clear: both;
    width: 345px;
    border: #1B631B 1px solid;
    margin: 0 auto 0;
    color: #705C25;
    font-size: 14px;
    text-align: center;
    padding: 10px;
}

div.link_waku22 a {
    color: #2D2D2D;
}

div.link_waku22 a:hover {
    color: #2D2D2D;
	text-decoration:underline;
}

div.link_waku_kasou {
    clear: both;
    width: 388px;
    border: none;
    margin: 0 0 65px;
    color: #ffffff;
    font-size: 14px;
	line-height:1.2;
    text-align: center;
    padding: 13px 0 11px 0;
	background:#19a544;
}

div.link_waku_kasou a {
    color: #ffffff;
}

div.link_waku_kasou a:hover {
    color: #ffffff;
	text-decoration:underline;
}



/*交通案内*/
div.kasou_access_left {
margin-top:-2px;
width:350px;
float:left
}

div.kasou_access_right_wrap {
margin-top:-2px;
float:left;
width:140px;
}

div.kasou_access_right {
float:left;
margin-left:15px;
}

div.kasou_access_right p {

padding:0 0 15px;
}

table.typeblue2 {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right:none;
  border-bottom: none;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0;
  _max-width:355px;
  width:100%;
  margin-bottom:37px;
}
table.typeblue2 thead th,
table.typeblue2 tbody th,
table.typeblue2 tbody td {
  padding: 1px 1px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
table.typeblue2 thead {
  height:25px;
}
table.typeblue2 thead th {
  background-color: #2E75B6;
  font-size:12px;
  font-weight:normal;
  color:#ffffff;
  padding:1px 0 0 0;
  height:21px;
  text-align:center;
}
table.typeblue2 thead td {
  background-color:#2E75B6;
  font-size:10px;
  color:#ffffff;
  padding:1px 0 0 2px;
  text-align:center;
  width:9.5%;
  letter-spacing:1px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

table.typeblue2 tbody th {
  font-size:10px;
  background-color: #BDD7EE;
  font-weight:normal;
  padding:4px 0 3px 0;
  height:26px;
  text-align:center;
}
table.typeblue2 td {
  text-align:center;
}

table.typeblue2 tbody td {
  font-size:12px;
  color:#262626;
  background-color: #BDD7EE;
}



p.tsubuyaki_title1 {
   font-size: 100%;
   line-height:1.8;
   text-align:center;
   margin-top:-15px;
}

p.tsubuyaki_title2 {
   font-size: 150%;
   line-height:1.8;
   text-align:center;
   font-weight:bold;
}

p.tsubuyaki_text {
   font-size: 88%;
   line-height:1.8;
   padding:0 0 15px 0;
}

p.tsubuyaki_img {
   margin:10px 15px 30px;
   text-align:center;
}




/*----------------------------------------------------------------------
 Content
----------------------------------------------------------------------*/
#content {
	float: left;
	width: 768px;
	line-height: 1.8;
	margin:0;
}

#content p {
	padding: 0 0 15px;
}

#content dt,
#content dd,
#content th,
#content td {
	line-height: 1.8;
}

#content2 {
	width: 100%;
	line-height: 1.8;
	margin:0 0;
}

.radius_white_box {
    background-color:#ffffff;
    width:768px;
	padding:0 44px 44px 44px;
	margin:0 auto 0 0;
    border-radius: 15px;

box-sizing:border-box;

}

.radius_white_box2 {
    background-color:#ffffff;
    width:100%;
	padding:40px 34px 65px 34px;
	margin:0 auto 70px 0;
    border-radius: 15px;

box-sizing:border-box;
}

.radius_white_box3 {
    background-color:#ffffff;
    width:100%;
	padding:44px 0 0 0;
	margin:0 auto 70px 0;
    border-radius: 15px;

	overflow:hidden;
box-sizing:border-box;
}

.radius_white_box4 {
clear:both;
    background-color:#ffffff;
    width:1120px;
	padding:50px 40px 60px 40px;
	margin:0 auto 70px;
    border-radius: 15px;

}


.access_btm_area {
    width:1140px;
	padding:0;
	margin:0 auto 70px;
	text-align:center;
}

.access_btm_area img {
	margin:0 27px 20px;
}

.access_a_area {
    width:700px;
	padding:0;
	margin:0 20px 0 0;
	float:left;
}

.access_a_area img {
    width:100%;
	max-width:700px;
	margin:0 0 15px;
}

.access_b_area {
    width:300px;
	padding:0;
	margin:0;
	float:right;
}

.access_b_area img {
    width:100%;
	max-width:300px;
	margin:0 0 15px;
}

.access_c_area {
    width:700px;
	padding:0;
	margin:0;
	float:left;
}


.gotothetop_area {
	clear: both;
	text-align: right;
}

.gotothetop_area a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

/*----------------------------------------------------------------------
 目次　Add iwa 250131
----------------------------------------------------------------------*/
.mokuji {
	border: .1em solid #beb3a7;
	border-radius: 5px;
	margin-bottom: 4em;
}
.mokuji-head {
	border-bottom: .1em solid #beb3a7;
	padding: .5em .5em .5em 1.5em;
}
.mokuji-head .title {
	font-size: 1.4em;
	font-weight: bold;
	color: #3b1f02;
}
.mokuji-body {
	padding: 1.5em 1.5em 1.5em 3em;
}

.mokuji ol {
	line-height: 1.8;
}

.mokuji ol li {
	color: #0642db;
	padding-bottom: 1em;
	font-weight: bold;
}

.mokuji ol li:last-child {
	padding-bottom: 0;
}

.mokuji ol li a {
	transition: .2s ease-out;
	color: #0642db;
	text-decoration-line: none;
}

.mokuji ol li a:hover {
	color: #7b9cef;
}


/*----------------------------------------------------------------------
 トップページ
----------------------------------------------------------------------*/

.mainimage {
	margin: 0 0 0;
	padding: 0;
	width: 100%;
	background:#F9FAEC;
}


.main_button_inner {
width:924px;
margin:0 auto 0;
}

.main_button_area {
width:186px;
margin:55px 0 0 15px;
}

.main_button_area img {
width:100%;
margin-bottom:28px;
}

.motto {
display:none;
}

.parking_pr {
display:none;
}

/*--- トップお知らせ ---*/
.topnews_area {
background:#ffffff;
	width: 100%;
	margin: 0;
	padding: 0 0 40px;
	text-align:center;
}

.topnews_area_inner {
	width: 1024px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align:center;
}

.news_area {
clear:both;
    padding:0 0;

}

.news_shinchaku {
clear:both;
width:100%;
background:#998B4D;
_background-image: url(../../images/news_kata1.svg);
_background-size:65px;
_background-position: right top;
_background-repeat:no-repeat;

	margin: 50px 0 50px;
	padding: 13px 20px 20px;
	text-align:left;

box-sizing:border-box;
}

.news_shinchaku_uchiwaku {
clear:both;
width:100%;
background:#ffffff;
	margin: 0 auto;
	padding: 25px 25px 20px;
	text-align:left;
box-sizing:border-box;
}

.news_keiji {
clear:both;
width:100%;
background:#998B4D;


	margin: 0 0 50px;;
	padding: 13px 20px 20px;
	text-align:left;

box-sizing:border-box;
}

.news_keiji_uchiwaku {
clear:both;
width:100%;
background:#ffffff;
	margin: 0 auto;
	padding: 30px 25px;
	text-align:left;
	box-sizing:border-box;
}
.uchiwaku_scroll {
	height: 600px;
	overflow-y: visible;
	overflow-x: hidden;
}

.news_info {
clear:both;
width:100%;
background:#C5E0B4;
	margin: 0;
	padding: 20px 40px;
	text-align:left;
    border-radius: 10px;
box-sizing:border-box;
}

.news_info_uchiwaku {
clear:both;
width:100%;
background:#ffffff;
	margin: 0 auto;
	padding: 0 15px;
	text-align:left;
    border-radius: 7px;
box-sizing:border-box;
}

.news_midashi{
margin:12px 0 20px 0;
   font-size:17px;
   line-height:17px;
   float:left;
   color:#ffffff;
font-weight: normal;
}

.news_blog {
clear:both;
width:100%;
background:#998B4D;


	margin: 0 0 50px;;
	padding: 13px 20px 20px;
	text-align:left;

box-sizing:border-box;
}
.news_blog_uchiwaku {
clear:both;
width:100%;
background:#ffffff;
	margin: 0 auto;
	padding: 5px 25px 20px;
	text-align:left;

box-sizing:border-box;
}


.snsbox01 {
	width: 100%;
	margin: 0 auto;
	padding: 2em;
	text-align:left;
	border: 7px solid #dbb911;
	box-sizing: border-box;
}


.snsbox {
	display:flex;
	justify-content: space-between;
}
.snsbox_item1 {
	width: 48%;
}
.snsbox_item2 {
	width: 48%;
	margin-bottom: 50px;
}
.twitter_waku {
	border:1px solid #dddddd;
	padding:0 1px;
	margin:0 auto;
	max-width: 500px;
	height: 100%;
}

/* 掲示情報のサムネールありのときの枠 */
.keiji_thumbnails {
	display:flex;
	justify-content: space-between;
}
.keiji_thumbnails_item1 {
	width:20%;
}
.keiji_thumbnails_item1 img {
	width:100%;
}
.keiji_thumbnails_item1 img.wakusen {
	border: 1px #cccccc solid;
	box-sizing: border-box;
}
.keiji_thumbnails_item2 {
	width:77%;
}

/*ホンマでっかTV*/
.prbox {
width:100%;
border:7px solid #663300;
background:rgba(251,176,59,0.1);

padding:16px 40px 0 40px;
margin:0 auto 0;
text-align:center;

box-sizing:border-box;
border-radius: 15px;
}

.prbox_item1 {
	width: 100%;
}

.prbox_item1 p {
font-size:88%;
letter-spacing:0.1em;
line-height:1.8;
padding:0 0 15px 0;
text-align:center;
color:#515151;
}

.prbox_item1 h3.bigtext {
font-size:18px;
letter-spacing:0.1em;
line-height:1.4;
padding:0 0 1em 0;
text-align:center;
color:#333333;
width:auto;
font-weight:normal;
}
.prbox_item1 h3.bigtext2 {
font-size:24px;
letter-spacing:0.1em;
line-height:1.4;
padding:0 0 0 0;
text-align:center;
color:#cc0033;
width:auto;
font-weight:bold;
}


/*新型コロナ*/
a.prbox2 {
	margin: 0 auto 1.5em;
	padding: 0.4em 0.8em 0.3em;
	width: 100%;
	border-style: solid;
	border-width: 3px 3px 3px;
	background-color: #ffffff;
	box-shadow: 1px 1px 3px #ccc;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 140%;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
a.prbox2.colred {
	border-color: #9A0000;
	color: #9A0000;
}
a.prbox2.colred:hover {
	text-decoration: none;
	background-color: rgb(255, 225, 225);
}
a.prbox2.colblue {
	border-color: #06a;
	color: #06a;
}
a.prbox2.colblue:hover {
	text-decoration: none;
	background-color: rgb(225, 241, 255);
}




/*年末年始の挨拶*/
.thanksbox {
width:100%;
border:7px solid #99cc00;
background:#ffffff;

padding:24px 40px 20px 40px;
margin:0 auto 50px;
text-align:center;

box-sizing:border-box;
overflow:hidden;
}
.thanksbox  h3.bigtext {
	font-size:24px;
	letter-spacing:0.1em;
	line-height:1.4;
	padding:0 0 0.7em 0;
	text-align:left;
	color:#ff5500;
	width:auto;
	font-weight:bold;
}
.thanksbox_flex {
		display:flex;
		justify-content: space-between;
}

.thanksbox_item1 {
	width: 70%;
}
.thanksbox_item2 {
	width: 26%;
}

.thanksbox_item1 p {
font-size:88%;
letter-spacing:0.1em;
line-height:1.8;
padding:0 0 15px 0;
text-align:left;
color:#515151;
_width:520px;
}

.thanksbox_item2 img {
	display: block;
	margin:0 auto 0;
	max-width: 210px;
	width:80%;
}

/* Add 240322 iwa
ニューストピック 横並びなし（駐車場工事のお知らせ）*/
.news-box {
	width:100%;
	border:7px solid #99cc00;
	background:#ffffff;
	padding:24px 40px 20px 40px;
	margin:0 auto 50px;
	text-align:center;	
  box-sizing:border-box;
  overflow:hidden;
}
.news-box h3.bigtext {
	font-size:24px;
	letter-spacing:0.1em;
	line-height:1.4;
	padding:0 0 0.7em 0;
	text-align:left;
	color:#ff5500;
	width:auto;
	font-weight:bold;
}
.news-box p {
	font-size:88%;
	letter-spacing:0.1em;
	line-height:1.8;
	padding:0 0 15px 0;
	text-align:left;
	color:#515151;
}


/*--- トップトピックス ---*/
.toptopics_area {

background:#ffffff;
	width: 100%;
	margin: 0;
	padding: 30px 0 45px;
	text-align:center;
	overflow:hidden;
}

.toptopics_area.honmadekka {
	background:#F9FAEC;
	padding: 75px 0 0;
}

.toptopics_area_inner {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}

.topicsbox1 {
    background:#FCF1C5;
    clear:both;
	padding:32px 35px 35px;
	text-align:left;
	width:1024px;
	margin:0 auto 50px;
	overflow:hidden;
    box-sizing:border-box;
}

.topicsbox1_contents_wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.topics_left {
  width:52%;
	padding:0 0 0;
	text-align:left;
}
.topics_left .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.topics_left .iframe-wrapper iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.topics_left img {
    width:100%;
    height:auto;
}

.topics_textbox_wrap {
	display: flex;
	flex-direction: column;
  justify-content : space-between;
	width:45%;
}

.topics_textbox {
	padding:0 0 0 0 ;
	text-align:left;
}
.topics_textbox p {
	padding:0 0 2em 0 ;
	line-height:1.8;
	font-size:88%;
   text-align: justify; 
   color:#000000;
}
.topics_textbox h4.bigtext {
	padding:0 0 15px 0 ;
	line-height:1.45;
	font-size:18px;
	letter-spacing:0.1em;
   text-align: justify; 
	color:#CC8D00;
	font-weight:bold;
}


.movie_center {
    width:100%;
	text-align:center;
}
.movie_center iframe {
vertical-align: bottom;
}


.topicsbox2 {
background:#F6F7F9;
background-image: url(../../images/topicsbox2_bg.jpg);
background-size:cover;
background-position: left top;
background-repeat:no-repeat;


clear:both;
	padding:32px 35px 35px;
	text-align:left;
	width:1024px;
	margin:0 auto 50px;
	overflow:hidden;
box-sizing:border-box;
}

.topics_textbox2 {
    float:right;
	padding:0 0 0 0 ;
	text-align:left;
	width:435px;
}
.topics_textbox2 p {
	padding:0 0 2em 0 ;
	line-height:1.8;
	font-size:88%;
	letter-spacing:0.1em;
   text-align: justify; 
}

.topics_textbox2 h4.bigtext {
	padding:0 0 15px 0 ;
	line-height:1.45;
	font-size:18px;
	letter-spacing:0.1em;
   text-align: justify; 
	color:#CC8D00;
	font-weight:bold;
}



.topics_textbox2 p.line1 {
	padding:0 0 0 0 ;
}


.topics_left2 {
    width:330px;
    float:left;
	padding:0 0 0;
	text-align:left;
}

.topics_left2 img {
    width:100%;
    height:auto;
}


span.suptext {
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}


.topicsbox3 {
    background:#FFFFFF;
    clear:both;
	padding:32px 35px 35px;
	text-align:left;
	width:1024px;
	margin:0 auto 0;
    box-sizing:border-box;
}

.topicsbox3_contents_wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.topics_left3 {
    width:376px;
	padding:0 0 0;
	text-align:center;
}
.topics_left3 img {
    width:100%;
	height:auto;
	max-width: 345px;
	margin: 0 auto;
}
.topics_left3 iframe {
	border:1px #999999 solid;
}

.topics_textbox3 {
	padding:0 0 0 0 ;
	text-align:left;
	width:545px;
}
.topics_textbox3 p {
	padding:0 0 2em 0 ;
	line-height:1.8;
	font-size:88%;
   text-align: justify; 
}
.topics_textbox3 p.line1 {
	padding:0 0 0 0 ;
}
.topics_textbox3 h4.bigtext {
	padding:0 0 15px 0 ;
	line-height:1.45;
	font-size:18px;
	letter-spacing:0.1em;
   text-align: justify; 
	color:#CC8D00;
	font-weight:bold;
}

.topicsbox4 {
	background:#FCF1C5;
	clear:both;
padding:32px 35px 35px;
text-align:center;
width:1024px;
margin:0 auto 0;
	box-sizing:border-box;
}
.topicsbox4 h4.bigtext {
padding:0 0 0.4em 0 ;
line-height:1.45;
font-size:18px;
letter-spacing:0.1em;
	text-align: left; 
color:#CC8D00;
font-weight:bold;
}
.topicsbox4 .topics_item h3.bigtext {
	padding:0 0 0.4em 0 ;
	line-height:1.45;
	font-size:18px;
	letter-spacing:0.1em;
		text-align: left; 
	color:#CC8D00;
	font-weight:bold;
}

.topicsbox4 p {
padding:0 0 2em 0 ;
line-height:1.8;
font-size:88%;
 text-align: justify;
}
.topicsbox4 p.pb0 {
padding:0 0 0 0 ;
}
.topicsbox4 p.pb1em {
padding:0 0 1em 0 ;
}
.topicsbox4_contents_wrap {
display: flex;
justify-content: space-between;
width: 100%;
}
.topics_left4 {
	width:49%;
text-align:left;
}
.topics_right4 {
	width:49%;
text-align:left;
}
.topics_left4 .topics_item {
	width:100%;
padding:1em 1em 1em;
text-align:left;
border-radius: 0.5em;
background-color: #ffffff;
box-sizing: border-box;
margin-bottom:1em;
}
.topics_left4 img {
	width:100%;
	/* max-width:360px; */
	margin: 0 auto 0;
	display: inline-block;
}

.topics_right4 .topics_item {
	width:100%;
padding:1em 1em 1em;
text-align:left;
border-radius: 0.5em;
background-color: #ffffff;
box-sizing: border-box;
margin-bottom:1em;
}
.topics_left4 .topics_item:last-child {
margin-bottom:0;
}
.topics_right4 .topics_item:last-child {
margin-bottom:0;
}

.topics_left4 iframe {
display: block;
margin: 0.6em auto 0;
}
.topics_right4 img {
	width:100%;
/* max-width:360px; */
margin: 0 auto 0;
display: inline-block;
}

/*--- トップ検診 ---*/
.topkenshin_area {

background:#F9FAEC;
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
	text-align:center;
	overflow:hidden;
}

.topkenshin_area_inner {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}

.kenshinbox {
	width:50%;
	padding:0 30px 24px 30px ;
	text-align:center;
	float:left;

	margin:0;
box-sizing:border-box;
}

.kenshinbox .title {
	padding:0 0 2px 0 ;
	margin-bottom:30px;
	line-height:1.0;
	font-size:22px;
	text-align: center;

	width:auto;
	color:#3A2500;
	font-weight: normal;
}

span.kasen {
	border-bottom:3px solid #EFC519;
}

.kenshinbox p {
	padding:0 0 2em 0 ;
	line-height:1.8;
	font-size:80%;
   text-align: justify; 

}

.kenshinbox p.centerlink {
   text-align: center; 
}


/*--- トップ診療案内 ---*/
.toptreatment_area {
	background:#F9FAEC;
	width: 100%;
	margin: 0;
	padding: 75px 0 50px;
	text-align:center;
}

.toptreatment_area_inner {
	width: 1024px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align:left;
	overflow:hidden;
}

.treatmentmenuarea {
width:690px;
float:left;
	margin: 0;
	padding:43px 47px;
box-sizing:border-box;

background-image: url(../../images/treatment_bg.jpg);
background-size:cover;
background-position: center;
}

.ss_title_treatment{
	margin: 3px auto 20px;
	padding: 0 0 16px 4px;
    color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	line-height:24px;
	letter-spacing:4px;
	border-bottom:#B59F41 2px solid;
	font-weight: normal;
}





.treatmentmenubox {
    width:25%;
	float:left;
text-align:center;
margin-bottom:30px;
}

.treatmentbox_text {
  width: 100%;

padding:0 0 0 0;
font-size:88%;
color:#ffffff;
line-height:3.3;
text-align:center;
}

.treatmentbox_text a {
color:#ffffff;
text-decoration:underline;
}

.treatmentbox_text a:hover {
color:#ffffff;
text-decoration:none;
}



.link_waku1 {
clear:both;
display: block;
width:100%;
background-color:#DDB612;
padding:13px 0 10px;
text-align:center;
}

.link_waku1 p {
color:#FFFFFF;
font-size:21px;
line-height:30px;
}

.link_waku1 p a {
color:#FFFFFF;
}

.link_waku1:hover {
color:#FFFFFF;
text-decoration:underline;
	background-color: rgba(221,182,18,0.8);
}

.sonotamenu_waku {
width:270px;
float:right;
padding:0;
overflow:hidden;
}

.link_waku2 {
display: block;
clear:both;
width:100%;
background:#E9EABE;
background-image: url(../images/link_waku2_bg_pc.svg);
background-size:35px;
background-position: right top;
background-repeat:no-repeat;
padding:18px 0 15px 27px;
text-align:left;
color:#705C25;
box-sizing:border-box;
}

.link_waku2.margin01 {
	margin-bottom:34px;
}

.link_waku2.margin02 {
	margin-bottom:15px;
}

.link_waku2 p {
color:#705C25;
font-size:18px;
line-height:30px !important;
}

.link_waku2 p a {
color:#705C25;
}

.link_waku2:hover {
color:#705C25;
text-decoration:underline;
background-color: #DDDF9C;
}

.link_waku3 {
display:none;
}


/*--- トップ診療時間・アクセス・スタッフ ---*/
.toptimetable_area {

background:#ffffff;

	width: 100%;
	margin: 0;
	padding: 0 0 0;
	text-align:center;
}

.toptimetable_area_inner {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}

.introducebox {
	background: url(../../images/introduce_bg.jpg);
	padding: 22px 0 20px;
	margin-bottom: 75px;
	width: 100%;
	text-align: center;
}
.introducebox p {
font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}

ul.introducelist {
	list-style:none;
	line-height:1.5;
	margin-top:13px;
}

ul.introducelist li {
display:inline;
	background: url("../images/logo_mark.svg") left top no-repeat;
	background-size:37px;
	padding-left:45px;
	margin:0 0 10px 0;
	font-size:24px;
	color:#000000;
	line-height:34px;
	padding-top:4px;
	padding-bottom:6px;
}
ul.introducelist li.mr94 {
	margin-right:94px;
}
ul.introducelist li.mr79 {
	margin-right:79px;
}

.clinic_bigtext {
    font-size:24px;
	line-height:1.8;
	color:#3A2500;
	padding-bottom:68px;
	margin-top:-8px;
}

.clinic_kasen_title {
    font-size:16px;
	line-height:1.4;
	color:#3A2500;
	width:auto;
	border-bottom:1px #EFC618 solid;
	padding-bottom:12px;
	margin-bottom:24px;
	font-weight: normal;
}

.timetable_box {
clear:both;
width:100%;
	margin: 0 0 0;
	padding:0 0 90px;
	overflow:hidden;
  box-sizing: border-box;
}

.timetable_box p {
line-height:1.8;
}

.timetable_left {
    width:450px;
    float:left;
	padding:0 50px 32px 0;
	text-align:left;
}

.timetable_textbox {
    float:left;
	padding:0 0 0 0 ;
	text-align:left;
	width:424px;
}

.timetable_textbox p {
font-size:88%;
line-height:2.2;
}

.timetable_textbox2 {
clear:both;
width:100%;
}

.timetable_textbox2 p {
font-size:88%;
line-height:1.8;
padding-bottom:0;
}





.access_box {
clear:both;
width:100%;
	margin: 0 0 0;
	padding:0 0 72px;
	overflow:hidden;
  box-sizing: border-box;
}

.access_left {
clear:both;
    width:320px;
	height:186px;
    float:left;
	padding:0 0 0 0;
	margin-right:20px;
	text-align:left;
}
.access_left iframe {
    width:100%;
	height:100%;
}

.access_center {
    width:144px;
	height:186px;
    float:left;
	padding:0 0 0 0;
	text-align:left;
	margin-right:45px;
}

.access_center img {
    width:144px;
	height:186px;
}

.access_textbox {
    float:left;
	padding:0 0 0 0 ;
	text-align:left;
	width:495px;
}

.access_textbox p {
	padding:0 0 18px 0 ;
	line-height:1.8;
	font-size:88%;
}

.access_textbox p.access_bigtext {
	line-height:1.4;
	font-size:18px;
	font-weight:bold;
	padding:0 0 14px 0 ;
}



.staff_box {
clear:both;
width:100%;
	margin: 0 0 0;
	padding:0 0 90px;
	overflow:hidden;
  box-sizing: border-box;
}

.staff_textbox {
    float:left;
	padding:0 0 0 0 ;
	text-align:left;
	width:359px;
	margin-right:115px;
}

.staff_textbox p {
	padding:0 0 18px 0 ;
	line-height:1.8;
	font-size:88%;
}

ul.taisei {
    list-style: disc;
    margin: -9px 0 4px 0;
}
ul.taisei li {
    margin: 0 0 4px 0;
    line-height: 2.0;
	font-size:16px;
}



.staff_right {
    width:500px;
    float:left;
	padding:0 0 0 0;
}

.staff_right img {
    width:100%;
	height:auto;
	
}

/*--- トップ３つの理由 ---*/
.topreason_area {

background:#F9FAEC;
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
	text-align:center;
	overflow:hidden;
}

.topreason_area_inner {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}

.reason_box {
clear:both;
width:100%;
	margin: 0 0 0;
	padding:0 0 66px;
	overflow:hidden;
  box-sizing: border-box;
}

.reason_left {
float:left;
width:580px;
	margin: 0 0 0;
	padding:0 0 0;
	overflow:hidden;
  box-sizing: border-box;
}

.title_box {
width:100%;
height:60px;
padding:0 0 18px 0;
border-bottom:1px #EFC618 solid;
margin:0 0 30px 0;
}

.title_box img.suuji {
width:60px;
height:60px;
padding:0;
margin:0 18px 0 0;
}

.title_box img.moji {
width:335px;
height:60px;
padding:0;
margin:0;
}

.reason_left p {
width:565px;
	margin: 0 0 0;
	padding:0 0 0;
text-align: justify; 
font-size:88%;
line-height:2.2;
}


a.toppagelink {
color:#3FA9F5;
text-decoration:underline;
}

a.toppagelink:hover {
color:#3FA9F5;
text-decoration:none;
}

.reason_right {
float:right;
width:384px;
	margin: 0 0 0;
	padding:0 0 0;
	overflow:hidden;
  box-sizing: border-box;
}

.reason_right img {
width:100%;
	margin: 0 0 0;
	padding:0 0 0;
}


/*--- トップご挨拶(院長の紹介) ---*/
.topgoaisatsu_area {
background:#ffffff;
background-image: url(../../images/goaisatsu_bg.jpg) ;
background-size: 2195px auto;
background-position: center top 45px;
background-repeat: no-repeat;



	width: 100%;
	margin: 0;
	padding: 0 0 90px;
	text-align:center;
	overflow:hidden;


}

.topgoaisatsu_area_inner {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}

.goaisatsu_area {
padding:0 0 0 0;
width:100%;
overflow:hidden;
}

.goaisatsu_textbox {
clear:both;
    float:left;
	padding:0 0 0 0 ;
	text-align:left;
	width:600px;
}

.goaisatsu_textbox p {
	padding:0 0 20px 0 ;
	line-height:1.8;
	font-size:100%;

color:#493B00;
}

.goaisatsu_textbox h3.bigtext {
	padding:0 0 25px 0 ;
	line-height:1.4;
	font-size:28px;
text-align:left;
color:#493B00;
}

.sonotamenu_waku2 {
width:270px;
float:left;
padding:0;
overflow:hidden;
	font-weight:normal;
	margin-top:6px;
}

.sonotamenu_waku2 p {
	padding:0 0 0 0 ;
	font-size:18px;
}

.link_waku2a {
	display:block;
clear:both;
width:100%;
padding:17px 0 14px 27px;
text-align:left;
_margin-bottom:40px;
border:1px #3F3300 solid;
background:#ffffff;
background-image: url(../images/link_waku2a_bg_pc.svg);
background-size:35px;
background-position: right top;
background-repeat:no-repeat;
box-sizing:border-box;
}

.link_waku2a p {
color:#705C25;
font-size:18px;
line-height:30px;
}

.link_waku2a p a {
color:#705C25;
}

.link_waku2a:hover {
color:#705C25;
text-decoration:underline;
background-color: #f9f9f9;
}

.goaisatsu_right {
    width:380px;
    float:right;
	padding:0 0 0;
}

.goaisatsu_right img{
width:100%;
	padding:0 0 0;
}




/*--- トップバナー ---*/
.topbanner_area {
background:#ffffff;
	width: 100%;
	margin: 0;
	padding: 55px 0 50px;
	text-align:center;
	overflow:hidden;
	border-top:1px #3E2816 solid;
}
.topbanner_area a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

.topbanner_area_inner {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}

.topbanner_area_inner img {
	margin: 0 50px 60px;
	width:240px;
}



.bannerbox_wrap {
/* width:1024px; */
margin:0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.bannerbox {
width:240px;
height:auto;
margin:0 20px 25px;
text-align:left;
}
.bannerbox.wide {
width:265px;
}
.bannerbox.wide2 {
width:auto;
margin: 0 20px 0;
border: 1px solid #cccccc;
padding: 15px;
}
.bannerbox.wide img {
width: 100%;
}

.bannerbox p {
margin:7px 0 0;
text-align:left;
font-size:14px;
}



















.button1 {
  display: inline-block;
  width: 100%;

  text-align: left;
  text-decoration: none;
  outline: none;

	color:#FFFFFF;
	font-weight:normal;
	padding:0;
}
.button1::before,
.button1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button1,
.button1::before,
.button1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
/*  -webkit-transition: all .3s;
  transition: all .3s;*/
}
.button1 {
  background-color: #E5BB0A;
}

.button1:hover {
  background-color: #B7AC79;
  text-decoration:none;
}


.button1.skyblue {
  background-color: #09B5D1;
}

.button1.skyblue:hover {
  background-color: #B7AC79;
  text-decoration:none;
}

.button1.lightgreen {
  background-color: #108421;
}

.button1.lightgreen:hover {
  background-color: #B7AC79;
  text-decoration:none;
}




.treatmentmenu div.tab1 {
background:#6EBE44;
background-image: url(../images/arrow_treatment.png);
background-position: 17px;
background-repeat: no-repeat;

    width:100%;
	height:48px;
	text-align:center;
    border-radius: 5px;
	padding:22px 0 0;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;

position:relative;

}

.treatmentmenu div.tab1 a {
display: block;
position: absolute;
top: 0;
left: 0;
height:100%;
width: 100%;
}

.treatmentmenu div.tab1 a:hover {
 color: #666666;
 text-decoration: none;
 background-color: #DBEED0;}

.treatmentmenu div.tab2 {
background:#0066B3;
background-image: url(../images/arrow_treatment.png);
background-position: 17px;
background-repeat: no-repeat;

    width:100%;
	height:48px;
	text-align:center;
    border-radius: 5px;
	padding:22px 0 0;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
}

.treatmentmenu div.tab3 {
background:#BC5A18;
background-image: url(../images/arrow_treatment.png);
background-position: 17px;
background-repeat: no-repeat;

    width:100%;
	height:48px;
	text-align:center;
    border-radius: 5px;
	padding:22px 0 0;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
}


.treatmentmenu div.textarea {
    width:96%;
	min-height:60px;
	text-align:left;
	margin-top:20px;
	padding:0 2%;
}













div.news_title {
    width:100%;
	padding-bottom:7px;
	border-bottom: 3px solid #cccccc;
}

div.news_naiyou {
    width:95.5%;
	padding: 2% 2% 0 2%;
	min-height:350px;
    margin:10px 0;
	border:1px solid #CCCCCC;
}

div.news_end {
    width:100%;
	padding-top:7px;
	border-top: 3px solid #cccccc;
	text-align:right;
}


/*----------------------------------------------------------------------
 下層ページ　共通
----------------------------------------------------------------------*/
.kasou_area {
	width: 100%;
	margin: 0;
	padding: 64px 0 0 0;
}


.kasou_area #content p {
	padding: 0;
	margin: 0 0 1.5em !important;
    color: #333;
	font-size: 16px;
	line-height:1.8;

text-align: justify; 
}

.kasou_area #content p.bottom10 {
    margin-bottom:10px !important;
}
.kasou_area #content p.green_small {
	font-size: 13px;
	font-weight: bold;
    margin-bottom:7px !important;
	color: #0bb20b;
	line-height: 1.4;
}
.kasou_area #content p.green_big {
	font-size: 19px;
	font-weight: bold;
    margin-bottom:11px !important;
	color: #0bb20b;
	line-height: 1.4;
}
.kasou_area #content p.green_big a {
	color: #0bb20b;
}

.kasou_area #content p.column_box3 {
	margin: 0 0 1em !important;
    color: #000000;
	line-height:1.8;

text-align: justify; 
}



.kasou_area #content p.line1 {
	margin:0 0 0 0 !important;
}
.kasou_area #content p.indent {
    margin: 0 0 1.5em 1em !important;
	text-indent: -1.0em;
}
.kasou_area #content p.indent_line1 {
    margin: 0 0 0 1em !important;
	text-indent: -1.0em;
}

.kasou_area #content p.indent_line2{
	margin: 0 0 0 2.0em !important;
	text-indent: -2.0em;
}



.kasou_area #content p a {
    color: #3FA9F5;
	text-decoration:underline;
}

.kasou_area #content p a:hover {
    color:  #3FA9F5;
	text-decoration:none;
}
.kasou_area #content p a.link1{
    color: #3FA9F5;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
/*    transition: .3s all ease-out;*/
    line-height: 1.5;
}
.kasou_area #content p a.link1:hover{
    color: #3FA9F5;
    text-decoration: none;
}
.kasou_area #content dd a.link1{
    color: #3FA9F5;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
/*    transition: .3s all ease-out;*/
    line-height: 1.5;
}
.kasou_area #content dd a.link1:hover{
    color: #3FA9F5;
    text-decoration: none;
}
a.link1{
    color: #3FA9F5;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
/*    transition: .3s all ease-out;*/
    line-height: 1.5;
}
a.link1:hover{
    color: #3FA9F5;
    text-decoration: none;
}
p a.link1{
    color: #3FA9F5;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
/*    transition: .3s all ease-out;*/
    line-height: 1.5;
}
p a.link1:hover{
    color: #3FA9F5;
    text-decoration: none;
}

.kasou_area #content p.lh2{
	line-height:2;
}

.kasou_area #content p.lastgyo{
	margin: 0 0 60px !important;

}
.kasou_area div.lastgazo{
	margin: 0 0 35px !important;

}
.kasou_map_area iframe {
	width: 100%;
	vertical-align: bottom;
}






.access_timetable {
    float:left;
	padding:0;
	text-align:left;
	margin:30px 0 30px;
}

.access_timetable img {
max-width:600px;
width:100%;
}


.access_map_waku {
   width:100%;
   margin:0 0 30px;
   height:280px;
}

div.image_box {
max-width:200px;
width:100%;
text-align:center;
margin:0 0 0 30px;
float:right;
}

div.image_box img {
width:100%;
margin-bottom:15px;
}

div.image_box p {
text-align:center;
padding-bottom:0;
}


div.image_box2 {
padding-bottom:35px;
text-align:left;
}

div.image_box2 img {
width:100%;
}



div.tsubuyaki_img2 {
   margin:10px 0 30px 7px;
   text-align:center;
   width:45em;
}


div.kasou_inner {
    padding:0 0 0;
	width:1024px;
	margin:0 auto;
	overflow:hidden;
}

.kasou_area ul.common {
	margin:-1em 0 2em 22px;
	list-style:outside;
}

.kasou_area ul.common li {
	list-style-type: disc;
	margin:0 0 0.5em 0 !important;
    color: #333;
	font-size: 16px;
	line-height:1.5;
}
.kasou_area ul.common.bold li {
    color: #515151;
}

.kasou_area ul.common.mb0 {
	margin:-1em 0 0 22px;
}

.kasou_area ul.common2 {
	margin:0 0 2em 22px;
	list-style:outside;
}

.kasou_area ul.common2.t_ul_list {
	margin:0 0 0 22px;
}

.kasou_area ul.common2.mb0 {
	margin:0 0 0 22px;
}
.kasou_area ul.common2.kyouchou{
	font-weight:bold;
}
.kasou_area ul.common2.kyouchou li {
	color:#F73E26 !important;
}
.kasou_area ul.common2 li {
	list-style-type: disc;
	margin:0 0 0.5em 0 !important;
	color: #333;
	font-size: 16px;
	line-height:1.5;
}

.kasou_area ul.common2.bold li {
    color: #515151;
}

.kasou_area ol.common {
	margin:-1em 0 2em 22px;
	list-style:outside;
}

.kasou_area ol.common li {
	margin:0 0 0.5em 0 !important;
    color: #333;
	font-size: 16px;
	line-height:1.5;
}
.kasou_area ol.common.bold li {
    color: #515151;
}


.kasou_area ol.common2 {
	margin:0 0 2em 22px;
	list-style:outside;
}

.kasou_area ol.common2 li {
	margin:0 0 0.5em 0 !important;
    color: #333;
	font-size: 16px;
	line-height:1.5;
}
.kasou_area ol.common2.bold li {
    color: #515151;
}

.kasou_area ol.common3 {
	margin:0 0 10px 22px;
	list-style:outside;
	list-style:decimal;
}

.kasou_area ol.common3 li {
	margin:0 0 0.5em 0 !important;
    color: #333;
	font-size: 16px;
	line-height:1.5;
}
.kasou_area ol.common3.bold li {
    color: #515151;
}



div.timetable3_area {
     margin-top:-30px;
   width:482px;
}

div.timetable3_area p {
   padding-top:10px !important; 
   font-weight:bold;
   font-size:85%;
}



dl.tate_dl  {
  margin: 0 0 0 0;
  line-height:1.5;
}

dl.tate_dl dt {
  width: 300px;
  margin:0 0 0 1em !important; 
  text-indent:-1em;
  font-weight:bold;
}

dl.tate_dl dd {
  margin-top:0;
  margin-bottom: 15px;
  margin-left: 1em;
}

dl.yoko_dl  {
  margin: 0 0 1.5em 0;
  line-height:1.8;
  color:#333;
}

dl.yoko_dl dt {
  clear: left;
  float: left;
  margin: 0 0 1em 0;
  width: 80px;
  font-weight:normal;
}

dl.yoko_dl dd {
  margin-top:0;
  margin-bottom: 1em;
  margin-left: 80px;
}

dl.yoko_dl2  {
  margin: 0 0 15px 0;
  line-height:1.5;
}

dl.yoko_dl2 dt {
  clear: left;
  float: left;
  margin: 0 0 5px 0;
  width: 150px;
  font-weight:bold;
}

dl.yoko_dl2 dd {
  margin-top:0;
  margin-bottom: 5px;
  margin-left: 150px;
  _width: 500px;
}


.img_control {
    width:30%;
	height:auto;
	margin:0 0 10px 10px;
	float:right;
}

.img_control2 {
  width:100%;
	height:auto;
	margin-top:0.3em;
	margin-bottom:2.5em;
}
.img_control2.wakusen {
	border: 1px #cccccc solid;
	box-sizing: border-box;
}
.img_control2mb7 {
    width:100%;
	margin-bottom:7px;
}

.img_control3 {
    width:40%;
	margin-left:15px;
	margin-bottom:15px;
	float:right;
}

.img_control4 {
    width:50%;
	max-width:180px;
	margin-top:0;
	margin-bottom:35px;
	float:right;
}
.img_control5 {
    width:48%;
	max-width:325px;
	margin-left:15px;
	margin-bottom:35px;
	float:right;
}
.img_control6 {
    width:40%;
	margin-right:15px;
	margin-bottom:35px;
	float:left;
}

.img_control7 {
    width:70%;
	display: block;
	margin:0.3em auto 2.5em;
}

.img_control_timetable {
    width:100%;
	max-width: 500px;
	margin: 0.5em 0 1em;
}
.img_control_book {
    width:20%;
	max-width:100px;
	margin-left:15px;
	margin-bottom:33px;
	float:right;
}
.img_control_book2 {
    width:35%;
	max-height:145px;
	margin-left:15px;
	margin-bottom:33px;
	float:right;
}
.img_control_doctor {
    width:206px;
	height:auto;
	margin:0 0 33px 0;
	float:left;
	text-align:center;
}

.img_control_doctor img {
    width:206px;
    border-radius: 10px; 
}

div#content a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

/*div.toptreatment_area a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}*/

.bigtelno {
    font-weight:bold;
	font-size:24px;
	color:#FF0000;
}

div.rightapo {
    text-align:right;
	width:100%;
}

.rightapo img {
    width:100%;
    max-width:331px;
}


/*アイコン*/
.iconimage {
    margin-bottom:18px;
}

/*セクションタイトル*/
.ss_title_iconarea {
	width: 100%;
	height: 45px;
	overflow: visible;
	background: #f9faec;
	text-align: center;
}
.ss_title_iconarea.white {
	background: #ffffff;
}
.ss_title_iconarea.white_lightblue {
	background: #ffffff;
}
.ss_title_iconarea div.iconimgbox {
	width: 116px;
	height: 90px;
	margin: 0 auto -45px;
	padding: 0 0 45px;
}
.ss_title_iconarea div.iconimgbox img {
	width: 100%;
	height: 100%;
}


.ss_title{
	margin: 45px auto 37px;
	padding: 0 0 0 0.075em;
    color: #515151;
	font-size: 25px;
	text-align: center;
	line-height:1.4;
	letter-spacing:0.075em;
	font-weight: normal;
}
.ss_title.under90 {
	margin: 45px auto 82px;
}
.ss_title.under65 {
	margin: 45px auto 57px;
}
.ss_title.under75 {
	margin: 45px auto 67px;
}
.ss_title.font21 {
	font-size: 21px;
}


.ss_title img{
	margin: 0 18px 0 0;
	height:40px;
}



.ss_title2_wrap {
 text-align: center;
 }
 .ss_title2_wrap h2.ss_title2 {
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
	color: #515151;
	font-size: 24px;
	margin-bottom:30px;
	 letter-spacing:0;
	 font-weight:normal;
	}
	.ss_title2_wrap h2.ss_title2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	 border-bottom:3px #EFC519 solid;
	margin: 0 auto;
	}

.ss_title2_wrap h3.ss_title2 {
 position: relative;
 display: inline-block;
 padding-bottom: 4px;
 color: #515151;
 font-size: 24px;
 margin-bottom:30px;
	letter-spacing:0;
	font-weight:normal;
 }
 .ss_title2_wrap h3.ss_title2::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
	border-bottom:3px #EFC519 solid;
 margin: 0 auto;
 }



/*リンクボタン*/

.button_wrap {
    width:100%;
	text-align:center;
  margin:30px 0 45px;
}

.button_wrap2 {
    width:100%;
	text-align:center;
  margin:60px 0 30px;
}

.button_wrap3 {
    width:100%;
	text-align:center;
  margin:0 0 60px;
}


.button {
  display: inline-block;
  width: 80%;
  height: 50px;
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 50px;
  outline: none;

  font-size:85%;
  padding-left:6px;
}
.button {
  _background-color: #ffffff;
  border: 1px solid #999999;
  _color: #333333;
  line-height: 50px;
}

a.button {
  color:#1867D1;
}

.button:hover {
  background-color: #59b1eb;
  border-color: #59b1eb;
  color: #ffffff;
  text-decoration: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_brown {
  display: inline-block;
  width: 400px;
  height: 50px;
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 50px;
  outline: none;

  font-size:100%;
  padding-right:5px;
}
.button_brown {
  background-color: #432009;
  _border: 1px solid #999999;
  color: #ffffff;
  line-height: 50px;
}

a.button_brown {
  color:#ffffff;
}

.button_brown:hover {
  background-color: #7A3A10;
  _border-color: #59b1eb;
  color: #ffffff;
  text-decoration:none;
}
.button_brown::before,
.button_brown::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_brown,
.button_brown::before,
.button_brown::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button_white {
  display: inline-block;
  width: 276px;
  height: 50px;
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 50px;
  outline: none;

  font-size:100%;
  padding-right:10px;
  margin:20px 0 50px;
}
.button_white {
  background-color: #f2f2f2;
  _border: 1px solid #999999;
  color: #421E08;
  line-height: 50px;
}

a.button_white {
  color:#421E08;
}

.button_white:hover {
  background-color: #7A3A10;
  _border-color: #59b1eb;
  color: #421E08;
  text-decoration:none;
}
.button_white::before,
.button_white::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_white,
.button_white::before,
.button_white::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button_back {
  display: inline-block;
  width: 80px;
  height: 30px;
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 30px;
  outline: none;

  padding:1px 0 0;
    border-radius: 5px; 
	border:none;
	font-size: 100%;
}
.button_back {
  background-color: #432009;
  _border: 1px solid #999999;
  color: #ffffff;
  line-height: 30px;
}

a.button_back {
  color:#ffffff;
}

.button_back:hover {
  background-color: #7A3A10;
  _border-color: #59b1eb;
  color: #ffffff;
  text-decoration:none;
}
.button_back::before,
.button_back::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_back,
.button_back::before,
.button_back::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button_link {
  display: inline-block;

  padding:1px 25px 5px;
  height: 22px;
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 22px;
  outline: none;

    border-radius: 15px;

  font-size:16px;
margin:4px 0 0 50px;
}
.button_link {
  background-color: #4482BA;
  color: #ffffff;
  line-height: 22px;
}

a.button_link {
  color:#ffffff;
}

.button_link:hover {
  background-color: #87AFD3;
  color: #ffffff;
  text-decoration:none;
}
.button_link::before,
.button_link::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_link,
.button_link::before,
.button_link::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
/*  -webkit-transition: all .3s;
  transition: all .3s;*/
}

.button_link2 {
  display: inline-block;

  padding:1px 25px 5px;
  height: 18px;
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 18px;
  outline: none;

    border-radius: 15px;

  font-size:14px;
margin:4px 0 0 25px;
}
.button_link2 {
  background-color: #4482BA;
  color: #ffffff;
  line-height: 18px;
}

a.button_link2 {
  color:#ffffff;
}

.button_link2:hover {
  background-color: #87AFD3;
  color: #ffffff;
  text-decoration:none;
}
.button_link2::before,
.button_link2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_link2,
.button_link2::before,
.button_link2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
/*  -webkit-transition: all .3s;
  transition: all .3s;*/
}

.button_link3 {
  display: inline-block;

  padding:1px 25px 5px;
  height: 18px;
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 18px;
  outline: none;

    border-radius: 15px;
  font-size:12px;
margin:4px 0 0 7px;
}
.button_link3 {
  background-color: #4482BA;
  color: #ffffff;
  line-height: 18px;
}

a.button_link3 {
  color:#ffffff;
}

.button_link3:hover {
  background-color: #87AFD3;
  color: #ffffff;
  text-decoration:none;
}
.button_link3::before,
.button_link3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_link3,
.button_link3::before,
.button_link3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
/*  -webkit-transition: all .3s;
  transition: all .3s;*/
}

.button_link4 {
  display: inline-block;

  padding:0 25px 5px;
  height: 22px;
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 22px;
  outline: none;

    border-radius: 15px; 

  font-size:88%;
margin:4px 0 7px 0;
}
.button_link4 {
  background-color: #4482BA;
  color: #ffffff;
  line-height: 22px;
}

a.button_link4 {
  color:#ffffff;
}

.button_link4:hover {
  background-color: #87AFD3;
  color: #ffffff;
  text-decoration:none;
}
.button_link4::before,
.button_link4::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_link4,
.button_link4::before,
.button_link4::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*画像とテキストの制御*/
.gazouandtext {
	display:flex;
	justify-content: space-between;
	clear: both;
}
.gazouandtext.books {
	align-items: normal;
}
.gazouandtext_item1 {
	width: 65%;
}
.gazouandtext_item1.gazouwide {
	width: 50%;
}
.gazouandtext_item1.gazouwide2 {
	width: 52%;
}
.gazouandtext_item1.gazouwide3 {
	width: 55%;
}
.gazouandtext_item1.wide100 {
	width: 100%;
}
.gazouandtext_item2 {
	width: 30%;
}
.gazouandtext_item2.gazouwide {
	width: 45%;
}
.gazouandtext_item2.gazouwide2 {
	width: 43%;
}
.gazouandtext_item2.gazouwide3 {
	width: 40%;
}
.gazouandtext_item2 img {
	width: 100%;
	margin: 0 auto 2.5em;
	display: block;
}
.gazouandtext_item2 img.mb0 {
	margin: 0 auto 0;
}
.gazouandtext_item2 img.books {
	width: 100%;
	margin: 0 auto 1.5em;
}
.gazouandtext_item2 img.wakusen {
	border: 1px #cccccc solid;
	box-sizing: border-box;
}
.gazouandtext_item2 img.caption_ari {
	margin: 0 auto 0.5em;
}
.gazouandtext_item2 img.sanmai {
	margin: 0 auto 1.5em;
}
.kasou_area #content .gazouandtext_item2 p {
	text-align: center;
	width: 100%;
}
.kasou_area #content .gazouandtext_item2 p.indd {
	margin-bottom: 0 !important;
}
.gazouandtext_item3 {
	width: 30%;
}
.gazouandtext_item3 img.sanmai {
	width: 100%;
	margin: 0 auto 1.5em;
	display: block;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
}

/*メディア掲載と書籍・執筆活動*/
.booksandmedia_bordertopbox {
	border-top: 1px solid #999999;
	padding:2em 0 1.5em;
}
.booksandmedia .booksandmedia_bordertopbox:first-child  {
	border-top: none;
}
.booksandmedia .booksandmedia_bordertopbox:last-child  {
	padding:2em 0 0;
}

.booksandmedia_titlebox {
	margin-bottom: 1.5em;
}
.kasou_area #content p.booksandmedia_baitai {
	margin-bottom: 0 !important;
}
.booksandmedia_title {
	margin: 0.2em 0 0 !important;
	padding: 0 0 0 0;
    color: #f19306;
	font-size: 18px;
	text-align: left;
	letter-spacing:0.02em;
	line-height:1.5;
	font-weight: bold;
}
.kasou_area #content p.booksandmedia_url {
	margin:0.2em 0 0 !important;
	word-break: break-all;
	color:#999999;
}
.kasou_area #content p.booksandmedia_url a {
	color:#999999;
}

/* スタッフ紹介 画像スライダー */
.doc_pic {
	width:100%;
}
.thumb_i {
	margin: 1em auto 1em;
}
.thumb_i .slick-next{
	right: 10px;
	width: 20px;
	height: 22px;
	margin-top: -10px;
	top:50%;
}
.thumb_i .slick-prev{
	left: 10px;
	width: 20px;
	height: 22px;
	margin-top: -10px;
	top:50%;
}
.thumb_i .slick-next::before{
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 20px;/*画像の幅*/
	height: 22px;/*画像の高さ*/
	background-image: url(../../images/next.png);
	background-size: contain;
	vertical-align: middle;
}
.thumb_i .slick-prev::before{
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 20px;/*画像の幅*/
	height: 22px;/*画像の高さ*/
	background-image: url(../../images/prev.png);
	background-size: contain;
	vertical-align: middle;
}

.thumb_h {
	margin: 1em auto 1em;
}
.thumb_h .slick-next{
	right: 10px;
	width: 20px;
	height: 22px;
	margin-top: -10px;
	top:50%;
}
.thumb_h .slick-prev{
	left: 10px;
	width: 20px;
	height: 22px;
	margin-top: -10px;
	top:50%;
}
.thumb_h .slick-next::before{
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 20px;/*画像の幅*/
	height: 22px;/*画像の高さ*/
	background-image: url(../../images/next.png);
	background-size: contain;
	vertical-align: middle;
}
.thumb_h .slick-prev::before{
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 20px;/*画像の幅*/
	height: 22px;/*画像の高さ*/
	background-image: url(../../images/prev.png);
	background-size: contain;
	vertical-align: middle;
}

/*スタッフ紹介カード*/
.staff_shoukai_wrap {
	margin-bottom: 3em;
}
.staff_shoukai_wrap:last-child {
	margin-bottom: 0;
}

.staff_shoukai {
	display:flex;
	justify-content: space-between;
	margin-bottom: 1em;
}
.staff_shoukai_item1 {
	width: 30%;
}
.staff_shoukai_item2 {
	width: 65%;
}
.staff_shoukai_item1 img {
	width: 100%;
	margin: 0 auto 0;
}
.staff_shoukai_item2 img {
	width: 100%;
	margin: 0 auto 0;
}
.staff_shoukai_name {
	margin: 0 0 1em;
    padding: 0 0 0 0;
    color: #3E2816;
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.02em;
    line-height: 1.4;
    font-weight: bold;	
}
.staff_shoukai_name::before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	margin-right: 0.3em;
}

.staff_shoukai_dl {
	width: 100%;
	margin: 0 auto 0;
	text-align: left;
}

.staff_shoukai_dl dt {
	margin: 0 0 0.4em;
	padding: 0.3em 0 0 0;
    color: #70b343;
	font-size: 16px;
	text-align: left;
	letter-spacing:0.02em;
	line-height:1.4;
	font-weight: bold;
}
.staff_shoukai_dl dt span {
    color: #333;
	font-weight: normal;
}

.staff_shoukai_dl dd {
	padding: 0;
	margin: 0 0 1.5em !important;
    color: #333;
	font-size: 16px;
	line-height:1.8;
	text-align: justify;
}

.staff_shoukai_koumoku {
	color: #70b343;
	font-size: 16px;
	text-align: left;
	letter-spacing:0.02em;
	font-weight: bold;
	margin-right: 1em;
}
.staff_shoukai_koumoku:after {
	content: '\FF1A';
	}
.staff_shoukai_koumoku.midashi {
	padding: 0.3em 0 0;
	margin: 0 0 0.4em;
}
.kasou_area #content .staff_shoukai_wrap p {
	margin: 0 0 0.5em !important;
}
.staff_shoukai_kugiri {
	width: 100%;
	margin-top:1em
}



/*診療内容*/

.shinryoarea {
	margin: 0;
	padding:0 0 0 0;
	overflow:hidden;
}

.shinryoareabox {
    width:25%;
	float:left;
	margin-bottom:0;
}

.shinryo_waku {
    width:100%;
	margin:0;
	padding:0 10px 20px;
box-sizing:border-box;
}

.shinryo_title {

display:block;
text-align:center;
height:42px;
font-size:20px;
letter-spacing:0.2em;
font-weight:bold;
line-height:1.4;
color:#ffffff;
padding:19px 0 0 0;
margin:10px 0 10px 0;
}

.shinryo_title.long {
letter-spacing:0.05em;
}

.shinryo_title.gyo2 {

height:56px;
padding:5px 0 0 0;
margin:10px 10px 10px 10px;

}


.shinryo_button_box a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}


.worries-flexctr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.worries-flexctr .item01{
	width: 45%;
	position: relative;
}



/*医院紹介*/
table.type08 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.8;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	margin-bottom:30px;
	width:100%;
	color: #333;
}


table.type08 tbody th {
	width: 25%;
	padding: 10px;
	font-weight: bold;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #f2f2f2;
	text-align:center;
	vertical-align: middle;
	white-space:nowrap;
	color: #000;
}
/* Add 240724 iwa */
table.type08.width01 tbody th {
	width: 20%;
}

table.type08 tbody th.orikaeshi span.text {
display:inline-block;
white-space:nowrap;
}

table.type08 td {
	width: 75%;
	padding: 10px 10px 10px 20px;
	text-align:left;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	vertical-align: middle;
}
/* Add 240724 iwa */
table.type08.width01 td {
	width: 80%;
}

table.type08 td.t_td_list {
	padding: 10px 10px 0 20px;
}

table.type08 tbody td.orikaeshi span.text {
display:inline-block;
white-space:nowrap;
}

.kasou_area p.tablenai {
	font-size: 100%;
}


.textbox2 {
margin-left:-236px;
padding-left:236px;
  float: right;
  width: 100%;
  box-sizing: border-box;
}

.clinicarea {
	margin: 0;
	padding:3px 0 0 0;
	overflow:hidden;
}

.clinicareabox {
    width:50%;
	float:left;
	margin-bottom:10px;
}

.clinicareabox2 {
    width:50%;
	float:left;
	margin-bottom:10px;
}

.clinic_waku {
    width:100%;
	margin:0;
	padding:0 15px 0 0;
box-sizing:border-box;
}

.clinic_waku2 {
    width:100%;
	margin:0;
	padding:0 0 0 15px;
box-sizing:border-box;
}

.clinic_img_box {
	padding:5px !important;
	text-align:center;
	background-color:#FFF8D9;
	margin-bottom:10px;
box-sizing:border-box;
}

.clinic_img_box img {
max-width:100%;
    max-height:193px;
	height:auto;
}
.clinic_img_box img.nomaxheight {
    max-height:none;
}
.kasou_area #content div.radius_white_box p.caption1{
	margin:0 0 2px !important;
line-height:1.8;
letter-spacing:0;
}

.kasou_area #content div.radius_white_box p.caption2{
	margin:0 0 20px !important;
line-height:1.4;
letter-spacing:0;
}


.video-wrapper {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	display: block;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	_padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom:30px;
}
.video-container.mb0 {
	margin-bottom:0;
}

.video-container.last {
	margin-bottom:0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



div.getrss {
font-size:14px;
}

/*CSRの画像ボックス*/
.img_box {
	width: 100%;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1),-1px -1px 3px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 3em;
	box-sizing: border-box;
	text-align: center;
}
.img_box img {
	max-height: 256px;
	margin: 0 auto;
	object-fit: contain;
	vertical-align: bottom;
}
.img_box img.wakusen {
	border: 1px #cccccc solid;
	box-sizing: border-box;
}

/*交通案内*/

div.kasou_access_left {
margin-top:0;
width:320px;
float:left;
clear:both;
}

div.kasou_access_left.yoyaku {
margin-top:12px;
}

div.kasou_access_left.yoyaku2 {
margin-top:18px;
}
div.kasou_access_left.yoyaku3 {
margin-top:12px;
margin-bottom: 2em;
}


div.kasou_access_left img{
width:100%;
}

div.kasou_access_right_wrap {
margin-top:-2px;
float:left;
width:360px;
}

div.kasou_access_right_wrap.yoyaku {
margin-top:9px;
}

div.kasou_access_right_wrap.yoyaku2 {
margin-top:18px;
}

div.kasou_access_right {
float:left;
margin-left:23px;
}


table.typeblue2 {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right:none;
  border-bottom: none;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0;
  _max-width:355px;
  width:100%;
  margin-bottom:20px;
}
table.typeblue2 thead th,
table.typeblue2 tbody th,
table.typeblue2 tbody td {
  padding: 1px 1px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
table.typeblue2 thead {
  height:25px;
}
table.typeblue2 thead th {
  background-color: #176F36;
  font-size:12px;
  font-weight:normal;
  color:#ffffff;
  padding:1px 0 0 0;
  height:21px;
  text-align:center;
}
table.typeblue2 thead td {
  background-color: #176F36;
  font-size:10px;
  color:#ffffff;
  padding:1px 0 0 2px;
  text-align:center;
  width:9.5%;
  letter-spacing:1px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

table.typeblue2 tbody th {
  font-size:10px;
  background-color: #DAF2EA;
  font-weight:normal;
  padding:4px 0 3px 0;
  height:26px;
  text-align:center;
}
table.typeblue2 td {
  text-align:center;
}

table.typeblue2 tbody td {
  font-size:12px;
  color:#515151;
  background-color: #DAF2EA;
}

/*サイトマップ*/
ul.sitemap5  {
  margin: 20px 0 20px 0;
  list-style-type:none;
}

ul.sitemap5 li {
  font-weight:bold;
  padding: 7px 0 0 0;
  _width: 630px;
  border-bottom:#999999 dotted 1px;
  overflow:hidden;
}

ul.sitemap5 li ul {
  margin: 0 0 0 0;
  list-style-type:none;
  clear:both;
  padding-top:5px;
}

ul.sitemap5 li ul li {
  padding: 0 0 0 15px;
  border-bottom: none;
  overflow:hidden;
}

ul.linkshu5 {
    margin: -10px 0 20px 45px;
    list-style-type: disc;
}

p.sitemap-l {
float:none;
width:100%;
margin-right:0;
padding-bottom:5px !important;
}

p.sitemap-l span {
color:#8B91DC;
}

p.sitemap-l2 {
float:none;
width:100%;
margin-right:0;
padding-bottom:5px !important;
}

p.sitemap-l2 span {
color:#8B91DC;
}

p.sitemap-r {
float:none;
max-width:100%;
font-weight: normal;
padding-bottom:10px !important;
}

p.sitemap-r2 {
float:none;
max-width:100%;
font-weight: normal;
padding-bottom:10px !important;
}

p.obigazou_caption {
font-size:88%;
line-height:1.2;
margin-top:-20px;
margin-bottom:20px;
}



.kasou_oshirase_white_box {
clear:both;
    background-color:#ffffff;
    width:1120px;
	padding:50px 40px 15px 40px;
	margin:0 auto 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.kasou_oshirase_tab1 {
float:left;

    background-color:#ffffff;
    width:47%;
	height:40px;
	line-height:40px;
	margin:0;
	padding:20px 0 20px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	text-align:center;
}

.kasou_oshirase_tab2 {
float:right;

    background-color:#ffffff;
    width:47%;
	height:40px;
	line-height:40px;
	margin:0;
	padding:20px 0 20px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	text-align:center;
}

.kasou_oshirase_tab1_off {
float:left;

  display: inline-block;
  width: 47%;
	padding:20px 0 20px 0;
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 40px;
  outline: none;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  font-size:20px;
}

.kasou_oshirase_tab1_off {
  background-color: #aaaaaa;
  color: #ffffff;
  line-height: 40px;
}

a.kasou_oshirase_tab1_off {
  color:#ffffff;
}

.kasou_oshirase_tab1_off:hover {
  background-color: #ffffff;
  _border-color: #59b1eb;
  color: #1F4E79;
  text-decoration:none;
}
.kasou_oshirase_tab1_off::before,
.kasou_oshirase_tab1_off::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.kasou_oshirase_tab1_off,
.kasou_oshirase_tab1_off::before,
.kasou_oshirase_tab1_off::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.kasou_oshirase_tab2_off {
float:right;

  display: inline-block;
  width: 47%;
	padding:20px 0 20px 0;
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 40px;
  outline: none;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  font-size:20px;
}

.kasou_oshirase_tab2_off {
  background-color: #aaaaaa;
  color: #ffffff;
  line-height: 40px;
}

a.kasou_oshirase_tab2_off {
  color:#ffffff;
}

.kasou_oshirase_tab2_off:hover {
  background-color: #ffffff;
  _border-color: #59b1eb;
  color: #1F4E79;
  text-decoration:none;
}
.kasou_oshirase_tab2_off::before,
.kasou_oshirase_tab2_off::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.kasou_oshirase_tab2_off,
.kasou_oshirase_tab2_off::before,
.kasou_oshirase_tab2_off::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}





div.button_oshirase_kirikae_off {
float:left;
width: 28%;
  padding: 29px 0 26px;
  padding-right:5px;
    border-radius: 10px;
  text-align:center;
  font-size:26px;
  line-height:21px;
  margin-bottom:60px;

  font-weight:bold;
  border:3px solid #421E08;
box-sizing:border-box;
  background: #421E08;
  color:#F7F5EC;
}



.button_oshirase_kirikae {
float:left;
  width: 28%;
  padding: 29px 0 26px;
    border-radius: 10px;
	
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 21px;
  outline: none;

  font-size:26px;
  padding-right:5px;
  font-weight:bold;
  border:3px solid #421E08;
box-sizing:border-box;
}
.button_oshirase_kirikae {
  _background-color: #432009;
  _border: 1px solid #999999;
  color: #421E08;
  line-height: 21px;
  margin-bottom:60px;
}

a.button_oshirase_kirikae {
  color: #421E08;
}

.button_oshirase_kirikae:hover {
  background-color: #421E08;
  _border-color: #59b1eb;
  color: #ffffff;
  text-decoration:none;
}
.button_oshirase_kirikae::before,
.button_oshirase_kirikae::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_oshirase_kirikaen,
.button_oshirase_kirikae::before,
.button_oshirase_kirikae::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.jikan_b {
margin-left:0;
}

.news_b {
margin-left:8%;
}

.tsubuyaki_b {
margin-left:8%;
}

.print_b {
margin-left:0;
}

.gotoform_b {
margin-left:8%;
}







/*院長・スタッフ*/
.message {
width:560px;
}

.message p.right {
text-align:right;
}

.imgbox {
   float:left;
   width:50%;
   padding:0 7px 0;
  box-sizing: border-box;
}


.imgbox img{
   width:100%;
   max-width:335px;
   margin-bottom:35px;
}

.imgbox img.last{
   width:100%;
   margin-bottom:55px;
}


/*ご予約・お問合せ*/
a.aside_tel_btn{
    display: inline-block;
    padding: .5em .5em;
    align-items: center;
    background: #ea8415;
    font-size: 25px;
    line-height: 1;
    color: #59340E;
    border-radius: 5px;
    box-shadow: 0px 2px 0px 0px #ccc;
    transition: .3s ease-out;
    font-weight: bold;
    font-family: "Quicksand";
	text-decoration: none;
	margin-bottom: 20px;
}

a.aside_tel_btn:hover {
    background: #ffba6e;
    color: #fff;
}

/*ボタンボックス3----------------------------------------*/
.btn-box3{
    display: inline-block;
    border-radius: 5px ;
    padding: 10px;
    margin-right: 10px;
	margin-bottom: 20px;
    background: #59340e;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
	letter-spacing: 0.02em;
}
.btn-box3.indd{
	margin-bottom: 0;
}
.btn-box3_label{
    color: rgba(255, 255, 255, 0.7);
    margin-top: .3em
}

.btn-box3_ttl{
    padding: 0;
    margin-bottom: .3em;
    color: #fff;
	font-weight: bold;
}

.btn-box3:hover{
    background-color: #714b07; /*背景色*/
    box-shadow: 0 13px 20px -3px rgba(0,0,0,0.24); /*浮き上がるように*/
	text-decoration: none;
}

.btn-box3-inner {
    display: flex;
    align-items: center;

}
.btn-box3-item1 {
    padding: 5px 15px 0 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    border-right: solid 2px rgba(255, 255, 255, 0.5);
	font-size: 14px;
    font-weight: normal;
    color: #7c7c7c;
    /*    font-size: 0rem*/
	line-height: 1.2;
}

.btn-box3-item1 i{
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
}

.btn-box3-item2 {
    padding: 0 5px 0 12px;
    flex: 1;
	line-height: 1.2;
}

.btn2-3{
    color: rgba(255, 255, 255, 0.7);
    padding: 0;
    margin: 0;
	font-size: 14px;
	word-break: break-all;
}

/*END ボタンボックス3----------------------------------------*/

/*フォーム*/
.formbox {
	margin: 1em auto 3em;
}

form {
    appearance :none;
    outline: none;
}
.hissu {
    color: rgb(234, 68, 68);
}

.item{
    margin-bottom: 2rem; 
}
.label{
    display: block;
    padding: 0em 0em .5em;
    font-weight: bold;
}
.inputs{
    width: 510px;
}

input[type="text"],input[type="email"],input[type="tel"],textarea{
    display: block;
    border: solid 1px #fff;
    border-radius:5px;
    padding:15px;
    font-size: 16px;
    background: #f3f3f3;
	box-sizing: border-box;
}

textarea{
    display: block;
    height: 160px;

}
select {
    border: solid 1px #fff;
    padding: 13px 40px 13px 15px;
    background: #f3f3f3 url(../images/select_bg.svg) no-repeat center right 10px;
    background-size: 18px 22px;
    border-radius: 5px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    color: #666;
	box-sizing: border-box;
}
select::-ms-expand {
    display: none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0px 0px 0px #666; 
}

/*送信ボタン*/
input[type="submit"]{   
    background: #E5BB0A;
    border: none;
    color: white;
    font-size:16px;
    font-weight:bold;
    padding: .6em 1.2em;
    margin: 0 10px 0 0px;
    border-radius: .3rem;
    cursor: pointer;
    transition: .3s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
input[type="submit"]:hover{
    background: #a78900;
    box-shadow: 0 13px 20px -3px rgba(0,0,0,0.24);/*?��?��?��?��?��オ?��?��悤?��?��*/
}


/*リセットボタン*/
input[type="reset"]{
    background: #9b9b9b;
    border: none;
    color: white;
    font-size:16px;
    font-weight:bold;
    padding: .6em 1.2em;
    margin: 0 10px 0 0px;
    border-radius: .3rem;
    cursor: pointer;
    transition: .3s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

input[type="reset"]:hover{
    background: #6b6b6b;
    box-shadow: 0 13px 20px -3px rgba(0,0,0,0.24);/*浮き上がるように*/
}

/*リセットボタン2*/
input[type="button"]{
    background: #9b9b9b;
    border: none;
    color: white;
    font-size:16px;
    font-weight:bold;
    padding: .6em 1.2em;
    margin: 0 10px 0 0px;
    border-radius: .3rem;
    cursor: pointer;
    transition: .3s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

input[type="button"]:hover{
    background: #6b6b6b;
    box-shadow: 0 13px 20px -3px rgba(0,0,0,0.24);/*浮き上がるように*/
}

/*入力ボックスのフォーカス時の装飾*/
input[type='text']:focus,input[type="email"]:focus,input[type="tel"]:focus,textarea:focus,select:focus {
    box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
    background: #fff;
    appearance :none;
    outline: none;
    
}


table.formTable{
	width:100%;
	margin:0 auto 30px;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

/*END フォーム*/




a.longurl{
	word-break: break-all;
	color: #999999;
	text-decoration: underline;
}
a.longurl:hover {
	color: #999999;
	text-decoration: none;
}
.kasou_area #content p a.longurl{
	word-break: break-all;
	color: #999999;
}
.kasou_area #content p a.longurl:hover {
	color: #999999;
}

/*----------------------------------------------------------------------
 Sidebar
----------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 212px;
	margin-top:0;
	margin:0 44px 30px 0;
}

.about {
	margin: 0;
	padding: 0;
}

.about2 {
	margin: 0;
	padding: 0;
}

div.sidemenu_head {
	width: 100%;
	background-color:#efc519;
	text-align:left;
	padding:3px 8px 1px;
	color:#ffffff;
	font-size:12px;
box-sizing:border-box;

}



.sidemenu01{
  list-style: none;
  width: 100%;
  padding: 0;
  margin-bottom:35px;
}
.sidemenu01 li{
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f4d760;

}

.sidemenu01 li.pagename {
  color: #3e2816;
  background:#fcfcca;
  padding: 18px 10px 17px 8px;
  font-size:14px;
  letter-spacing:0.050em;
  line-height:1.4 !important;
box-sizing:border-box;
}

.sidemenu01 li.pagename span:before{
  content: url("../images/sidebar_arrow_a.svg");
	position:relative;
    top:0;
	margin-right:8px;
	height:14px;
}


.sidemenu01 li a{
  position: relative;
  display: block;
  margin: 0;
  padding: 18px 10px 17px 20px;
  color: #07B1D8;
  font-size:14px;
  letter-spacing:0.050em;
  line-height:1.4;
  text-decoration: none;
}
.sidemenu01 li a:hover {
  color: #3e2816;
  text-decoration: none;
  background:#fcfcca;
}
.sidemenu01 li a:before{
  content: url("../images/sidebar_arrow.svg");
	position:relative;
    top:0;
	margin-right:7px;
	height:14px;

}

.sidemenu01 li.pagename2 a{
  position: relative;
  display: block;
  margin: 0;
  padding: 18px 10px 17px 8px;
  color: #3e2816;
  font-size:14px;
  letter-spacing:0.050em;
  line-height:1.4;
  text-decoration: none;
}
.sidemenu01 li.pagename2 a:hover {
  color: #3e2816;
  text-decoration: none;
  background:#fcfcca;
}
.sidemenu01 li.pagename2 a:before{
  content: url("../images/sidebar_arrow_c.svg");
	position:relative;
    top:0;
	margin-right:8px;
	height:14px;

}




ul.banner {
    margin-top:0;
	margin-bottom:35px;
}

.banner li {
margin:0 !important;
}

.banner li a:hover img
{

opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=70 )";
}

.banner img {
width:100%;
	margin: 0 0 15px 0;
}


.side_radius_box {
    width:86%;
	padding:20px 6.5% 10px 6.5%;
	margin:0 0 35px;
	border:1px #d9d9d9 solid;
    border-radius: 10px;
}

.side_radius_box p {
text-align:left;
font-weight: normal;
font-size:100%;
padding-bottom:15px !important;
}

.side_radius_box p.title {
padding-bottom:15px !important;
text-align:center;
font-weight:bold;
font-size:24px;
}


/*----------------------------------------------------------------------
 Page Top
----------------------------------------------------------------------*/
.pagetop {

	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	text-align: center;
	z-index: 100;
}

.pagetop img {
	margin-bottom: 5px;
}

.pagetop a {
	background: url(../images/pagetop.png);
	text-decoration: none;
	color: #ffffff;
	width: 70px;
	padding: 20px 5px;
	display: block;
	border-radius: 100px;
	behavior: url(/common/PIE.htc);
}

.pagetop a:hover {
	background: url(../images/pagetop_on.png);
}



/*----------------------------------------------------------------------
 Footer
----------------------------------------------------------------------*/
#footer {
	width: 100%;
    line-height:1.5;
}

#footer p.indent {
	margin-left: 1.0em;
	text-indent: -1.0em;
}

#footer p.line1 {
	padding:0 0 0 0 !important;
}


.footer_area {
    clear:both;
	width:1024px;
	max-width:100%;
	margin: 0 auto 80px;
	height:auto;
	color:#ffffff;
	overflow:hidden;
	padding-top:62px;
}


.brown_area {
    background-color:#3E2816;
	width: 100%;
	margin: 0;
	padding: 0;
}


.list_nav_area {
 width:100%;
	border-bottom: 1px dotted #ffffff;
	height:240px;
}

.list_nav {
    float:left;
	width:150px;
	margin:0 0 0 84px;
	text-align:left;
}

.bottomline_box_footer  {
  display: inline-block;
    width:100%;
	border-bottom:1px #cccccc dashed;
	margin-top:0;
	margin-bottom:0;
	padding:0 0 0 ;
	text-align:left;
box-sizing:border-box;
font-size:16px;
line-height:40px;
color:#ffffff;
}

.bottomline_box_footer a  {
color:#ffffff;
}

.bottomline_box_footer_last  {
  display: inline-block;
    width:100%;
	margin-top:0;
	margin-bottom:0;
	padding:0 0 0 ;
	text-align:left;
box-sizing:border-box;
font-size:16px;
line-height:40px;
color:#ffffff;
}

.bottomline_box_footer_last a {
color:#ffffff;
}



div.footerleft {
padding:0 0 0 45px;
    width:500px;
	text-align:left;
	float:left;
	margin-right:0;
}

div.footerleft img.logo {
max-width: 320px;
margin-bottom:30px;
}

div.footerleft img.time {
max-width: 500px;
width:100%;
}


div.timetable2_area {
   float:left;
   width:500px;
}


div.footerright {
padding:80px 0 0 65px;
    width: 350px;
	text-align:left;
	float:left;
}

div.tel2_area {
    clear:both;
    float:left;
	margin:0 0 35px 0;
	color:#ffffff;
	line-height:1;
	font-weight:bold;
	text-align:left;
}

div.tel2_area img {
	width:250px;
}


div.tel2_area a {
	color:#ffffff;	
}


div.access2_area {
clear:both;
   float:left;
   padding-bottom:0;
   font-size:16px;
line-height:1.5;
}

div.access2_area p.bigtext {
   font-size:20px;
padding-bottom:15px;
line-height:1.2;
font-weight:bold;
}

div.white_waku {
float:left;
    margin:10px 20px 0 0;
	padding:2px 15px 0px;
    background:#ffffff;
	text-align:center;
	font-size:16px;
	color:#103464;
}




ul.accesslist2 {
	margin:7px 0 25px 22px;
	list-style:outside;
}

ul.accesslist2 li {
	list-style-type:square;
	margin:0 0 5px 0 !important;
   font-size:14px;
}

.ichichousei {
vertical-align:-8px;
}

.ichichousei2 {
vertical-align:-3px;
}

span.nw {
    white-space: nowrap;
	color: #333333;
}

a.nw {
    white-space: nowrap;
}

span.nw2 {
    white-space: nowrap;
}

div.map_area {
}



#footer div.copyright {
	clear: both;
	padding: 15px 0 0 0;
	font-size: 16px;
	text-align: center;
	background-color:#ffffff;
	color:#3E2816;
	min-height:40px;
}

#footer div.copyright a {
	color:#3E2816;
}



/*----------------------------------------------------------------------
 TopicPath
----------------------------------------------------------------------*/
.topicpath_wrap {
	_background-color:#103464;
	width: 100%;
	min-height: 38px;
	overflow:hidden;
}

#topicPatharea {
	width: 98%;
	max-width: 1014px;
	margin: 0 auto;
	position: relative;
	min-height:38px;
}


ul#topicPath {
	padding: 11px 0 0;
	float:left;
	font-size: 11px;
	letter-spacing:0.150em;
}

ul#topicPath li {
	display: inline;
	color: #F9F9F9;
}

ul#topicPath li a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration:none;
	color:#F9F9F9;
}

ul#topicPath li a:after {
    content: '>';
	margin-left:15px;
    margin-right: 8px;
    color: #F9F9F9;
}


/*----------------------------------------------------------------------
 Clearfix
----------------------------------------------------------------------*/
#header:after,
.headerNav:after,
#nav:after,
#main .inner:after {
   content: ".";
   display: block;
   height: 0px;
   clear: both;
   visibility: hidden;
}
#header,
.headerNav,
#nav,
#main .inner {
   display: inline-block;
}
* html #header,
* html .headerNav,
* html #nav,
* html #main .inner {
   height: 1px;
}
#header,
.headerNav,
#nav,
#main .inner {
   display: block;
}




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

      BlogRoll css 2

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

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    margin-bottom: 0;
    padding: 0;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 1.8;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 0;
    color: #ffffff;
    font-size: 1px;
	line-height: 1.2;
	height: 11px;
}

.blogroll-channel .blogroll-ad-text a {
    color: #ffffff;

 pointer-events: none;
 cursor: default;
 text-decoration: none;
}

.blogroll-channel .blogroll-ad-default {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.0;
}
.blogroll-channel .blogroll-ad-default a {
    color: #aaaaaa;
}








@media screen and (max-width: 1100px) {

img {
    max-width:100%;
    height:auto;
}

#toparea {
    width:auto;
	
}

#header {
	width:auto;
}

.dropmenu li a{
  padding: 11px 15px 9px 17px;
}

div.jouhou_area {
margin-left:52px;
}

/*----------------------------------------------------------------------
 Main
----------------------------------------------------------------------*/
#main {
	width: 100%;
}

#main .inner {
	width: 90%;
	padding: 0 0 20px;
	overflow: hidden;
}


div.kasou_inner {
	width:96%;
    padding:0 2% 0;
}

.radius_white_box_wrap {
	padding:0 0 0;
}

.radius_white_box {
width:auto;
}

.radius_white_box2 {
width:auto;
}

.radius_white_box3 {
width:auto;
}

.radius_white_box4 {
    width:94%;
	padding:50px 3% 60px 3%;
	margin:0 auto 70px;
}

.access_btm_area {
    width:100%;
}

.access_a_area {
    width:68%;
	margin:0 2% 0 0;
}

.access_b_area {
    width:30%;
}

.access_c_area {
    width:100%;
}

.tb {
    display:inherit;
}

.pc2 {
    display:none;
}

/*----------------------------------------------------------------------
 Content
----------------------------------------------------------------------*/

#content {
  float: left;
  width: 100%;
  margin-right: -256px;
  padding-right: 256px;
  box-sizing: border-box;

}

#content2 {
}


.img_control2 {
    width:100%;
}

div.button_oshirase_kirikae_off {
  font-size:20px;
}
a.button_oshirase_kirikae {
  font-size:20px;
}

#tab li {
  padding: 29px 0 26px;
  font-size:20px;
}

div.content_wrap {
    width:94%;
	padding:35px 3% 40px 3%;
}

.shinryo_title {
letter-spacing:0.05em;

}




/*----------------------------------------------------------------------
 トップページ
----------------------------------------------------------------------*/


.treatmentmenuarea {
width:600px;
}

.toptokuchou_area_inner {
	width: 924px;
}

.access_textbox {
	width: 395px;
}

.staff_right {
    width:540px;
}

.oshirase_box {
	width:800px;
	margin:0 auto;
}

.oshirase_box_left {
	float:none;
	margin:0 auto;
}

.oshirase_box_right {
	float:none;
	margin:70px auto 0;
}

.message {
width:auto;
}

.topnews_area_inner {
	width: 924px;
}

.toptopics_area_inner {
	width: 924px;
}

.topicsbox1 {
	width:924px;
}
.topicsbox2 {
	width:924px;
}
.topicsbox3 {
	width:924px;
}
.topicsbox4 {
	width:924px;
}
.topics_textbox3 {
	width:445px;
}


.topyobosesshu_area_inner {
	width: 924px;
}

.yobosesshbox_area {
    width:930px;
	padding:0 0 0 20px;
}

.yobosesshbox {
width:430px;
	margin-right:20px;
}

.toptreatment_area_inner {
	width: 924px;
}

.treatmentbox_text {
font-size:70%;
}

.innaishohou_waku {
padding:45px 45px;
}

.innaishohou_img1 {
margin-bottom:37px;
}

.innaishohou_img2 {
width:350px;
}

.innaishohou_text {
width:430px;
}


.toptimetable_area_inner {
	width: 924px;
}

.topaccess_area_inner {
	width: 924px;
}

.topreason_area_inner {
	width: 924px;
}

.reason_left {
width:530px;
}

.reason_left p {
float:left;
width:530px;
	margin: 0 0 0;
	padding:0 0 0;
text-align: justify;
font-size:88%;
line-height:2.2;
}

.reason_right {
width:334px;
}

.topgoaisatsu_area_inner {
	width: 924px;
}

.goaisatsu_textbox {
	width:550px;
}

.goaisatsu_textbox p.bigtext {
font-size:22px;
margin-top:0;
}

.goaisatsu_right {
	width:330px;
}

.topbanner_area_inner {
	width: 924px;
}

.topbanner_area_inner img {
	margin: 0 30px 60px;
}

.bannerbox_wrap {
/* width:900px; */
margin:0 auto;

}

.bannerbox {
margin:0 25px 25px;
}

.topkenshin_area_inner {
	width: 924px;
}
	
.thanksbox_item1 {
	width: 63%;	
}
.thanksbox_item2 {
	width: 35%;
}

/*----------------------------------------------------------------------
 下層
----------------------------------------------------------------------*/

/*交通案内*/
div.kasou_access_left {
width:100%;
max-width:450px;
float:none;
}

div.kasou_access_right_wrap {
float:none;
width:100%;
}

div.kasou_access_right {
float:left;
margin-left:0;
margin-right:15px;
margin-top:15px;
}

table.typeblue2 {
  margin-bottom:10px;
}

.treatmentbox_text_inner {
_font-size:95%;
}


/*----------------------------------------------------------------------
 Footer
----------------------------------------------------------------------*/
.footer_area {
    clear:both;
	width:100%;
	max-width:924px;
	margin: 0 auto 80px;
	height:auto;
	color:#ffffff;
	overflow:hidden;
	padding-top:70px;
}

.list_nav {
    float:left;
	width:150px;
	margin:0 0 0 64px;
	text-align:left;
}


div.footerleft {
	padding-left:25px;
}

div.footerright {
	padding-left:30px;
}


/*----------------------------------------------------------------------
 Nav
----------------------------------------------------------------------*/
div.nav_area {
margin-right:-23px;
width:665px;
}

.dropmenu li a{
  letter-spacing:1px;
}

#nav {
	width: 580px;
}


#nav ul li {
	width: 116px !important;
}


#nav2 {
	width: auto;
	margin:0 30px;
box-sizing:border-box;
}

#nav3 {
	width: auto;
	margin:0 30px;
box-sizing:border-box;
}

/*----------------------------------------------------------------------
 Footer
----------------------------------------------------------------------*/

}

@media print {
div.pagetop {
display:none;
}
}