@media screen and (max-width:979px){
	#wrapper{
		width: 1024px;
		overflow: hidden;
	}

	.main_text{
			margin-right: -500px;
	}
}

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

/*共通
----------------------*/

body{
	width:100%;
}

#wrapper{
	width: 100%;
	overflow: hidden !important;
}

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

.inner{
	width: 100%;
}

.mob { display:block; }


/*ヘッダー
------------------*/

.header_inner {
  display: none;
}

.sp_header {
    position: fixed;
    z-index: 10;
    background: #fff;
    width: 100%;
    top: 0;
    height: 60px;
    padding-top: 5px;
    box-shadow: 1px 1px 2px #ccc;
}

.spfix{
	margin-top: 65px;
}

.logo {
    float: none;
    width: 160px;
    margin: 0 auto;
}

.hospital_hours {
    float: none;
    width: 95%;
    margin: 10px auto;
}


.hospital_info {
    width: 100%;
    float: none;
    margin-left: 0;
    text-align: center;
}
.map a {
    background: #DCB969;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    width: 80%;
    margin: 0 auto;
}


.action_list li {
    width: 45%;
    background: #A88E51;
    float: left;
    text-align: center;
    margin-left: 3.3%;
    padding: 20px 0;
    margin-bottom: 20px;
    height: 130px;
    border-radius: 5px;
}
.action_list li:hover{
	opacity: 0.7;
}


.action_list li i{
	font-size: 65px;
}


.action_list li a{
	color: #fff;
	font-size: 15px;
}

.qr_text {
    font-size: 17px;
    color: rgb(255, 255, 255);
    float: left;
    line-height: 1.3;
    margin-top: 15px;
    margin-left: 25px;
}
.qr_list{
	width: 280px;
	margin: 0 auto;
}

.qr_code {
  margin-left: 24px;
}

.head_tel {
    position: absolute;
    top: 6px;
    right: 57px;
}

.head_tel i{
  color: #A88E51;
	font-size: 45px;
}

/*メインビジュアル
------------------*/
.mainvisual_two{
	display: none;
}
.mainvisual{
	display: none;
}

.mainvisual_sp{
	position: relative;
  background: url(../img/main/main.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
  height: 400px;
}

.main_text {
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin-right: 0;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    text-align: left;
    font-size: 10px;
    padding: 0 6px;
}

.main_sub {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 190px;
    width: 100%;
}

/*ナビ
-------------------*/
.sp_change_box{
	display: block;
}

.menu_box{
	display: none
}


/*spmenu*/
.drawer-menu li {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
}

.drawer-menu li a{
	color: #000;
}

/* サイド
------------------*/
.side{
	display: none;
}

/* 新着情報
------------------*/

#sp-index-news {
  display: block;
  margin: 0 10px 20px 10px;
  border: solid #ceb26a 1px;
}
#sp-index-news .news-title {
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
  background-color: #ceb26a;
  color: #fff;
}
#sp-index-news .news-title p {
	font-family: TsukuMinPr6-R;
}
#sp-index-news .news-list ul {
  height: 150px;
  overflow: auto;
  padding: 10px 0 0 0;
}
#sp-index-news .news-list ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
#sp-index-news .news-list ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ceb26a;
}
#sp-index-news .news-list ul li {
  padding: 0 10px 10px;
  margin: 0 0 10px 0;
  border-bottom: solid #ceb26a 1px;
  line-height: 1.5;
  color: #4b4b4b;
}
#sp-index-news .news-list ul li:last-child {
  margin: 0;
  border-bottom: none;
}
#sp-index-news .news-list ul li span {
  display: block;
}
#sp-index-news .news-list ul li span.date {
  color: #553A30;
  font-weight: bold;
}




/*コンテンツ
------------------*/
.container {
    width: 90%;
    margin: 0 auto 30px;
}

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

.stop{
	color: #F60;
	text-align: left;
	padding: 20px;
	border: 1px solid #DCB969;
	margin-bottom:30px;
}

