@charset "UTF-8";

body	{font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;}

a.hover:hover{
	opacity:.7;
}


.top-logo-sp{
	display: none;
}

/*移動用cssここから*/

#pagetop-t {
    position:fixed;
    right:20px;
    bottom:100px;
    cursor:pointer;
}

#pagetop-b {
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
}

#sinryo-anni,
#hazimete,
#sensei{
    padding-top: 200px;
    margin-top: -100px;
}

#setubi{
    padding-top: 200px;
    margin-top: -200px;
}

#shika{
	padding-top: 100px;
	margin-top: -5px;
}

#kyosei,
#syoni,
#yobou,
#koukuu,
#inpuranto,
#standards {
	padding-top: 170px;
	margin-top: -80px;
}


/*移動用cssここまで*/


/*診療日時ここから*/

.sp-midashi{
	color: #8CC63F;
	font-weight:bold;
}

.map-span a{
	font-weight:bold;
	background-color: #8CC63F;
	color:#fff;
}

.modal{
z-index: 9999;
}

.modal-l{
	width: 33%;
	float: left;
}

.modal-r{
	width: 67%;
	float: right;
}

/*診療時間ここまで*/

.nav-menu-wrap{
	width:100%;
	background:#fff;/*親メニューの背景色*/
}

.nav-menu{
	width:800px;
	margin:0 auto;
	padding:0;
	display: flex;
	text-align: center;
}

.nav-menu li {
  list-style: none;
  margin:0 25px;
  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  height: 40px;/*親メニューの高さ*/
  line-height: 40px;
  color: #461815;/*親メニューの文字色*/
  text-align:center;
  font-weight:bold;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.nav-menu li a {
  color: #461815;
  display: block;
  text-decoration: none;
}
.nav-menu li:hover, .nav-menu li a:hover {
  color:#885134;/*ホバー時の親メニューの文字色*/
  position: relative;
}
.nav-menu li ul {
  position: absolute;
  top: 40px;/*親メニューの高さと同じにする*/
  width: 150px;
  z-index: 100;
  position:absolute;
  right: 5px;
}
.nav-menu li ul li {
  visibility: hidden;
  overflow: hidden;
  font-weight:normal;
  width: 150px;/*サブメニューの幅*/
  height: 0;
  background:#BAE3F9;/*サブメニューの背景色*/
}

.nav-menu li ul li a{
	color: #461815;/*サブメニューの文字色*/
	border-top: 1px solid #fff;
}

.nav-menu li ul li:hover, .nav-menu li ul li a:hover {
  background:#fff;/*ホバー時のサブメニューの背景色*/
  color:#29abe2;/*ホバー時のサブメニューの文字色*/
}
.nav-menu li:hover ul li, .nav-menu li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;/*サブメニューの高さ*/
  z-index: 10;
}
.nav-menu-wrap * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


.container.top-vis{
	position:relative;
	width:100%;
}
.reaf{
	position:absolute;
	top:80px;
	left:0;
	width:300px;
}
.reaf-r{
	position:absolute;
	top:100px;
	right:0;
	width:300px;
}
.slider-wrap{
	width:790px;
	margin:0 auto;
	margin-top:50px;
}
.top-midashi{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.top-bg{
	background:url("../images/bg.png");
	padding-top:100px;
	padding-bottom:50px;
}
header{
	background: url("../images/wall.png");
	position:fixed;
	z-index:9998;
	left:0;
	right:0;
	padding-top:10px;
}
.navbar-header{
	width:960px;
	margin:0 auto;
}
.navbar-brand img{
	width:300px;
}
img.time{
	height:40px;
	padding-right:10px;
}

img.yoyaku{
	height:40px;
	padding-right:9px;
}

img.tel{
	width:260px;
}

img.tel-sp{
	display: none;
}

.tel_time{
	float:right;
}
.bosyu{
	text-align:center;
	margin-bottom:15px;
	margin: 35px auto 20px;
}
.bg-color{
	width:750px;
	margin:0 auto;
}
.bg-color:after{
	display:block;
	content:"";
	clear:both;
}
.box{
	max-width:50%;
	float:left;
	text-align:center;
	color:#fff;
}
.box.box-r{
	width: 50%;
	float:left;
}

.box.box-l {
	width: 50%;
 	position: relative;
	border-radius:7px;
	min-width: 120px;
 	max-width: 100%;
	font-size: 16px;
	background-color:#8CC63F;
}

.box.box-l:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #8CC63F;
}


.box.box-l,.box.box-r{
	padding:10px;
}
.box.box-r img{
	width:100%;
}
.box.box-l img{
	padding-top:10px;
}
.box.box-l h3{
	padding:15px;
}
.top-txt{
	font-size:13px;
}
.point-l{
	width:30%;
	float:left;
}
.point-l h2 img{
	padding-left:30px;
}
.point-wrap{
	width:777px;
	margin:0px auto;
	padding:30px;
}
.point-bg{
	background: url("../images/point-bg.jpg");
	background-size:cover;
	background-attachment: fixed;
}
.point-bg-fff{
	background-color: rgba(255,255,255,0.9);
}
.point-wrap:after{
	content:"";
	display:block;
	clear:both;
}
.point-top{
	padding-top:10px;
}
.point-r{
	width:70%;
	float:right;
}
.point-txt{
	line-height: 1.8em;
	font-size:15px;
}
.blog-bg{
	height:780px;
	background: url("../images/354bg.jpg") no-repeat bottom;
	background-size:100%;
	
}
.foot-wrap{
	width:960px;
	margin:0 auto;
}
.nav-menu.foot{
	background-color: #29ABE2;
}
.nav-menu.foot li a{
	color:#fff;
}
.nav-menu.foot li a:hover{
	color:#fff;
}
.map{
	float:left;
	width:50%;
}
.map iframe{
	padding:10px;
	padding-bottom:0;
}
.footmenu-wrap{
	background-color: #29ABE2;
}
.blog-wrap{
	width:800px;
	margin:30px auto 0;
}
.blog-head{
	margin:0 auto;
	display:block;
}

