@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */
body {
	background-color: #fff;
	color: #575757;
	font-size: 100%;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

::selection {
    background: #93c605;
    color: white;
}

a {

}




a:link {
	color:#575757;
}
a:visited {
	color:#575757;
}
a:hover, a:focus {
	color: #93c605;
	transition: 0.6s;
	text-decoration: underline;
}
.clr{
	clear:both;
	min-height:1em;
}
*html .clr{
	height:1px;
}

.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}
input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}
.new {
	margin-left: 0;
	padding: 3px 0px 2px 10px;
	border-radius: 2px;
	background-color: #fff;
	color: #ff6351;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}
.fs-cap{
	font-size: 180%;
	line-height:150%;
	color: #6E4825;
	font-weight:lighter;
	margin-top:20px;
	margin-bottom:20px;
	}
.fs-cap-02{
	font-weight:700;
	line-height:200%;
	}

img{
	}
.clr{
	clear:both;
	min-height:1em;
}
*html .clr{
	height:1px;
}

.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}
.margin-b{
	text-align:center;
	margin-top:40px;
		margin-bottom:20px;
	}
.margin-b60{
			margin-bottom:60px;
	}
.margin-b30{
			margin-bottom:60px;
	}
.bl-check{
	background-color: #eee;
	padding: 20px;	
	}
	
.tbl-cnt{
	width: 600px;
	margin-right: auto;
	margin-left: auto;	
	}

.tbl-cnt th{
	font-size: 160%;
	color: #96682E;
	text-align: center;
	margin-bottom: 30px;
	font-weight: lighter;
	padding-bottom: 30px;
}

.tbl-cnt td{
	
	}




/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}



/* PCサイト
==================================================
==================================================
==================================================
================================================== */

@media (min-width: 1024px) {

.content-top1-inner {
	width: 100%;
	max-width: 900px !important;
	margin: 0 auto;
	padding: 0 5px;
}
	
}



@media print,screen and (min-width: 768px) {



a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

:-ms-input-placeholder  {color: #999999;}


body , html {
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	font-size: 100%;
	line-height: 145%;
}



ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.pc-disp {
}
.sp-disp {
	display: none;
}

#container {
	position: relative;
	width: 100%;
	height: auto !important;
	margin: 0;

}


#scrollTop {
	text-align: right;
	position: fixed;
    right: 0;
    z-index: 20;
    padding: 0;
    /* margin-bottom: 25px; */

}
@media print{
#scrollTop {
        display: none;
}
}




#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	max-width: 52px;
}


.skip a {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}

#logo  {
    position: absolute;
    max-width: 260px;
    top: 0;
    left: 20px;
    z-index: 99999;
}


#header {
	background-color: #fff;
    /* border-bottom: 1px solid #e6e6e6; */
    /* position: fixed; */
    z-index: 9999;
    width: 100%;

}


#header-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0px 5px 10px 30px;
}


#header-inner:after {
	content: "";
	display: block;
	clear: both;
}


#header-inner-l {
	float: left;
	width: 20%;
}

#header-inner-l img{
    width: 100%;
    padding-top: 15px;
}

#header-inner-c {
	float: left;
	width: 0%;
}

#header-inner-r {
	float: right;
	width: 80%;
	text-align: right;
	padding-top: 0px;
}


.tool-area {
	text-align: right;
    padding-right: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.tool-area span{
	display: inline-block;
}
	
span.tool-tel {
    margin-right: 15px;
    font-size: 85%;
    padding: 0px 12px;
    border-radius: 30px;
	font-weight: bold;
}
	
span.tool-tel a{
	color: #93c605;
	text-decoration: none;
}

.tool-area .label {
	margin-right: 10px;
}
.tool-area .large {
	margin-right: 20px;
}
.tool-area .default img,
.tool-area .large img {
	width: 35px;
	vertical-align: middle;
}

.keyword-area {

}


#keyword {
	width: 155px;
    height: 20px;
    border: 1px solid #93c605;
    border-radius: 26px;
    font-size: 80%;
}

#searchsubmit {
	padding-left: 5px;
	width: 35px;
}





.sp-header {
	display: none;
}






#globalNav {
	width: 100%;
	text-align: right;
	padding-top: 8px;
	
/* font-weight: bold; */
}

#globalNav ul {

	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#globalNav ul li {
	text-align: center;
	border-left: 1px solid #ccc;
}
#globalNav ul li:first-child {
	border-left: none;
}



#globalNav ul li a {
	display: block;
	text-decoration: none;
	padding: 2px 18px;
}

#globalNav ul li a {

}

#globalNav ul li a {
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, #93c605 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}
#globalNav ul li a:hover {
  background-position: -100% 0;
  color: #fff;
}
	
/* プルダウン Nav
================================================== */
	
#globalNav > ul .child {
	width: 250px;
    display: none;
    position: absolute;
    z-index: 800;
    padding: 0px;
	background-color:#fff;
	border: solid 1px #93c605;
}

#globalNav > ul .child li {
    border-left: none;
    border-right: none;
    font-size: 100%;
    min-width: 100%;
    font-weight: normal;
	border-bottom: 1px solid #93c605;
}