.stop p.stop_title{
	font-size: 20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}


/*フッター
------------------*/

#footer {
    background: url(../img/footer/f_bg.png) no-repeat center center;
    height: auto;
    padding-top: 75px;
    position: relative;
    background-size: cover;
}

.f_menu{
	display: none;
}
.sp_br{
	display: block;
	margin-bottom: 5px;
}



/*top
------------------*/
.title_box h2 {
    font-size: 20px;
    text-align: center;
    color: #B48C3C;
    margin-bottom: 10px;
    position: relative;
}

.title_box h2:before {
    content: "";
    position: static;;
    left: 73px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 51px;
    background: url(../img/item/title_left_icon.png) no-repeat center center;
}

.title_box h2:after {
    content: "";
    position: static;;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 51px;
    background: url(../img/item/title_right_icon.png) no-repeat center center;
}

.list_img_two li {
    overflow: hidden;
    height: auto;
    margin-bottom: 30px;
}

.left_img {
    float: none;
    margin-right: 0;
    width: 100%;
}
.text_box h3 span {
    font-style: italic;
    font-size: 40px;
    margin-right: 10px;
    color: #6e7145;
    float: left;
    display: block;
    margin-top: 0;
}

.text_box h3 {
    font-size: 20px;
    color: #A88E51;
    margin-bottom: 10px;
    line-height: 1.3;
	}

	.text_box {
    float: none;
    width: 100%;
}
.right_img {
    float: none;
    margin-left: 0;
    width: 100%;
}


/*アクセス
------------------*/

.access_info dt {
    float: none;
    color: #6e7145;
    font-size: 24px;
    width: 100%;
}

.access_info dd {
    font-size: 16px;
    margin-left: 0;
    float: none;
    color: #513b22;
    width: 100%;
}

.access_list {
    margin-left: 0;
		text-align: center;
}

.access_list li {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 20px;
}



/*院内紹介
------------------*/

.medicalcare_img_two {
	margin-left: 0;
}
.medicalcare_img_two li {
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 40px;
    overflow: hidden;
}

.medicalcare_img_two img{
	width: 100%;
}


#sec01 ,#sec02 ,#sec03 ,#sec04 ,#sec05 ,#sec06 ,#sec07 ,#sec08 ,#sec09 ,#sec10 ,#sec11 {
    margin-top: -65px;
    padding-top: 65px;
}

/*診療科目の案内　サービス
------------------*/
.link_service li {
    float: left;
    margin-left: 2%;
    margin-bottom: 10px;
    width: 31%;
}


.service_list_small li{
    width:100%;
    margin-bottom: 20px;
}

.service_bg_box dt{
	width: 100%;
}

.in_box {
    margin-bottom: 10px;
    padding-left: 0;
}

.right_img img{
	width: 100%;
}

.left_img img{
	width: 100%;
}

.sevice_two_list .l_img {
    float: none;
		margin-bottom: 15px;
}
.sevice_two_list .r_img {
    float: none;
		margin-bottom: 15px;
}

.sevice_two_list .l_img img{
	width: 100%;
}

.sevice_two_list .r_img img{
	width: 100%;
}

.sevice_two_list .r_text {
    float: none;
    width: 100%;
}

.sevice_two_list .l_text {
    float: none;
    width: 100%;
}

.merit dt {
    text-align: center;
    padding-left: 0;
    width: 100%;
    float: none;
}

.merit dd {
    width: 100%;
    color: #513b22;
    font-size: 16px;
    float: none;
    height: 56px;
    margin-bottom: 0;
    border-top: 1px solid #513b22;
    border-right: 1px solid #513b22;
    border-left: 1px solid #513b22;
    padding: 0 12px;
    line-height: 1.3;
    padding-top: 6px;
}

.service_list_two .text_box {
    float: none;
    width: 100%;
}


.list_bg_two li {
    width: 100%;
    float: none;
    color: #fff;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #6e7143;
    margin-left: 0;
    border-radius: 5px;
    position: relative;
}