.blog-contents{
	height:430px;
	overflow: auto;
	padding:20px 20px 0 20px;
	text-align: left;
}

#news_time{
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

#news_time time{
	font-size: 13px;
	color:#fff;
	padding:1px 5px;
	background-color: #22B573;
	border-radius: 4px;
	margin-right: 15px;
}

#news_a{
	text-decoration: none;
	color:#4F4C4B;
}

footer{
	background:url("../images/bg.png");
	background-size:100%;
}
.copyright-wrap{
	background-color: #29ABE2;
	color:#fff;
	text-align:center;
	font-size:12px;
	padding:5px;
	position: relative;
}

.copyright{
	margin:0;
}

.copyright:after{
	content:"";
	display:block;
	clear:both;
}

.Google_btn{
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.35em 1em;
    margin:30px 0 5px 10px;
    color: #29ABE2;
    background: #ECECEC;
    transition: .4s;
}

.Google_btn:hover {
    background: #29ABE2;
    color: white;
    text-decoration: none;
}

.foot_a{
	margin:0;
	position: absolute;
	bottom:5px;
	right: 30px;
}

.foot_a a{
	color:#fff;
}

.foot_a a:hover{
	color:#0056b3;
}

.foot-wrap:after{
	content:"";
	display:block;
	clear:both;
}

.foot-logo{
	float:left;
	width:50%;
	position: relative;
}

.foot-logo img {
	width: 100%;
	padding:10px;
}

.foot-logo img.yoyaku-img{
	width: 35%;
	position: absolute;
	bottom: 2px;
	right: 0;
}

.sp-head{
	display: none;
	
}
.pc-none{
	display: none;
	margin:0 auto;
}
.sp-none{
	display:block;
	margin:0 auto;	
}
.sp-br{
	display: none;
}
/*トップページここまで*/

/*ボックススライダーカスタムここから*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: 10px;
	width:150px;
	right:0;
}
.bx-wrapper{
	margin-bottom: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background: #fff;
	width: 15px;
	height: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background:#8CC63F;
}

/*ボックススライダーカスタムここまで*/

.cp_offcm01{
	display:none;
}

/*スタッフ紹介ページ*/

.staff-top-bg {
	background-image: url("../images/bg.png"), url("../images/354bg.jpg");
	background-position: left top, left bottom;
	background-repeat: no-repeat, no-repeat;
	background-size:130%, 100%;
	padding: 100px 0;
}

.staff-bg{
	background:url("../images/bg.png");
	padding-top:100px;
	padding-bottom:50px;
}

.staff-bg.und-vis{
	position:relative;
	width:100%;
}

.und-reaf{
	position:absolute;
	top:80px;
	left:0;
	width:250px;
}
.und-reaf-r{
	position:absolute;
	top:100px;
	right:0;
	width:260px;
}

.clinic-img{
	position: relative;
	width: 100%;
}

.clinic-img img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: 0 100%
}

.clinic-th{
	position: absolute;
	bottom: 15px;
	right: 180px;
	background: -moz-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,0.7));
	background: -webkit-linear-gradient(right, rgba(255,255,255,0),rgba(255,255,255,0.7));
	background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.7));
	padding: 15px 15px 3px 15px;
}

.clinic-th h3{
	text-align: right;
	color: #461815;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue','Arial',sans-serif;
}

.clinic-th h2{
	font-size: 35px;
	font-weight: bold;
	color: #461815;
}

.staff-top{
	width: 100%;
	margin: 0 auto;
}

.staff-cnt1{
	width: 670px;
	margin: 0 auto;
	margin-top: 100px;
	text-align:center;
}

.staff-cnt1-p{
	width: 100%;
	margin: 30px auto 0;
}