#globalNav > ul .child li:last-child {
	border-bottom: none;
}

#globalNav > ul .child li a {
    display: block;
    text-decoration: none;
    padding: 15px 5px 15px 15px;
    text-align: left;
}
	
	


#content {
	width:100%;
}





/* jquery.bxslider.min.js*/
#main_img_wrapper{
	width: 100%;
	position: relative;

}

.main_img_body {
    margin: 0 auto;
}

.main_img_body img {
    width: 100%;
}
	
.main_img_cover{
	position: absolute;
        text-align: right;
        right: 3%;
        top: 7%;
	}

.main_img_cover img{
    width: 42%;
	}
	
.main_img_cover2{
	position: absolute;
	text-align: right;
	right: 30px;
	top: 370px;
	}

.main_img_cover2 img{
	}
	
/* 診療時間・お問い合わせ・診療日 */
	
.main_img_contents{
	width: 100%;
    bottom: 10px;
    padding: 30px 0;
    position: absolute;
    background-color: rgba(255,255,255,0.8);
	}
	
.m_inner {
	width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 35px;
    display: flex;
	font-size: 85%;
	}
	
.m_l {
	background-color: #9ccf26;
	border-radius: 8px 0px 0px 8px;
	padding: 5px;
    height: 150px;
	}
	
.m_l img{
	width: 30px!important;
	}
	
	
.m_time,.m_contact,.m_day {
    display: flex;
    align-items: center;
    height: 150px;
    margin: 10px;
	border-radius: 8px 0px 0px 8px;
	background-color: #fff;
	}
	
.m_time {
	width: 21%;
	}
	
.m_contact {
    width: 28%;
	}
	
.m_day {
    width: 45%;
	}
	
.m_time_r,.m_contact_r,.m_day_r {
	padding: 12px;
	width: 100%;
	}
	
.m_time_r_top {
	padding-bottom: 10px;
    border-bottom: 1px dotted #c1c1c1;
    margin-bottom: 13px;
	}
	
span.uketsuke {
	background-color: #ff9c8a;
	color: #fff;
	padding: 5px 6px;
    font-size: 80%;
    margin-right: 8px;

	}
	
span.small {
	font-size: 85%;
	display: block;
    margin-top: 8px;
	}
	
.m_time_r_bottom {}
	
span.shinsatsu {
	background-color: #62b6e5;
	color: #fff;
	padding: 5px 6px;
    font-size: 80%;
    margin-right: 8px;

	}
	
.m_contact_r_number {
	padding-bottom: 5px;
    border-bottom: 1px dotted #c1c1c1;
    margin-bottom: 6px;
	}
	
.m_contact_r_number_b {}
	
.m_c_title {
	background-color: #efefef;
    padding: 0px 10px;
    font-size: 80%;
    margin-right: 8px;
    display: inline-block;
    width: 75px;
	text-align: center;
	}
	
.kankeisya {
	width: 100px;
	}
	
.m_c_text {
	margin-right: 13px;
	}
	
.m_day_r_inner {
    display: flex;
	}
	
.m_contact_r_week {
	padding-bottom: 10px;
    border-bottom: 1px dotted #c1c1c1;
    margin-bottom: 13px;
	width: 100%;
	}

.m_contact_r_week_b {}
	
	

#main_img_wrapper .bx-wrapper{
	margin-bottom: 0;
}

#main_img_wrapper .bx-wrapper .bx-viewport{
	left: 0;
	border: 0;
	box-shadow: none;
}

#main_img_wrapper .bx-wrapper .bx-controls-direction a{
	top: 0;
	margin-top: 0;
	width: 74px;
	height: 100%;
}

#main_img_wrapper .bx-wrapper .bx-next{
	display: none;
	right: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

#main_img_wrapper .bx-wrapper .bx-prev{
	display: none;
	left: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}




img.p-content-title-backimage {
    width: 100%;
	vertical-align: bottom;
}