.list_bg_two li + li {
    margin-left: 0;
		margin-top: 60px;
}

.list_bg_two li + li:after {
    content: "+";
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    color: #6e7143;
    font-size: 45px;
    margin: auto;
}

.img_four_list li {
    float: none;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.img_four_list li img{
	width: 100%;
}
.img_four_list li + li {
    padding-left: 0;
}

.img_four_list li + li {
    padding-left: 0;
    padding-top: 40px;
}

.img_four_list li + li:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: initial;
    left: 0;
    right: 0;
    width: 0;
    height: 0px;
    border: 15px solid transparent;
    border-top: 20px solid #FFA005;
    margin: auto;
}





/*スタッフ
------------------*/

.staff_list li {
    float: none;
}

.staff_list li:first-child {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.staff_list li:nth-child(2) {
    width: 100%;
    margin-left: 0px;
}

.staff .name {
    float: none;
    margin: 10px auto;
    font-size: 20px;
    color: #6e7145;
    text-align: center;
}

.box.staff {
    margin: 0 auto 10px;
}

.box_info_staff .staff_img_two li:nth-child(1) {
    width: 100%;
    float: none;
    text-align: center;
}

.box_info_staff .staff_img_two li:nth-child(2) {
    width: 100%;
    float: none;
    margin-left: 0;
}

.name {
    font-size: 22px;
    color: #6e7145;
    margin: 10px auto;
}

.box_career {
    margin-bottom: 20px;
}


.staff_number li {
    float: left;
    border-radius: 30px;
    background: url(../img/staff/btn_bg.png) no-repeat center center;
    width: 47%;
    height: 42px;
    line-height: 42px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    margin-bottom: 5%;
    margin-left: 2%;
}


.staff_total {
    width: 50%;
    font-size: 19px;
    border-bottom: 3px solid #513b22;
    float: none;
    text-align: center;
    margin: 0 auto;
}

.pc_display_none{
	display: block;
}


/*
------------------*/
}



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

.link_service li {
    float: left;
    margin-left: 2%;
    margin-bottom: 10px;
    width: 47%;
}




/*
------------------*/
}


.sp_news{
	padding:10px !important;
	display: inherit;
}


.spBnr img{
	display:block;
	width:65%;
	margin:10px auto;
}


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

/*インプラント
----------------*/
body.implant{
	}
body.implant .topcom{
	margin:30px 0;	
	}
body.implant .topcom img{
	width:100%!important;
	margin:0 0 20px!important;
	}

body.implant .btn_menu{
    width:100%!important;
    margin:50px auto!important;
    }
body.implant .btn_menu li{
    width:100%!important;
    border-radius:10px;
	background:#766455;
	margin-bottom:20px!important;
    }
body.implant .btn_menu li a{
    text-decoration:none;
    display:block;
    text-align:center;
    padding:10px;
    box-sizing:border-box;
    color:#fff;
    }

body.implant .service_box li.right_img img{
	display:none;
	}
body.implant #sec01 li.right_img {
	height:400px;
	background:url(../img/implant/img02.jpg);
	background-size:cover;
	margin-bottom:20px;
	}
body.implant #sec02 li.right_img {
	height:400px;
	background:url(../img/implant/img03.jpg);
	background-size:cover;
	margin-bottom:20px;
	}

body.implant h3.fm_ryu{
	font-size:24px;
	}



/*一般歯科
-----------------*/
body.general .mt_30{
	margin-top:30px;
	}
body.general .service_list img{
	width:100%;
	}

body.general .ucolumn{
	margin:30px auto;
	padding:10px;
	box-sizing:border-box;
	width:100%;
	}
body.general .ucolumn img{
	width:100%;
	margin:0 0 20px;
	}
body.general .ucolumn p{
	line-height:1.7;
	}


body.general ul.menu_btn{
    margin:30px 0;
    }