.staff-cnt1-p h3{
	font-size: 25px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.staff-cnt1-p p{
	line-height: 1.8em;
	font-size: 15px;
}

.staff-cnt2{
	width: 100%;
	margin: 70px 0;
	padding: 70px 23px;
	background: url("../images/director-bg.png");
}

.director{
	width:800px;
	text-align:center;
	margin:0 auto;
}

.director-nm{
	text-align: left;
}

.director-nm{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	border-bottom: 1px solid #461815;
	line-height: 1.5em;
	position:relative;
	margin-top:70px;
}

.nm-l{
	vertical-align: 8px;
	font-size:20px;
	letter-spacing: 2px;
}

.nm-c{
	font-size:45px;
	letter-spacing: 4px;
	margin-left:17px;
}

.nm-r{
	vertical-align: -3px;
	font-size:17px;
	letter-spacing: 1px;
	margin-left:30px;
}

.director-nm img{
	position: absolute;
	top: -16px;
	margin-left: 20px;
}

.director-aisatu{
	text-align: left;
	margin: 30px 0;
	width:100%;
	overflow:hidden;
}

.director-img{
	width: 50%;
	float: right;
}

.director-img img{
	width: 100%;
	float: right;
}

.director-aisatu h2{
	line-height: 1.5em;
}

.director-aisatu p{
	line-height: 1.8em;
	font-size: 15px;
	margin-top: 20px;
}

.director-aisatu h2{
	font-size: 23px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.director-prf-wrap{
	text-align: left;
	margin-top:50px;
}

.director-prf-wrap img{
	width:100%;
}

img.profile-th{
	display: block;
}
img.profile-sp-th{
	display: none;
}

.director-prf{
	width: 100%
}

.director-l{
	width: 47%;
	float: left;
}

.director-r{
	width: 47%;
	float: right;
}

.director-prf h3{
	font-size:20px;
	border-left: solid 5px #29abe2;
	margin-top:30px;
	padding: 0.1em 0.5em;
	letter-spacing:2px;
}

.director-ul{
	list-style: none;
	padding-left:15px;
}

.staff-cnt3{
	width: 800px;
	margin: 0 auto;
	padding: 0 23px;
	margin-top: 160px;
	margin-bottom: 160px;
	text-align:center;
}

.staff3-wrap {
	width: 100%;
	margin-top: 70px;
	text-align:left;
}

.staff3-wrap:after {
	content:"";
	clear: both;
	display: block;
}

.staff3-box-l{
	width: 47%;
	float: left;
}

.staff3-box-r{
	width: 47%;
	float: right;
}

.staff3-box-l img,
.staff3-box-r img{
	width:100%;
}

.staff3-box-l p,
.staff3-box-r p{
	width: 100%;
	margin-top: 25px;
	line-height: 1.8em;
	font-size: 15px;
}

.staff-cnt4{
	width: 800px;
	padding: 0 23px;
	margin: 0 auto;
	margin-bottom: 160px;
	text-align:center;
}

ul.staff4-wrap {
	width: 100%;
	margin-top: 70px;
	padding:0;
	list-style: none;
}

ul.staff4-wrap:after{
	content: "";
	clear: both;
	display: block;
}

li.staff4-box-l,
li.staff4-box-c,
li.staff4-box-r{
	width: 240px;
	float: left;
	text-align:left;
}

li.staff4-box-c,
li.staff4-box-r{
	margin-left: 16px;
}

li.staff4-box-l img,
li.staff4-box-c img,
li.staff4-box-r img{
	width:100%;
}

li.staff4-box-l h3,
li.staff4-box-c h3,
li.staff4-box-r h3{
	font-size: 18px;
	border-left: solid 5px #29abe2;
	margin-top: 25px;
	padding-left:0.5em;
	letter-spacing: 2px;
}

li.staff4-box-l dd,
li.staff4-box-c dd,
li.staff4-box-r dd{
	width: 100%;
	margin-top: 17px;
	line-height: 1.5;
	font-size: 14px;
}

/*スタッフ紹介ページここまで*/


/*診療案内ページ*/

.guide-top-bg {
	background-image: url("../images/354bg.jpg"), url("../images/bg.png");
	background-position: left bottom, left top;
	background-repeat: no-repeat, no-repeat;
	background-size:100%, 130%;
	padding: 100px 0;
}

.guide-bg{
	background:url("../images/bg.png");
	padding-top:100px;
	padding-bottom:50px;
}

.sguide-bg.guide-vis{
	position:relative;
	width:100%;
}

.guide-reaf{
	position:absolute;
	top:80px;
	left:0;
	width:250px;
}
.guide-reaf-r{
	position:absolute;
	top:100px;
	right:0;
	width:260px;
}

.guide-img{
	position: relative;
	width: 100%;
}

.guide-img img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: 0 100%
}

.guide-top{
	width: 800px;
	margin: 0 auto;
}

.guide-cnt1{
	width: 100%;
	margin: 0 auto;
	text-align:center;
}

.guide-cnt1-img1,
.guide-cnt1-img2{
	display: block;
	margin: 0 auto;
}

.guide-cnt1-img1{
	margin-top: 50px
}

.guide-cnt1-img2{
	margin:0 auto;
}

.guide1-wrap {
	width: 100%;
}

.guide1-box{
	width: 100%;
	padding: 20px;
	border: 1px solid #461815;
	background-color:#fff;
}

.guide1-box img{
	display: block;
	margin: 0 auto;
	width: 100%;
}

.guide1-box:after{
	content: "";
	clear: both;
	display: block;
}

.guide1-box-s{
	width: 100%;
	text-align: left;
}

img.cp-guide-th,
img.cp-guide2-th{
	display: block;
	width: 100%;
}
img.sp-guide-th,
img.sp-guide2-th{
	width:100%;
	display: none;
}
.guide1-box-s p{
	width: 100%;
	margin:25px 0 5px;
	padding:0 10px;
	line-height: 1.8em;
	font-size: 15px;
}

#yazisushi{
	margin:30px 0;
}

.guide1-box-s h3{
	font-size: 17px;
	margin:0;
	color:#29abe2;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.guide1-box2-r{
	width: 27%;
	float: right;
	margin-top: 40px;
}

.guide1-box2-r img {
	width:100%;
}

.guide1-box3-r{
	width: 27%;
	float: right;
	margin-top: 40px;
}

.guide1-box3-r img {
	width:100%;
}

.guide1-box4-r{
	width: 27%;
	float: right;
	margin-top: 40px;
}

.guide1-box4-r img {
	width:100%;
}

.guide-cnt2,
.guide-cnt3 {
	width: 100%;
	margin:0 auto;
	padding: 160px 0;
	text-align: center;
}

.guide2-wrap,
.guide3-wrap {
	width: 100%;
	text-align: left;
}

.guide2-wrap:after {
	content:"";
	clear: both;
	display: block;
}

.guide2-box-l{
	width: 60%;
	float: left;
}

.guide2-box-l p{
	width: 100%;
	margin:25px 0 5px;
	padding:0 10px;
	line-height: 1.8em;
	font-size: 15px;
}

.guide2-box-r{
	width: 36%;
	float: right;
	margin-top:30px;
}

.guide2-box-r img {
	width:100%;
}

.guide3-wrap {
	width: 100%;
	text-align: left;
	padding-top: 100px;
}