.content-bg {
	width:100%;
	background-image: url(../images/top-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}
	

.content-top {
	width:100%;
	background-color: #fff;
}

	
.content-top-inner {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /* padding-bottom: 35px; */
    display: flex;
}
	
.news-title{
	text-align: center;
	}
	
.news-title img{
	width: 190px;
	}

 .more {
	padding-top: 25px;
}
 .more img {
	width: 130px;
}


.top1-news-area {
	width: 100%;
	padding: 10px 40px 15px 40px;
	background-color: #fff;
	margin-bottom: 30px;
}
	
.top1-news-area ul li {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
	
.top1-news-area ul li:last-child {
	border-bottom:none;
	}

.top1-news-area ul li .date {
    padding: 12px 10px 12px 28px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 10px;
    vertical-align: middle;
    background-size: 10px;
    display: block;
    color: #93c605;
    font-size: 90%;
}
	
.top1-news-area ul li .title {
	padding-top: 10px;
	padding-left: 10px;
}
	
.top1-news-area ul li .title a {
  position: relative;
  display: inline-block;
  transition: .3s;
  text-decoration: none;
}
.top1-news-area ul li .title a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #93c605;
  transition: .3s;
}
.top1-news-area ul li .title a:hover::after {
  width: 100%;
}
	
.bosyuu-wrap{
	background-color: #f3f3f3;
	}
	
.b-r-area {
	text-align: center;
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
	}
	
.b-r-area img{
	width: 600px;
	border-radius: 20px;
	}
	
.r-area {
    text-align: center;
    padding: 40px 25px 60px 25px;
    max-width: 1300px;
	margin: 0 auto;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
	
.r-area-img{
	    width: 32%;
	}
	
.r-area img{
	width: 100%;
	border-radius: 20px;
	}
	
.bosyuu-bnr {
    padding: 40px 25px 60px 25px;
    max-width: 1100px;
    margin: 0 auto;
	
	}
	
	
.b-text{
    padding-top: 0px;
	}
	
.b-text ul {
	display: flex;
     -webkit-justify-content: space-between; 
	justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
	

.b-text ul li{
	font-size: 135%;
    margin: 1%;
    padding: 20px 20px 20px 40px;
    background-image: url(../images/style1.png);
    background-repeat: no-repeat;
    background-position: 15px 22px;
    vertical-align: middle;
    background-size: 18px;
    width: 31%;
    border-radius: 10px;
    background-color: #ff817e;
    font-weight: bold;
}
	
.b-text ul li a{
	text-decoration: none;
	    color: #fffff0;
	}
	
	
	
	
	
	
	
.content-bnr {
    padding: 60px 25px;
    max-width: 1100px;
    margin: 0 auto;
	
	}
	
	

#bnr {
    margin: 0 auto;
    padding-bottom: 35px;
    border-bottom: 1px solid #d9d9d9;
}
	
#bnr ul {
	display: flex;
     -webkit-justify-content: center; 
	justify-content: center; 
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
	

#bnr ul li{
        margin: 1%;
        width: 31.3%;
}	
	
#bnr ul li img{
    width: 100%;
    border-radius: 10px;
    border: solid #fff 5px;
}	
	
	
.bnr-text{
    padding-top: 35px;
	}
	
.bnr-text ul {
	display: flex;
     -webkit-justify-content: space-between; 
	justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
	

.bnr-text ul li{
	margin: 1%;
    padding: 20px 20px 20px 33px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 15px 22px;
    vertical-align: middle;
    background-size: 10px;
    width: 31%;
    border-radius: 10px;
    background-color: #fff;
	font-weight: bold;
}
	
.bnr-text ul li a{
	text-decoration: none;
	}
	

	
/* pageTop */	
	
	
/*パソコン・スマホ共通のCSS*/
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: -10px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: #9ccf26; /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 50%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
    background: #c9ef73; /*マウスオーバー時の背景色*/
}

/*パソコンで表示する場合のCSS*/
@media (min-width: 768px) {
#PageTopBtn {
    font-size: 25px; /*文字のサイズ*/
}
#PageTopBtn a {
    width: 50px; /*ボタンの幅*/
    height: 50px; /*ボタンの高さ*/
    padding: 5px 0; /*文字の配置場所の調整*/
}
}

	
	
	
/* footer */	
	

#footer {
	width:100%;
	bottom: 0;
	background-color: #fff;
}


.footer1 {
	width: 100%;
}

.footer1-inner {
    width: 100%;
    margin: 0 auto;
	padding-bottom: 12px;
}

.footer1-inner ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.footer1-inner ul li{
    margin-right: 15px;
    background-image: url(../images/f-m.png);
    background-repeat: no-repeat;
	background-position: right center;
    padding-right: 20px;
    background-size: 10px;
}
	
.footer1-inner ul li:last-child{
	background-image: none;
	}

.footer1-inner ul li a {
	text-decoration: none;
}

.footer1-inner ul li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
	
.footer1-inner ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #93c605;
  transition: .3s;
}
	
.footer1-inner ul li a:hover::after {
  width: 100%;
}



.footer2 {
	width: 100%;

}
.footer2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
    padding: 50px 20px;
	display: flex;
	justify-content: space-evenly;
}
	
.footer2-l {
	width: 100%;
    display: flex;

	}
	
.footer-logo {
    margin-right: 30px;
}
	
.footer-logo img {
    width: 160px;
}
.footer-add {
	font-size: 80%;
}





#sp-footer {
	display: none;
}



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


#sitemap_main {
	width:100%;
	height: 200px;
	margin: 0 auto;
	background-color : #ffffff;
	background-image: url("../images/sitemap_main.jpg");
	background-repeat: no-repeat;
	background-position: center top

}

#search_main {
	width:100%;
	height: 200px;
	margin: 0 auto;
	background-color : #ffffff;
	background-image: url("../images/sitemap_main.jpg");
	background-repeat: no-repeat;
	background-position: center top

}






#breadCrumb {
	font-size: 85%;
    padding: 30px 0 20px 0px;

}
#breadCrumb a {
	color: #93c605;
}
#breadCrumb a:hover {

}


#breadCrumb p {
	margin-left: 0px;
	font-size: 70%;
	
}

.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}