body.general ul.menu_btn li{
    list-style:none;
    width:100%;
	margin-bottom:10px;
    }
body.general ul.menu_btn li a{
    display:block;
    width:100%;
    padding:10px;
    box-sizing:border-box;
    text-align:center;
    background:#6E7143;
    color:#fff;
    }

/*220908 感染症対策*/
.kansentaisaku {
    width: 100%;
    margin: 0 auto 40px;
    border: 2px solid #DCB969;
    padding: 20px 0 0px;
    box-sizing: border-box;
    background: #fff;
  }
  .kansentaisaku .title_big {
    text-align: center;
    font-size: 1.4em;
    margin-bottom: .5em;
    color: #DCB969;
  }
  .kansentaisaku .prologuetext {
    margin: 0 30px 0;
    text-align: left;
  }
  .kansentaisaku .whole {
    background: #FCF5EF;
    margin: 10px 20px;
    padding: 20px 10px 10px 0;
  }
  .kansentaisaku ol {
    width: 100%;
    margin: 0 auto;
    list-style: none;
  }
  .kansentaisaku ol li {
    margin: 0 0 .5em 1em;
    padding-left:1em;
    text-indent:-1em;
  }
  .kansentaisaku .inner {
    width: auto;
	margin: 0 30px 20px;
  }
  .kansentaisaku .mb1 {
	margin-bottom: 1em;
}
.kansentaisaku .sp_only {
    display: inline;
}
/*20240315編集*/
    .kansentaisaku .whole.reservation{
        padding: 10px;
    }
/*20240816編集*/
table.price{
    margin-top: 30px;
    margin-bottom: 10px;
}
table.price th{
    background-color: #6e7143;
    color: #fff;
}
table.price th,table.price td{
    border: 1px solid #CFA04E;
    padding: 5px;
}
table.price td {
	background: #eee;
}
table.price tr:nth-child(odd) td {
	background: #fff;
    }
}




/*コラム新着*/
#col_ul{
	display: flex;
	justify-content: space-between;
	list-style: none;
  margin-top:30px;
  width:min(100%,1200px);
  margin: auto;
}

#col_ul li{
	width:30% !important;
	height:auto;
	
	position: relative;
  text-align: left;
  line-height: 1.8;
  list-style: none;
}

#col_ul li .ica{
	height:150px;
	overflow: hidden;
	display: block;
}
#col_ul li img{
	width:100%;
	height:auto;
    margin-bottom: 20px;
}

#col_ul .tit{
	font-size:20px;
}

#col_ul .top_cate {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    color: #fff !important;
    padding: 5px;
    z-index: 2;
    background-color: #DCB969;
    line-height: 1;
	border-radius:0px 0 0 0 ;
  text-align: left;
	
}

#col_ul .top_cate a{
    color: #fff !important;
	display: inline !important;
}

.p-top-column{
	margin-bottom:100px;
	padding:70px 10px;
}

#home .h3_c{
	text-align: center;
	padding:20px;
  }

  .column_tit{    
	font-size: 30px;
    color: #DCB969;
    margin-bottom: 20px;
	text-align: center;
  }
  
 
 
 
  @media screen and (max-width: 600px) {
	#col_ul{
		display: block;
		justify-content: space-between;
		list-style: none;
		flex-wrap: wrap;
    padding:0px 20px;
    box-sizing: border-box;
	}
	
	#col_ul li{
		width:100% !important;
		height:auto;
		
		position: relative;
	  text-align: left;
	  line-height: 1.8;
	  list-style: none;
	  margin-top:30px;
    padding:0px 0px 20px !important;
	}
}


.p-top-column .btn a{

width: 302px;
height: 60px;
line-height: 60px;
text-align: center;
font-size: 18px;
font-weight: 700;
color: #DCB969;
background: #fff;
border-radius: 30px;
margin: 0 auto;
display: block;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
transition: 0.3s ease;
} 


.p-top-column .btn a:hover {
  color: #fff;
  background: #DCB969;
}