.guide-cnt3 p {
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
}

.guide-cnt3 h2 {
	font-size: 20px;
	border-left: solid 5px #29abe2;
	border-bottom: dashed 1.7px #461815;
	margin-top: 80px;
	padding: 0.1em 0.5em;
	letter-spacing: 2px;
}

.guide-cnt3 ul {
	position: relative;
	margin: 20px 0;
	padding-left: 30px;
	line-height: 1.5;
	font-size: 15px;
	list-style: none;
}
.guide-cnt3 ul li {
	position: relative;
	padding: 0;
	line-height: 1.5;
}


/* ul デザイン */
.guide-cnt3 ul > li::before {
	position: absolute;
	content: "★";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	left: -22px;
	top: -1px;
}


/*診療案内ページここまで*/

/*ブログ記事ページ*/
.articlepage-vis-wrap{
	padding-top:80px;
}

.articlepage-vis{
	height:200px;
	width:100%;
	position:relative;
	background:url("../images/sub-bg.jpg");
	background-size:cover;
}

.articlepage-vis h2{
	position: absolute;
	top:40%;
	left:0;
	right:0;
	text-align:center;
	display:block;
	color:#fff;
	text-shadow:2px 2px 5px #29ABE2,
                -2px 2px 5px #29ABE2,
                2px -2px 5px #29ABE2,
                -2px -2px 5px #29ABE2;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.articlepage-wrap{
	width:960px;
	margin:50px auto;
}

.articlepage-wrap:after{
	content: "";
	clear: both;
	display: block;
}


/*ブログ記事ページ「左側」*/

.article-wrap{
	width:73%;
	float: left;
}

.article-box{
	width:100%;
	border: 3px solid #eceef1; 
	border-radius: 5px;
	margin-bottom: 30px;
}

.article-wrap-th{
	padding: 25px 0 25px 30px;
	position: relative;
	background-image: url("../images/reaf-r.png"),url("../images/bg.png");
	background-repeat:no-repeat;
	background-size: 25%,100%;
    background-position: top right; 
}

.article-wrap-th:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 35px;
	border: 15px solid transparent;
	border-top: 15px solid #e4f9fe;
	width: 0;
	height: 0;
}

.article-wrap-th p{
	font-size: 14px;
	color: #333;
	padding-top: 5px;
	margin-bottom: 7px;
}

.article-wrap-th p time{
	color: #666;
}

.article-wrap-th h2{
	font-size: 25px;
	color: #333;
	margin-bottom: 2px;
}

.article-wrap p{
	color: #444;
}

.content-wrap{
	width:90%;
	margin: 50px auto 0;
}

.content-wrap p{
	font-size: 15px;
	line-height: 1.8em;
}
/*ブログ記事ページ「左側」ここまで*/


/*ブログ記事ページ「右側」*/
.archive-wrap{
	width:23.5%;
	float: right;
}

.arch-p p{
	display: none;
}

.archive-wrap a{
	text-decoration: none;
	color: #444;
}

.archive-wrap a:hover{
	color: #29abe2;
}

.arch-category-wrap{
	width:100%;
	border-radius: 5px;
}

.arch-category-wrap h3{
	text-align: center;
	font-size: 21px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #29abe2;
	border-top: solid 3px #29abe2;
	padding: 18px 0 15px 0;
/*	font-size: 15px;
	padding: 15px 0 10px 18px;
	color: #494949;
	background: #f4f4f4;
	border-left: solid 5px #009245;
	border-bottom: solid 3px #d7d7d7;*/
}

.arch-category-wrap ul{
	margin: 10px 0 20px 33px;
	padding: 0;
}

.arch-category-wrap ul li{
	font-size: 13px;
	list-style: none;
	padding: 8px 0 8px 0;
	border-bottom: 1px dashed #ddd;
	position: relative;
}