#content-inner {
	width: 100%;
	margin: 0 auto;

}

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


.page-image {
	margin-top: 15px;
	text-align: center;
}


#main {
    width: 100%;
    clear: both;
	max-width: 1180px;
	margin: 0 auto;
	padding: 30px 30px 40px 30px;
    border-bottom: 1px solid #d9d9d9;
}
	
	
#blog-nav{
	}
	
	
	.pageList.current-category_blog{
		
	}
	
	li.pagelist-item.current-category_blog-item.clearfix{
		    border: 1px solid #ccc;
		    padding: 40px;
		background-image: none;
		margin: 50px 0;
	}
	
	li.pagelist-item.current-category_blog-item.clearfix span.title{
		font-size: 170%;
		font-weight: bold;
		display: block;
		margin-bottom: 30px;
		padding: 12px 10px 12px 59px;
		background-image: url(../images/blog.png);
		background-repeat: no-repeat;
		background-position: 7px;
		vertical-align: middle;
		background-size: 40px;
		border-bottom: 1px solid #9ccf26;
	}
	
	
	li.pagelist-item.current-category_blog-item.clearfix span.title a{
		text-decoration: none;
	}
	
	li.pagelist-item.current-category_blog-item.clearfix span.date{
	text-align: right;
    display: block;
    color: #93c605;
	}


#main2 {
    width: 100%;
    clear: both;
	max-width: 1180px;
	margin: 0 auto;
	padding: 30px 30px 40px 30px;
    border-bottom: 1px solid #d9d9d9;
}



.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
		clear:both;
	min-height:1em;
	line-height: 25px;
}
	

	


.contentBody img{
	max-width:100%;
}
	
.contentHeader p.date {
    float: right;
}




.contentBody .pagination {
	text-align:center;
	font-size: 80%;
	}
	
.contentBody .pagination a{
		background-color : #534741;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 100px;		/* CSS3???ﾄ */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome?p */
	-moz-border-radius: 100px;	/* Firefox?p */
	padding: 2px 7px 2px 7px;
}

#sidemenu {
	width: 26.6%;
	float: right;
	margin-top:0px;
	border: solid 1px #e6e6e6;
}

.sideHeader {
	width: 100%;
	background-color: #ffa400;

}
.sideHeader h2 {
	padding: 7px 10px 34px 10px;
    font-size: 90%;
    color: #fff;
    text-align: center;
    background-image: url(../images/bg-sidemenu-h2.png);
    background-repeat: no-repeat;
    background-position: center 80%;
    background-size: 24px;

}

.sideBody {
	width: 100%;
	background-color: #fff;
	padding: 5px 0 5px 0;
	font-size: 75%;
}

.sideBody li {
	margin: 0 0px 0 10px;
    padding: 9px 10px 7px 20px;
    background-color: #fff;
    background-image: url(../images/pagelist-icon.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 13px;
}

.sideBody .current_page {
	background-color: #eeefef;
}

.sideBody li a:link {
	color:#534741;
}
.sideBody li a:visited {
	color:#534741;
	
}
.sideBody li a:hover, a:focus {

}

.sideBody li .active{
	color:#a99582;
}




.sideBody a {
	background-image: url("../images/link-icon01.png");
	background-repeat: no-repeat;
	background-position: left;
	text-decoration : none;

}


.sidebanner {
	margin-top:15px;
	text-align: center;
}

.sidebanner li{
	margin-bottom: 0px;
}

.sidebanner li img{
	border:solid 1px #ccc;
}




.contentBody .pul-li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	}
.contentBody .pul-li li{
	background-image: url("../images/pul-li.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;

	}

.contentBody .pul-li strong{
	}


.contentBody .pul-li02{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	

	}
	
.contentBody .pul-li02 li{
	background-image: url("../images/pul-li-02.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	}

.contentBody .pul-li02 strong{
	}



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









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

.sitemap {
	margin-left: 0px;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}
	
	
	



}



/* 幅が 1000px以上 1200px以下であれば */


/* 幅が 900px以上 999px以下であれば */
@media (min-width:900px) and (max-width:999px) {

.tool-area {
	margin-bottom: 6px;
	padding-top: 15px;
}
.tool-area .default img,
.tool-area .large img {
	width: 25px;
	vertical-align: middle;
}

#keyword {
	width: 210px;
	height:24px;
	border-radius: 24px;
}

#searchsubmit {
	width: 28px;
}



#globalNav ul li a {
	padding: 2px 15px;
}

}

/* 幅が 768px以上 1099px以下であれば */
@media (min-width:985px) and (max-width:1099px) {
	
.main_img_contents {
    font-size: 80%;
}
	
.m_inner {
    max-width: 1000px;
}
	
.m_c_text {
    margin-right: 5px;
}
	
.main_img_cover img {
    width: 40%;
}
	


}


/* 幅が 987px以上 であれば */
@media (min-width:987px)  {
	
	.tab-disp-con {
		display: none;
	}
}


@media (max-width:1510px) {

.main_img_cover2{
	position: absolute;
    /* text-align: right; */
    left: 30px;
	right: auto;
    top: 70px;
	}

}



@media (max-width:1040px) {

.main_img_cover2{
    top: 60px;
	}

}

@media (max-width: 980px){
	
.main_img_body img {
    width: 100%;
    /* width: 100%; */
    height: 500px;
    object-fit: cover;
}
	
	
.main_img_cover {
    text-align: center;
    top: 50px;
	position: absolute;
	  left: 0;
	  right: 0;
	  margin: auto;
}
	
	
.main_img_cover img {
    width: 50%;
}
	
.main_img_cover2 {
    text-align: center;
    top: 380px;
	position: absolute;
	  left: 0;
	  right: 0;
	  margin: auto;
}
}


@media (max-width:790px) {

.main_img_cover img {
    width: 58%;
}

}





/*PCサイト終わり
==================================================
==================================================
==================================================
================================================== */


@media (max-width:925px) {

.r-area-img {
    width: 100%;
        margin: 10px auto;
        max-width: 400px;
}
}




@media (max-width:695px) {

.main_img_cover img {
    width: 70%;
}

}

@media (max-width:520px) {
.main_img_cover img {
    width: 92%;
}
.main_img_cover2 {
    padding: 3%;
}
	
}



@media (max-width:400px) {
	
.main_img_body img {
    height: 615px;
}

.main_img_cover2 {
    top: 320px;
}
}



/* 幅が 986px以下であれば */
@media (max-width:986px) {


	
#header-inner {
    padding: 0px 5px 10px 0px;
}
	
#logo {
    max-width: 250px;
    left: 13px;
}
	
	.pc-disp-con{
		display: none;
	}
	
	
	.tab-disp-con {
		display: block;
	}
	
.m_inner {
    display: block;
        font-size: 100%;
        padding-bottom: 15px;
        padding: 2%;
        border: solid #e9f3d3 5px;
        max-width: 750px;
        margin-bottom: 30px;
        border-radius: 10px;
}
	
	.main_img_contents {
    width: 100%;
    position: static;
	font-size: 88%;
}
	
	.m_time, .m_contact, .m_day {
		height: auto;
		display: block;
	width: auto;
}
	
.m_time_r, .m_contact_r {
    padding: 12px;
    display: flex;
    justify-content: start;
	border-top: 1px solid #9ccf26;
}
	

	
.m_time_r_bottom {
    margin-left: 20px;
}
	
.m_time_r_top {
    border-bottom: none;
}
	
span.uketsuke {
    background-color: #ff9c8a;
    color: #fff;
    padding: 5px 6px;
    font-size: 80%;
    margin-right: 8px;
}
	
span.shinsatsu {
    background-color: #62b6e5;
    color: #fff;
    padding: 5px 6px;
    font-size: 80%;
    margin-right: 8px;
}
	
.m_l {
	border-radius: 8px 8px 0px 0px;
    height: auto;
    background-color: #9ccf26;
    padding: 5px 5px 0px 5px;
    width: 15%;
}
	
.m_l img {
    width: 80px!important;
}
	
span.small {
    font-size: 85%;
    display: inline-flex;
    margin-top: 0px;
}
	
.m_contact_r_number {
    border-bottom: none;
    margin-right: 12px;
}
	
.m_c_title {
    width: 95px;
	background-color: #efefef;
    padding: 0px 10px;
    font-size: 80%;
    margin-right: 8px;
    display: inline-block;
    text-align: center;
}
	
.kankeisya {
    display: block;
    margin-bottom: 10px;
    margin-right: 15px;
    width: 140px;
}
	
.m_day_r {
    padding: 12px;
    display: block;
	border-top: 1px solid #9ccf26;
}
	
.m_day_r_inner {
    display: block;
}
	
	
}

/* 幅が 1199px以下であれば */
@media  (max-width:1199px) {

#main2 {
	padding: 30px;
}
	
}


/* 幅が 925px以下であれば */
@media screen and (max-width:925px) {
	
#header {
    display: none;
}

.sp-header{
	display: block;
	}
	
/*
================================================== */

#title {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
	
.sp-header {
    margin-top: 60px;
}

.header-top{
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #fff;
	width:100%;
	height:60px;
	padding: 0px 0px 0 0px;
	z-index: 30;
	border-bottom: 1px solid #e6e6e6;
}

.header-top .logo{
	float: left;
    padding-top: 6px;
    padding-left: 10px;
    vertical-align: middle;
	
}

.header-top .logo img{
	float: left;
	width: 190px;
	padding-top: 0px;
}


.header-top a{
  text-decoration: none;
}
	
/* accordion menu
================================================== */	
	
	/*メニュー部分*/
	nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background:#fff;
		left: 0;
		
	}
	header nav ul{
		display: block;
		width: 90%;
		height: 600px;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
	header nav ul li{
	margin: 0 auto;
    text-align: left;
    padding: 15px 0px 15px 25px;
    font-size: 140%;
    border-bottom: 1px solid #93c605;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
		color: #93c605;
	}
	
	/*開閉ボタン*/
	#nav_toggle{
	display: block;
    width: 60px;
    height: 40px;
    position: relative;
    top: 6px;
    z-index: 100;
    padding: 10px;
	}
	
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #93c605;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}

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