.arch-category-wrap ul li:after{
	display: block;
	content: '';
	position: absolute;
	top: 13px;
	left: -20px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.category-select-box{
	display: none;
}

/*.arch-category-wrap ul li:last-child{
	border: none;
}*/

.arch-list-wrap{
	width:100%;
	border-radius: 5px;
}

.arch-list-wrap h3{
	text-align: center;
	font-size: 21px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #29abe2;
	border-top: solid 3px #29abe2;
	padding: 18px 0 15px 0;
}

.arch-list-wrap ul{
	margin: 10px 0 20px 33px;
	padding: 0;
}

.arch-list-wrap ul li{
	font-size: 13px;
	list-style: none;
	padding: 8px 0 8px 0;
	border-bottom: 1px dashed #ddd;
	position: relative;
}

.arch-list-wrap ul li:after{
	display: block;
	content: '';
	position: absolute;
	top: 13px;
	left: -20px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.arch-monthly-wrap{
	width:100%;
	border-radius: 5px;
}

.arch-monthly-wrap h3{
	text-align: center;
	font-size: 21px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #29abe2;
	border-top: solid 3px #29abe2;
	padding: 18px 0 15px 0;
}

.arch-monthly-wrap ul{
	margin: 10px 0 20px 33px;
	padding: 0;
}

.arch-monthly-wrap ul li{
	font-size: 13px;
	list-style: none;
	padding: 8px 0 8px 0;
	border-bottom: 1px dashed #ddd;
	position: relative;
}

.arch-monthly-wrap ul li:after{
	display: block;
	content: '';
	position: absolute;
	top: 13px;
	left: -20px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*ブログ記事ページ「右側」ここまで*/


/*ブログ記事ページここまで*/

/*採用フォームここから*/
.subpage-vis-wrap{
	padding-top:80px;
}
.subpage-vis{
	height:200px;
	width:100%;
	position:relative;
	background:url("../images/sub-bg.jpg");
	background-size:cover;
	
}
.subpage-vis h2{
	position: absolute;
	top:50%;
	left:0;
	right:0;
	text-align:center;
	display:block;
	color:#fff;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.form-wrap{
	height:100vh;
	width:100%;
}

#formWrap {
	width:700px;
	margin:50px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	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;
}
/*採用フォームここまで*/



/*『プライバシーポリシー』ここから*/
.privacy-top-bg {
	background-image: url("../images/354bg.jpg"), url("../images/bg.png");
	background-position: left bottom, left top;
	background-repeat: no-repeat, no-repeat;
	background-size:100%, 130%;
	padding: 0 0 130px;
}

.privacy-top{
	width: 800px;
	margin:0 auto;
	padding:100px 0;
	text-align: left;
}

.privacy-top p{
	font-size: 15px;
	line-height: 1.8;
	padding-bottom: 30px;
}

.privacy-top h2{
	font-size: 20px;
	border-left: solid 5px #29abe2;
	border-bottom: dashed 1.7px #461815;
	margin-top: 30px;
	padding: 0.1em 0.5em;
	letter-spacing: 2px;
}

.privacy-top ol{
	padding-left: 30px;
	line-height: 1.5;
	font-size: 15px;
}


/*『プライバシーポリシー』ここまで*/


/*『サイトマップ』ここから*/
.sitemap-top-bg {
	background-image: url("../images/354bg.jpg"), url("../images/bg.png");
	background-position: left bottom, left top;
	background-repeat: no-repeat, no-repeat;
	background-size:100%, 130%;
	padding: 0 0 130px;
}

.sitemap-top{
	width: 800px;
	margin: 0 auto;
	padding: 100px 0 200px;
	text-align: left;
}

.sitemap-top h2{
	font-size: 20px;
	border-left: solid 5px #29abe2;
	border-bottom: dashed .4px #461815;
	margin-top: 30px;
	padding: 0.1em 0.5em;
	letter-spacing: 2px;
}

.sitemap-top a{
	color: #212529;
}

.sitemap-top a:hover{
	color: #29abe2;
}

.sitemap-top ul {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.sitemap-top ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.sitemap-top ul li:before {/*疑似要素*/
  font-family: 'FontAwesome';
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: skyblue;/*アイコン色*/
}


/*『サイトマップ』ここまで*/


/*『感染症対策について』ここから*/
.taisaku_cnt{
	margin-top: 100px;
	margin-bottom: 100px;
}

.taisaku_topimg{
	text-align: center;
	padding-bottom: 20px;
}

.taisaku-wrap{
	width: 700px;
	margin: 25px auto 5px;
}

.taisaku-wrap p{
	width: 100%;
	line-height: 1.7em; 
	font-size: 15px;
	padding-left: 2em;
	text-indent: -2em;
	text-align: left;
}

.cubettl{
	border-style: solid;
	border-width: 1px;
	border-color: #29a9e0;
	color: #29a9e0;
	margin-right: 10px;
	padding: 3px 5px;
}

.taisaku_img,
.taisaku_img2{
	width: 100%;
}

.taisaku_img:after {
	content:"";
	clear: both;
	display: block;
}

.taisaku_img img,
.taisaku_img2 img{
	height: 200px;
}

.taisaku_img figure{
	float: left;
	padding-right: 10px;
}

.taisaku_img2 figure{
	text-align: center;
	padding-right: 10px;
}

.taisaku_img figure:last-child{
	padding-right: 0;
}

.taisaku_img figure figcaption,
.taisaku_img2 figure figcaption{
	margin-top: 7px;
	font-size: 14px;
}

.taisaku_img3{
	text-align: center;
	margin: 30px 0;
}

.taisaku_mkn{
	background-color: #e9f6fc;
	padding: 30px;
}

.taisaku_mkn h3{
	font-size: 22px;
	color: #29a9e0;
	font-weight: bold;
}

.taisaku_mkn p{
	padding-left: 0;
	text-indent: 0;
	padding: 10px 0 15px;
}

.taisaku_mkn img{
	width:85%;
	display: block;
	margin: auto;
}

.taisaku_pd{
	width: 550px;
	margin: 0 auto;
	background-color: #e4e4e4;
	padding: 10px 60px;
	text-align: left;
}

.taisaku_pd::after {
	content:"";
	clear: both;
	display: block;
}

.taisaku_pd_l{
	float: left;
	width: 56%;
}

.taisaku_pd_r{
	float: right;
	width: 35%;
}

.taisaku_pd_r img{
	width: 100%;
}

.taisaku_tuika{
	background-color:#e9f6fc;
	padding: 20px 30px 30px;
}

.taisaku_tuika h2{
	font-size: 21px;
	line-height: 1.5;
	color:#fff;
	background-color:#29a9e0;
	padding:0.3em 0.5em;
}

.taisaku_ol li{
	margin-bottom: 20px;
	line-height: 1.5;
}

.taisaku_gra{
	width: 550px;
	margin: 0 auto;
	background-color: #fff;
	padding: 25px 60px;
	text-align: left;
}

.taisaku_gra_wrap::after {
	content:"";
	clear: both;
	display: block;
}

.taisaku_gra_l{
	width: 48%;
	float: left;
}

.taisaku_gra_r{
	width: 48%;
	float: right;
}

.taisaku_gra_l img,.taisaku_gra_r img{
	width: 100%;
}

.taisaku_gra figcaption{
	margin-top: 7px;
	font-size: 14px;
}

/*『感染症対策について』ここまで*/

/*固定バナーここから*/
#fixed_wrap{display: block;}
#fixed-sp_wrap{display: none;}

#fixed {
position: fixed; /* 要素の位置を固定する */
top: 120px; /* 基準の位置を画面の一番上に指定する */
right: 20px; /* 基準の位置を画面の一番右に指定する */
width: 100px; /* 幅を指定する */
z-index: 10000;
}
#fixed img{
	width: 100%;
}

#fixed_2 {
position: fixed; /* 要素の位置を固定する */
top: 375px; /* 基準の位置を画面の一番上に指定する */
right: 20px; /* 基準の位置を画面の一番右に指定する */
width: 100px; /* 幅を指定する */
z-index: 10000;
}
#fixed_2 img{
	width: 100%;
}
/*固定バナーここまで*/


/*ここから↑↑上はcp用スタイル*/




/* 1010px以上ここから */
@media screen and (max-width: 1010px){

	img.tel{
		display: none;
	}

	img.tel-sp{
		width: 40px;
		display: inline;
	}

	/* tbr診療案内ここから */
	.navbar-header{
		width: 100%;
		padding:0 14px;
	}

	.guide-reaf,
	.guide-reaf-r{
		width: 200px;
	}

	.guide-top{
		padding: 0 23px;
	}

	.map {
		float: none;
		width: 100%;
	}

	.foot-logo{
		width: 100%;
		position: relative;
	}

	.foot-logo img{
		width: 60%;
	}

	.foot-logo img.yoyaku-img{
		width: 21%;
		position: absolute;
		bottom: 1px;
		right: 40%;
	}

	.foot-wrap{
		width: 100%;
	}
	/* tbr診療案内ここまで */


}
/* 1010px以上ここまで */



/* 845px以上ここから */
@media screen and (max-width: 845px){
	.privacy-top{
		width: 100%;
		padding:30px; 
	}
	.copyright-wrap {
	text-align: left;
	}

}
/* 845px以上ここから */




/* 815px以上ここから */
@media screen and (max-width: 815px){

	.top-logo{
		display: none;
	}

	.top-logo-sp{
		display: inline;
		width: 100%;
	}

	.top-logo-sp img{
		width: 23%;
	}

	/*『サイトマップ』ここから*/
	.sitemap-top {
		width: 100%;
		margin: 0 auto;
		padding: 100px 30px;
		text-align: left;
	}
	/*『サイトマップ』ここまで*/

}
/* 815px以上ここまで */