.sp_h_tool {
	float: right;
	display: flex;
	}
	
.sp_h_tool img {
    width: 50px;
    padding-top: 3px;
}



/* Header Nav
================================================== */

.header-navi{
}
.header-navi .nav-header{
  background: #999999;
}
.header-navi .nav-header h2{
  float: left;
  padding: 15px 5px 5px 5px;
}
.header-navi .nav-header button{
  float: right;
  padding: 5px;
}
.header-navi .nav-header button img{
  width: 45px;
}

/*
---------------------------------------------------------------*/
#pc-search {
	margin: 10px 10px;
}
#keyword {
	width: 170px;
	height:28px;
	margin-top: 5px;
	border-radius: 28px;
	padding: 0 5px;
	border: 1px solid #93c605;
}

#searchsubmit {
	padding-left: 5px;
	width: 35px;
}


/*
---------------------------------------------------------------*/
	
.content-top-inner {
    display: block;
	margin-top: 30px;
}
	
.news-title {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #93c605;
    margin-bottom: 20px;
}
	
	
.b-r-area img {
    width: 400px;
}

	
.r-area {
	text-align: center;
	padding-bottom: 35px;
	}
	
.r-area img{
/*    width: 55%;*/
    border-radius: 10px;
	}
	

	
	
}


/* スマホサイト
==================================================
==================================================
==================================================
================================================== */

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




body , html {
	height: 100%;
  -webkit-text-size-adjust: 100%;

}

body {
	margin:0px;
	padding:0px;
	font-size: 87.5%;
	line-height: 130%;


}




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

ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pc-disp {
	display: none;
}
.sp-disp {
}
	
.main_img_cover {
}
	
/* menu */
	
header nav ul{
		height: 500px;
	}
	
/* 診療 */
	
.m_l {
    text-align: left;
    width: 100%;
    padding: 5px 5px 5px 5px;
}
	
.m_inner {
    padding: 10px 30px;
        max-width: 100%;
        border: none;
}
	
.m_time_r, .m_contact_r,.m_day_r {
    border-bottom: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
}
	
.m_time_r, .m_contact_r {
    display: block;
	margin-bottom: 25px;
}
	
.m_time_r_top {
    padding-bottom: 10px;
    border-bottom: 1px dotted #c1c1c1;
    margin-bottom: 13px;
}

span.uketsuke {
	font-size: 100%;
}
	
span.small {
    font-size: 85%;
}
	
.m_time_r_bottom {
    margin-left: 0px;
}
	
span.shinsatsu {
    font-size: 100%;
}
	
.m_c_title {
    width: 90px;
    text-align: center;
	font-size: 95%;
}
	
.kankeisya {
    width: 105px;
	display: inline-block;
}
	
.m_contact_r_number {
    margin-right: 0px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #c1c1c1;
    margin-bottom: 13px;
}
	
.m_contact_r_week{}
	
.m_contact_r_week .m_c_title {
    margin-bottom: 15px;
}
	
.m_contact_r_week .m_c_text {
    margin-right: 15px;
}
	
.m_contact_r_week_b .m_c_title {
    margin-bottom: 15px;
}
	
.m_contact_r_week_b .m_c_text {
    margin-right: 15px;
}

	
/* ---- */
	
.news-title {
	margin-bottom: 0px;
	background-color: #fff;
}
	
.news-title img{
	width: 170px;
}

#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-size: 87.5%;
}


#scrollTop {
	position: fixed;
	right: 0;
	z-index: 20;

	bottom: 10px !important;
}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	width: 40px;
    margin-right: 9px;
}


.skip p {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}





#header {

	display: none;
}

.sp-header {
	margin-top: 60px;
}





#content {
	width:100%;
}

/* jquery.bxslider.min.js*/
#main_img_wrapper{
	width: 100%;
    position: relative;

}
	
	
.main_img_contents {
}

/* jquery.bxslider.min.js*/