/* 600px以上ここから */
@media screen and (max-width: 600px){

	.pc-none{ 
		display:block;		
	}
	.sp-none{
		display:none;		
	}
	.top-bg{
		padding-top:60px;
	}

	header{
		display:none;
	}
	.reaf-r,.reaf{
		width:100px;
		top:30px;
	}
	.slider-wrap {
	  width:100%;
	  margin-top: 20px;
	}
	.bosyu img{
		width:80%;
	}
	.box{
		max-width:100%;
		float:none;
		text-align:center;
		color:#fff;
	}
 	.box.box-r{
		width:100%;
	}

	.box.box-l{
		width:100%;
		background-color:rgba(255,255,255,.0);
		color:#333;
	}

	.box.box-l:before{
		content: none;
	}

	.box.box-r img{
		width:70%;
	}

	.bg-color .top-txt{
		color:#333;
	}
	.bg-color h3{
		color:#333;
	}
	.point-l{
		display:none;
	}
	.point-wrap{
		width:100%;
		padding: 10px;
	}
	.point-r{
		width:100%;
	}
	.point-r h3 img{
		width:100%;
	}
	.footmenu-wrap{
		display:none;
	}
	.foot-wrap{
		width:100%;
	}
	.map{
		float:none;
		width:100%;
	}
	.map{
		padding-bottom:20px;
		padding-top:0;
	}

	.foot-logo{
		float:none;
		width:100%;
		position: relative;
	}

	.foot-logo img{
		width:100%;
		padding-bottom:10px;
	}

	.foot-logo img.yoyaku-img{
		width: 35%;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.copyright-wrap {
	text-align: center;
	}

	.foot_a{
		position: static;
	}


	*, *:before, *:after {
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}
	ol, ul {
		list-style: none;
	}
	a {
		text-decoration: none;
		color: inherit;
	}

	/*///////ヘッドのアイコンボタンここから//////*/

	.sp-head{
		display: block;
		position: fixed;
		height: 65px;
		background:url("../images/wall.png");
		width: 100%;
		z-index: 10;
	}

	.sp-head-r{
		position: absolute;
		top:15px;
		right:55px;
	}

	img.sp-time{
		display: none;
	}

	img.sp-yoyaku{
		height: 30px;
	}

	img.tel-sp{
		width: 30px;
	}


	img.tel-sp{
		width: 30px;
	}

	.sp-head img.sp-logo{
		width: 150px;
		padding: 5px 0 0 10px;;
	}

	.sp-head img.sp-logo2{
		display: none;
	}

	/*/////ヘッドのアイコンボタンここまで/////*/

	.cp_cont {
		height: 70px;
		background: #fff;
	}
	.cp_offcm01 {
		position: fixed;
		top: 0px;
		right: 10px;
		display: inline-block;
		z-index: 999;
		
	}
	/* menu */
	.cp_offcm01 .cp_menu {
		position: fixed;
		top: 0;
		right: -100vw;
		width: 250px;
		height: 100%;
		cursor: pointer;
		-webkit-transition: 0.53s transform;
		        transition: 0.53s transform;
		-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
		        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
		background-color: #8CC63F;
		opacity: 0.8;

		
	}
	.cp_offcm01 .cp_menu ul {
		margin: 0;
		padding: 0;
	}
	.cp_offcm01 .cp_menu li {
		list-style: none;
	}
	.cp_offcm01 .cp_menu li a {
		display: block;
		padding: 20px;
		text-decoration: none;
		font-weight:bold;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
	}

	.cp_offcm01 #cp_toggle01 {
		position: absolute;
		display: none;
		opacity: 0;
	}
	.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
		-webkit-transform: translateX(-100vw);
		        transform: translateX(-100vw);
	}
	/* menu toggle */
	.cp_offcm01 #cp_toggle01 ~ label {
		display: block;
		padding: 0.5em;
		cursor: pointer;
		-webkit-transition: 0.5s transform;
		        transition: 0.5s transform;
		-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
		        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
		text-align: center;
		color: #333333;
	}
	.cp_offcm01 #cp_toggle01:checked ~ label {
		-webkit-transform: translateX(-250px);
		        transform: translateX(-250px);
	}
	.cp_offcm01 #cp_toggle01 ~ label::before {
		font-family: 'FontAwesome';
		content: '\f0c9';
		font-size: 2em;
		
	}
	.cp_offcm01 #cp_toggle01:checked ~ label::before {
		content: '\f00d';
		color:#fff;
	}
	/* contents */
	.cp_contents {
		color: #333333;
		text-align: center;
	}
	.point-txt{
		font-size:13px;
		text-align:justify;
	}
	.sp-point{
		width:80%;
		margin-bottom:20px;
	}
	.point-top{
		margin-top:10px;
		padding-top: 0px;
	}
	.blog-wrap,.blog-wrap img{
		width:100%;
		margin:0 auto;
	}
	.blog-wrap{
		padding:10px;
		margin-top:20px;
	}
	.modal-title{
	 text-align:left;
	}
	footer{
		background:url("../images/groovepaper.png");
		background-size:100%;
	}
	.clicked-bg.clicked{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		background-color: #000;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		opacity: 0.8;
		display:block;
		height: 15000px;
		width:100%;
	}
	.box.box-l h3.top-midashi{
		font-size:20px;
		padding-top:20px;
		padding-bottom:10px;
	}
	.sp-br{
		display:block;
	}
	.sinnryou-time{
		font-size:13px;
	}
	


	/*spスタッフ紹介ページここから*/
	.staff-top-bg {
		padding-top:60px; 
	}

	.clinic-img img{
		height: 100px;
	}

	img.und-reaf,
	img.und-reaf-r{
		display: none;
	}

	.staff-top{
		width: 100%;
	}

	.staff-cnt1,
	.staff-cnt2,
	.staff-cnt3,
	.staff-cnt4{
		width:100%;
	}

	.staff-cnt1,
	.director,
	.staff-cnt3,
	.staff-cnt4{
		padding: 0 14px;
	}

	#sensei{
		padding-top: 150px;
		margin-top: -150px;
	}

	.director{
		width:100%;
	}

	.director-nm{
		padding-bottom:10px;
	}

	span.nm-l{
		font-size: 18px;
	    border-left: solid 5px #29abe2;
	    padding-left: 0.5em;
	    letter-spacing: 2px;
	}

	span.nm-r{
		display: none;
	}

	.director-nm img{
		display: none;
	}

	.director-aisatu{
		width:100%;
	}

	.director-img{
		width: 100%;
		margin-bottom: 40px;	
	}

	img.profile-th{
		display: none;
	}
	img.profile-sp-th{
		display: block;
	}

	.director-l,.director-r {
		width: 100%;
		float:none;
	}

	.director-prf-img{
		display: none;
	}

	.staff-cnt3 {
		margin-bottom:140px;
	}

	.staff3-box-l,
	.staff3-box-r{
		width:100%;
		float:none;
	}

	.staff3-box-r{
		padding-top: 60px;
	}

	.staff-cnt4{
		margin-bottom: 0;
	}

	li.staff4-box-l,
	li.staff4-box-c,
	li.staff4-box-r{
		width: 100%;
	    float: none;
	    margin:0 auto !important;
	}

	li.staff4-box-c,
	li.staff4-box-r{
		padding-top: 30px;
	}

	li.staff4-box-c h3 br{
		display: none;
	}

	li.staff4-box-l dl,
	li.staff4-box-c dl,
	li.staff4-box-r dl{
		margin-bottom:0;
	}

	li.staff4-box-l h3,
	li.staff4-box-c h3,
	li.staff4-box-r h3{
		margin-top:10px;
	}

	li.staff4-box-l dd,
	li.staff4-box-c dd,
	li.staff4-box-r dd{
		margin-top: 0;
	}

	/*spスタッフ紹介ページここまで*/

	/*sp診療案内ここから*/

	.guide-reaf,
	.guide-reaf-r{
		display: none;
	}

	.guide-top-bg{
		padding-top: 60px;
	}

	.guide-img img{
		height: 100px;
	}

	.guide-top{
		width:100%;
		padding:0 14px;
	}

	#sinryo-anni {
	    padding-top: 150px;
	    margin-top: -50px;
	}

	#setubi {
	    padding-top: 150px;
	    margin-top: -150px
	}

	.guide-cnt1-img2{
		width:87%;
	}

	.guide1-box{
		padding: 10px;
	}

	.guide2-box-l{
		width:100%;
		float: none;
	}

	img.cp-guide-th,
	img.cp-guide2-th{
		display: none;
	}
	img.sp-guide-th,
	img.sp-guide2-th{
		width:100%;
		display: block;
	}

	.guide1-box-s p,
	.guide2-box-l p{
		margin:10px 0 10px 3px !important;
		padding-left:0;
		line-height:1.6em;
	}

	.guide1-box2-r,
	.guide1-box3-r,
	.guide1-box4-r,
	.guide2-box-r{
		width:97%;
		margin:0 auto;
		padding-bottom:3px;
		float: none;
	}

	.guide2-wrap{
		text-align: left;
	}

	/*sp診療案内ここまで*/

	/*spブログ記事*/

	.articlepage-vis-wrap{
		padding-top: 60px;
	}
	.articlepage-vis{
		height: 100px;
	}
	.articlepage-vis h2{
		font-size:20px;
		top: 30%;
	}

	.articlepage-wrap{
		width:100%;
		padding:15px;
		margin-top:20px;
		margin-bottom:0;
	}

	.article-wrap{
		width: 100%;
	}

	.article-wrap-th{
		padding: 25px 0 25px 0;
	}

	.article-wrap-th h2{
		padding-left: 19px;
		text-align: left;
	}

	.article-wrap-th p{
		padding-left: 19px;
		text-align: left;
	}

	.content-wrap p{
		text-align: left;
	}

	.archive-wrap{
		width: 100%;
		margin-top: 40px;
	}

	.arch-p p{
		display: block;
		text-align: left;
		font-size: 18px;
		border-left: solid 5px #29abe2;
		padding-left: 0.5em;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}

	.arch-category-wrap{
		display:none;
	}

	.category-select-box{
		display:block;
		margin-bottom: 30px;
	}

	.category-select-box select {
		width: 100%;
		padding: 10px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 1px solid #999;
		background: #eee;
		background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
		background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
		background-size: 20px, 100%;
	}

	.arch-list-wrap{
		display:none;
	}

	.arch-monthly-wrap{
		display:none;
	}


	/*spブログ記事ここまで*/


	/*sp採用フォーム*/
	#formWrap{
		width:100%;
		padding:15px;
		margin-top:20px;
		margin-bottom:0;
	}
	table.formTable th{
		display:block;
		width:100%;
	}
	table.formTable td{
		display:block;
		width:100%;
		text-align:left;
	}
	.subpage-vis-wrap{
		padding-top: 60px;
	}
	.subpage-vis{
		height: 100px;
	}
	.subpage-vis h2{
		font-size:20px;
		top: 45%;
	}
	/*sp採用フォーム*/

	/*spプライバシーここから*/
	.privacy-top ol{
	padding-left: 30px;
	line-height: 1.5;
	font-size: 15px;
	list-style-type: decimal;
	}
	/*spプライバシーここまで*/


	/*sp『感染症対策について』ここから*/
	.taisaku_cnt{
		margin-bottom: 0;
	}
	.taisaku-wrap{
		width: 100%;
	}

	.taisaku_img figure{
		padding-right: 0;
		width: 50%;
	}

	.taisaku_img figure:first-child{
		width: 100%;
		float: none;
	}

	.taisaku_img img,.taisaku_img2 img{
		width: 100%;
		height: auto;
	}

	.taisaku_mkn{
		padding:20px;
	}

	.taisaku_mkn img{
		width:100%;
	}

	.taisaku_pd{
		width:  100%;
		padding: 10px 20px;
	}

	.taisaku_tuika{
		padding: 20px;
	}

	ol.taisaku_ol{
		list-style-type: decimal;
		text-align: left;
		padding-left:30px;
	}

	.taisaku_gra{
		width:  100%;
		padding: 30px 20px;
	}

	/*sp『感染症対策について』ここまで*/

	/*sp固定バナーここから*/
	#fixed_wrap {display: none;}
	#fixed-sp_wrap {
		display: block;
		width: 100%;
		position: fixed; /* 要素の位置を固定する */
		bottom: 10px; /* 基準の位置を画面の一番下に指定する */
		line-height: 0;
		z-index: 10000;
	}

	#fixed-sp_wrap::after{
		display:block;
		content:"";
		clear:both;
	}

	#fixed-sp {
		float: left;
		width: 53%;
	}

	#fixed-sp_2 {
		float: right;
		width: 44%;
	}

	#fixed-sp img,#fixed-sp_2 img{
		width: 100%;
	}
	/*sp固定バナーここまで*/

	/*sp移動用*/
	#pagetop-t img,
	#pagetop-b img{
		display: none;
	}

	#page_top{
	  width: 50px;
	  height: 50px;
	  position: fixed;
	  right: 10px;
	  bottom: 105px;
	  background: #187fc3;
	  opacity: 0.8;
	  border-radius: 50%;
	  z-index: 1;
	}
	#page_top a{
	  position: relative;
	  display: block;
	  width: 50px;
	  height: 50px;
	  text-decoration: none;
	}
	#page_top a::before{
	  font-family: FontAwesome;
	  content: '\f0d8';
	  font-size: 25px;
	  color: #fff;
	  position: absolute;
	  width: 25px;
	  height: 25px;
	  top: -15px;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  margin: auto;
	  text-align: center;
	}

/*sp移動用*/

}
/* 600px以上ここまで */

/* 480px以上ここから */
@media screen and (max-width: 480px){

	.modal-l,
	.modal-r{
		width: 100%;
		float: none;
	}

	img.time-sp{
		display: none;
	}

	img.sp-time{
		width: 30px;
		display: inline;
	}
	
	.sp-head img.sp-logo{
		width: 135px;
	}

}
/* 480px以上ここまで */


/* 359px以上ここから */
@media screen and (max-width: 359px){
	.sp-head img.sp-logo{
		display: none;
	}
	.sp-head img.sp-logo2{
		width: 95px;
		padding: 10px;
		display: inline;
	}

	/*sp『感染症対策について』ここから*/
	.taisaku_topimg img{
		width: 100%;
	}
	.taisaku_img3 img{
		width:100%; 
	}
	/*sp『感染症対策について』ここまで*/
}
/* 359px以上ここまで */