.content-bg {
    width: 100%;
    background-image: url(../images/top-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.content-top1 {
	width:100%;

}

.content-top1-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}
.content-top1-inner h2 {
	text-align: center;
	font-size: 140%;
	margin-bottom: 25px;
}
.content-top1-inner h2 span {
	border-bottom: 2px solid #d95347;
    letter-spacing: 0.1em;
    padding-bottom: 7px;
    font-size: 85%;
}




.top1-news-area {
	font-size: 95%;
	width: 100%;
	padding: 30px 15px 15px 15px;
	background-color: #fff;
}
	

.top1-news-area ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
	
.top1-news-area ul li:last-child {
    border-bottom: none;
}

.top1-news-area ul li .date {
	padding: 12px 10px 12px 20px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 3px;
    vertical-align: middle;
    background-size: 10px;
}
	
.top1-news-area ul li .title {
    display: block;
    margin-top: 10px;
}
.top1-news-area .more {
	text-align: right;
}
.top1-news-area .more img {
	width: 50px;
}
	
	

	
	
.bosyuu-bnr {
    padding: 20px 10px 30px 10px;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: rgba(255,255,255,0.6);
	
	}
	
.b-r-area {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
}
	
.b-r-area img {
    width: 100%;
}
	
.r-area {
    padding: 20px 10px;
}
	
.r-area img {
    width: 96%;
    border-radius: 10px;
}
	
	
.b-text{
    padding-top: 0px;
	}
	
.b-text ul {
	display: flex;
     -webkit-justify-content: space-between; 
	justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
	

.b-text ul li{
	font-size: 105%;
    margin: 2%;
    padding: 10px 20px 10px 26px;
    background-image: url(../images/style1.png);
    background-repeat: no-repeat;
    background-position: 8px 14px;
    vertical-align: middle;
    background-size: 12px;
    width: 46%;
    border-radius: 6px;
    background-color: #ff817e;
    font-weight: bold;
}
	
.b-text ul li a{
	text-decoration: none;
	    color: #fffff0;
	}
	
/* bnr */
	
.content-bnr {
    padding: 0px 0;
    margin: 0 auto;
}
	
#bnr {
    margin: 0 auto;
    padding-bottom: 35px;
    border-bottom: 1px solid #d9d9d9;
}
	
	
#bnr ul {
	width: 100%;
    margin-top: 0px;
    display: inline-flex;
	justify-content: center;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
}
	
#bnr ul li {
    margin: 5px;
    width: 47%;
}

#bnr ul li img {
	width: 100%;
    border-radius: 8px;
    border: solid #fff 3px;
}
	
.bnr-text {
    padding: 35px 0;
}
	
.bnr-text ul {
	width: 100%;
    margin-top: 0px;
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
}
	
.bnr-text ul li {
    margin: 10px;
    padding: 10px 10px 10px 23px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
    vertical-align: middle;
    background-size: 7px;
    width: 44%;
    border-radius: 8px;
    background-color: #fff;
    font-weight: bold;
    font-size: 90%;
}
	

	
/* blog */	
	
	
	

#main {
    width: 100%;
    clear: both;
	max-width: 1180px;
	margin: 0 auto;
	padding: 30px 30px 40px 30px;
    border-bottom: 1px solid #d9d9d9;
}
	
	
#blog-nav{
	width: 30%;
	}
	
	
	.pageList.current-category_blog{
		
	}
	
	li.pagelist-item.current-category_blog-item.clearfix{
		    border: 1px solid #ccc;
		    padding: 40px;
		background-image: none;
		margin: 50px 0;
	}
	
	li.pagelist-item.current-category_blog-item.clearfix span.title{
		font-size: 170%;
		font-weight: bold;
		display: block;
		margin-bottom: 30px;
		padding: 12px 10px 12px 59px;
		background-image: url(../images/blog.png);
		background-repeat: no-repeat;
		background-position: 7px;
		vertical-align: middle;
		background-size: 40px;
		border-bottom: 1px solid #9ccf26;
		line-height: 140%;
	}
	
	
	li.pagelist-item.current-category_blog-item.clearfix span.title a{
		text-decoration: none;
	}
	
	li.pagelist-item.current-category_blog-item.clearfix span.date{
	text-align: right;
    display: block;
    color: #93c605;
	}

	
	
/*パソコン・スマホ共通のCSS*/
#PageTopBtn {
	position: fixed;
    bottom: -20px;
    right: 10px;
}
	
	
	
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: #9ccf26; /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 50%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
    background: #c9ef73; /*マウスオーバー時の背景色*/
}

/*パソコンで表示する場合のCSS*/
#PageTopBtn {
    font-size: 20px; /*文字のサイズ*/
}
#PageTopBtn a {
    width: 50px; /*ボタンの幅*/
    height: 50px; /*ボタンの高さ*/
    padding: 5px 0; /*文字の配置場所の調整*/
}

	


#footer {
	width:100%;
	bottom: 0;
	background-color: #fff;
}


.footer1 {
	width: 100%;
}

.footer1-inner {
	width: 100%;
    margin: 0 auto;
    padding: 15px 15px;
    font-size: 95%;
}

.footer1-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.footer1-inner ul li{
	width: 44%;
    font-size: 90%;
    margin: 0 3% 5px 3%;
    border-bottom: 1px solid #9ccf26;
}

.footer1-inner ul li a {
	text-decoration: none;
	display: block;
	padding: 5px 0;
	text-align: center;
}


.footer2 {
	width: 100%;

}
.footer2-inner {
	width: 100%;
    margin: 0 auto;
    padding: 25px 5px 15px 5px;
}
	
.footer2-l {
    width: 100%;
    display: block;
}
	
	
.footer-logo {
	text-align: center;
	margin-bottom: 15px;
}
.footer-logo img {
	width: 130px;
}
.footer-add {
	text-align: center;

}
.footer-add span {
	display: block;
}

.footer-tel {
	text-align: center;
}


.footer3 {
	width: 100%;
	background-color: #d95347;
	text-align: center;
	color: #fff;
	padding: 5px 5px 5px 5px;
	font-size: 90%;
	letter-spacing: 0px;
	line-height: 130%;
}
.footer3 span {
	display: block;
}
	
p.f-t {
	font-size: 85%;
    padding-bottom: 20px;
	}
	
p.f-t span{
	display: block;
	}

#pc-footer {
	display: none;
}


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


#sitemap_main {
	display: none;
}



#search_main {
	display: none;
}







#content-inner {
	width: 100%;

}

#content-inner:after {
}


#main {
	width: 100%;
	background-color: #fff;
	padding: 10px 5px 20px 5px;

}
#main2 {
	width: 100%;
	background-color: #fff;
	padding: 10px 5px 20px 5px;
}


.contentBody {

}

.contentBody img{
	padding:10px;
}


.contentBody .pagination {
	text-align:center;
	font-size: 70%;
	}
.contentBody .pagination a{
		background-color : #534741;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 100px;		/* CSS3???ﾄ */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome?p */
	-moz-border-radius: 100px;	/* Firefox?p */
	padding:5px;
}
	
	
	
	

.scroll {
    overflow: auto;
}
	
.pc {
    display: block;
    /* margin-bottom: 10px; */
    text-align: center;
    padding: 10px;
    font-size: 82%;
}
	


	
	
	



#sidemenu {
	display: none;

}


.contentBody .pul-li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	}
.contentBody .pul-li li{
	background-image: url("../images/pul-li.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	margin-bottom:10px;

	}

.contentBody .pul-li strong{
	}


.contentBody .pul-li02{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	}
	
.contentBody .pul-li02 li{
	background-image: url("../images/pul-li-02.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	margin-bottom:10px;
	}

.contentBody .pul-li02 strong{
	}





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


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

.sitemap {
	margin-left: 0px;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}

}


/* 幅が 767px以下であれば */

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


#main2 {
	padding: 10px;
	border-bottom: 1px solid #d9d9d9;
}
	
}

/* 幅が 660px以下であれば */

@media  (max-width:660px) {
.m_day_r_inner {
    width: 60%;
}
	
}

/* 幅が 552px以下であれば */

@media  (max-width:552px) {
.m_day_r_inner {
    width: 80%;
}
	
}


/* 幅が 480px以下であれば */
@media  (max-width:480px) {

.main_img_contents {
    font-size: 100%;
}
	
.m_day_r {
    display: flex;
}
	
.kankeisya {
    width: 125px;
}
	
.contentBody img{
	padding:0px;
}
	
li.pagelist-item.current-category_blog-item.clearfix {
    padding: 20px;
}
	
	
}


/* 幅が 392px以下であれば */

@media  (max-width:392px) {
	
span.small {
    font-size: 85%;
    display: block;
    padding-top: 10px;
}
	
}

/* 幅が 360px以下であれば */

@media  (max-width:360px) {

#bnr ul {
           padding-left: 5px;
        padding-right: 5px;

}
	
.bnr-text ul {
    padding-left: 0px;
    padding-right: 0px;
}
	
}

/* 幅が 355px以下であれば */

@media  (max-width:355px) {
.m_day_r {
    display: block;
}
	
}

/* 幅が 335px以下であれば */

@media  (max-width:335px) {
	
#bnr ul li {
    width: 100%;
}
	
.bnr-text {
    padding: 25px 0;
}
	
.bnr-text ul li {
    width: 100%;
    border-radius: 5px;
}
	
li.pagelist-item.current-category_blog-item.clearfix span.title {
    font-size: 140%;
}
	
}




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


/*movie*/

.movie-area{
	background-image: repeating-linear-gradient(90deg, rgba(243, 255, 217, 0.66), rgba(213, 238, 234, 0.78));
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	padding: 20px;
	display: flex;
	justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
}

.movie_wrap{
	padding: 10px;
}

.movie_wrap img{
	width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: auto;
}



@media (max-width:1030px) {
	
	.movie-area{
		max-width: 100%;
			border-radius: 0;
	}

}



@media (max-width:767px) {
	
	
.movie-area {
    margin-bottom: 0;
}
	
.movie-area {
    display: block;
	}
	
.movie_wrap {
    text-align: center;
}
	
}


.b-text ul {
        display: block;
        /* -webkit-justify-content: space-between; */
        /* justify-content: flex-start; */
        /* flex-wrap: wrap; */
        width: 100%;
        margin: 0 auto;
	    padding-left: 15px;
        padding-right: 15px;
    }


.b-text ul li {
        font-size: 160%;
        margin: 0px auto;
        padding: 30px 60px 30px 30px;
        background-image: url(../images/style1.png);
        background-repeat: no-repeat;
        background-position: right 20px center;
        vertical-align: middle;
        background-size: 22px;
        width: 100%;
        max-width: 500px;
        border-radius: 10px;
        background-color: #ff817e;
        font-weight: bold;
    }





.b-text ul li a{
	display: block;
}


@media (max-width:500px) {
.b-text ul li {
    font-size: 140%;
}
}

@media (max-width:440px) {
	
	
.m_inner {
        padding: 10px 10px;
        font-size: 90%;
        max-width: 100%;
        border: none;
    }
	
    .b-text ul li {
        font-size: 110%;
        padding: 20px 40px 20px 30px;
    }
}





