body{
        margin:0;
        padding:0;
        line-height:1.6;
        letter-spacing: 1px;
        font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
        font-size:14px;
        color: #573731; 
        position: relative;
        right: 0;
        overflow-x: hidden;
}
img { vertical-align: bottom; }

a {
        color: #43AE4E;
        text-decoration:none;   
}
a:hover {
        color: #60DF55; 
        text-decoration: none;
}

/*****************************************
           TEMPLATE LAYOUT
*****************************************/
/*--------------------------------------------------------------
    TEMPLATE　余白
--------------------------------------------------------------*/
#top-contents {
        padding: 50px 15px 50px 15px;

}
#main-contents {
        padding: 50px 15px 50px 15px;

}
.page-title {
        position: relative;
        width: 100%;
        height: 130px;
        background-color: #57CA4C;
}
.page-title:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(87, 202, 76, 0);
	border-top-color: #57CA4C;
	border-width: 15px;
	margin-left: -15px;
}
.page-title h1 {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 30px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}

/*****************************************
           HEADER CUSTOMIZE
*****************************************/
#headwrap .top-title {
        display: none;
}
#header .header-text {
        height: 30px;
        border-top: solid 1px #ededed;  
        border-bottom: solid 1px #ededed;
        padding: 5px 0 0 10px;
        font-size: 13px;
	font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;        
}
#header .logo {
        position: absolute;
        top: 35px;
        left: 10px;
}
#header .logo img {
        width: 95px;
        height: auto;
}
#gnavi {
        display: none;
}
     
/*****************************************
           ナビゲーション
*****************************************/
#header {
	position: relative;
	height:105px;
}
#slide_menu {
	position: fixed;
	top: 0;
	right: -75%;
	width: 75%;
	height: 100%;
	background: #57CA4C;
	z-index: 10000;
        box-shadow:rgba(20, 135, 56, 0.498039) 7px 0px 6px -3px inset;
        -webkit-box-shadow:rgba(20, 135, 56, 0.498039) 7px 0px 6px -3px inset;
        -moz-box-shadow:rgba(20, 135, 56, 0.498039) 7px 0px 6px -3px inset;
}
#slide_menu ul li {
	border-bottom: 1px solid #49A841;
}
#slide_menu li a { 
	display: block;
	padding: 10px;
	color: #fff;
        font-size: 13px;
}
#slide_menu li a:hover {
	background: #69F25D;
}
#panel-btn {
	position: absolute;
	top: 40px;
	right: 10px;
	display: block;
        text-decoration: none;
        background-color: #57CA4C;
        width: 48px;
        height: 48px;
        text-align: center;
        padding: 5px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 5px;
        border: none;
        position: absolute;
        top: 40px;
        right: 10px;
        color: #fff;
}
#panel-btn:hover{
        background-color: #57CA4C;
}
#panel-btn-icon{
	display: block;
	width: 25px;
	height: 2px;
	position: absolute;
	top: 35%;
	left: 25%;
	background: #fff;
	transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0%;
	width: 25px;
	height: 2px;
	background: #fff;
	transition: .3s;
}
#panel-btn-icon:before{
	margin-top: -6px;
}
#panel-btn-icon:after{
	margin-top: 4px;
}
#panel-btn .close{
	background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
	margin-top: 0;
}
#panel-btn .close:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
#panel-btn p {
        padding: 20px 0 0 0;
}
#nav {
         display:none;
}
#side-nav {
         display:none;
}
/*****************************************
           スマホ用下部分ナビゲーション
*****************************************/
#sp-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9999;
} 
#sp-nav ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width:100%;
}
#sp-nav ul li {
	display: table-cell;
        border-right: solid 1px #429B3A;
        border-left: solid 1px #7FE176;
}
#sp-nav ul li:last-child {
        border-right: none;
}
#sp-nav ul li:first-child {
        border-left: none;
}
#sp-nav ul li a {
        display: block;
        background-color: #57CA4C;
        color: #fff;
        padding: 10px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 60px;
}
#sp-nav ul li a span {
        display: block;
        font-size: 11px;
        padding: 0px 0 0 0;
}
#sp-nav ul li a i {
        font-size: 24px;
}


/*****************************************
           PAGETOP CUSTOMIZE
*****************************************/
#page-top {
        position: fixed;
        bottom: 65px;
        right: 20px;
        z-index: 10000;
}
#page-top a {
        background: #4AAD41;
        text-decoration: none;
        color: #fff;
        width: 60px;
        height: 60px;
        padding: 15px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        display: block;
        border-radius: 5px;
        opacity: 0.6;
        font-size: 14px;
}
#page-top a:hover {
        text-decoration: none;
        opacity: 1;
}

/*****************************************
           footer
*****************************************/
#footer{
        margin: 0 auto;
}
#footer .inner-block {
        margin: 0 auto;
}
#footer-navigation {
        padding: 30px 0 30px 0;
        background-color: #57CA4C;
}
#footer-navigation .footer-menu {
        text-align: center;
} 
#footer-navigation .footer-menu li {
        display: inline-block;
        letter-spacing: normal;
}
#footer-navigation .footer-menu li a {
        color: #fff;
        padding: 0 10px;
        border-left: 1px solid #fff;
        font-size: 13px;
        line-height: 100%;
	text-decoration: none;
}
#footer-navigation .footer-menu li:last-child a {
        border-right: 1px solid #fff;
}
#footer-navigation .footer-menu li a:hover {
	text-decoration: underline;
}
#footer #footer-content {
        text-align: center;
        font-size: 12px;
        letter-spacing: 0px;
        padding: 20px 0 20px 0;
}
#footer #footer-content a {
        color: #573731;
}
#footer .copyright {
        padding: 0 0 80px 0;
        font-size: 11px;
        text-align:center;
        letter-spacing: 0px;
}
#footer .logo {
        padding: 0 0 20px 0;
}
#footer .logo img {
        width: 150px;
}

/***************************************************************
           メイン画像
***************************************************************/
#top-photo {
        margin: 0 auto;
}
#top-photo img {
        width:100%;
}        


/***************************************************************
           トップページ：topic
***************************************************************/
#topic h2 {
        color: #57CA4C;
        font-size: 20px;
        font-weight: bold;
        padding: 0 0 20px 0;
        text-align: center;
        letter-spacing: 0px;
}
#topic h3 {
        color: #57CA4C;
        font-size: 16px;
        font-weight: bold;
        padding: 15px 0 15px 0;
        letter-spacing: 0px;
}
#topic .picup {
        background-color: #57CA4C;
        width: 85px;
        height: 28px;
        letter-spacing: 1px;
        padding: 4px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        font-size: 13px;
        text-align: center;
        margin: 15px 0 0 0;
        border-radius: 0 20px 20px 0;       
}
        
#topic ul {
        list-style: none;
}
#topic ul:after {
        content: "";
        display: block;
        clear: both;
}
#topic ul li {
        float: left;
        width: 33.3333%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
#topic ul li:nth-of-type(1){
         padding: 0 20px 0 0;
}
#topic ul li:nth-of-type(2){
         padding: 0 10px 0 10px;
}
#topic ul li:nth-of-type(3){
         padding: 0 0 0 20px;
}
#topic ul li img {
        width: 100%;
}
#topic p {
        color: #57CA4C;
}

/***************************************************************
           トップページ：News
***************************************************************/
#news {
        padding: 50px 0px 0 0px;
}
#news h2 {
        font-size: 18px;
        font-weight: bold;
        border-top: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
        padding: 10px 0;
        margin: 0 0 15px 0;
}
.page {
        padding: 0 20px 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; 
}
.news-wrapper {
        height: 200px;
        overflow-y: scroll;
        overflow-x: hidden;
        font-size: 100%;
        padding: 10px 10px 10px 10px;
        width: 100%;
}
.news-wrapper ul {
        list-style-type: none;
        display: table;
        width: 100%; 
        padding: 10px 0 10px 0;
        border-bottom: dotted 1px #ededed;
}
.news-wrapper ul li:nth-of-type(1) {
        font-size: 14px;
        font-weight: bold;
        display: table-cell;
        width: 20%;
        letter-spacing: 1px;
        background-color: #BDB4B3;
        color: #fff;
        padding: 3px 0;
        text-align: center;
}
.news-wrapper ul li:nth-of-type(2) {
        font-size: 14px;
        display: table-cell;
        width: 80%;
        letter-spacing: 1px;
        padding: 0 0 0 20px;
}
.news-wrapper ul a:hover {
        text-decoration: underline;
}

/***************************************************************
           診療時間　テーブル
***************************************************************/
#open-content {
        display: none;
}

/***************************************************************
           トップページ：当院情報
***************************************************************/
#shopinfo {
        position: relative;
        margin: 50px 0 0 0;
        border: solid 2px #57CA4C;
        display: table;
        width: 100%;
        padding: 20px 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;    
}
#shopinfo h2 {
        font-size: 14px;
        font-weight: bold;
        border-top: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
        padding: 7px 0;
        margin: 20px 0 10px 0;
}
#shopinfo h3 {
        font-size: 12px;
        font-weight: bold;
        padding: 3px 0;
        border: solid 1px #c8c5c4;;
        margin: 20px 0 5px 0;
        text-align: center;
}
#shopinfo .title {
        position: absolute;
        top: -16px;
        left: 2%;
        color: #57CA4C;
        font-size: 13px;
        font-weight: bold;
        border: solid 2px #57CA4C;
        padding: 5px 10px;
        background-color: #fff;
        letter-spacing: 1px;
}
#shopinfo .text-box {
        color: #50B946;
        font-weight: bold;
        padding: 10px 10px;
        margin: 10px 0 0 0;
        background-image: linear-gradient(
        -45deg,
        #EDFAEC 25%,
        #D1F0CE 25%, #D1F0CE 50%,
        #EDFAEC 50%, #EDFAEC 75%,
        #D1F0CE 75%, #D1F0CE
  );
        background-size: 8px 8px;
}
#shopinfo p {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0px;
}
/*--------------------------------------------------------------
    TEL
--------------------------------------------------------------*/
#shopinfo .tel {
        color: #57CA4C;
        font-size: 15px;
        font-weight: bold;
        border-bottom: solid 1px #57CA4C;
        text-align: center;
}
#shopinfo .tel a {
        color: #57CA4C;
        font-size: 24px;
        font-weight: bold;
}
/*--------------------------------------------------------------
    予約ボタン
--------------------------------------------------------------*/
#shopinfo .contact {
        margin: 10px 0 0 0;
}
#shopinfo .contact a {
        display: block;
        width: 170px;
        height: 40px;
        font-size: 14px;
        font-weight: bold;
        border: solid 2px #57CA4C;
        color: #57CA4C;
        padding: 8px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        letter-spacing: 1px;
        margin: 20px auto 0;
        text-align: center;
}
#shopinfo .contact a i {
        margin: 0 3px 0 0;
}
#shopinfo .contact a span {
        margin: 0 0 0 55px;
        font-size: 14px;
}
#shopinfo .contact a:hover {
        opacity: 0.7;
}
/*--------------------------------------------------------------
    2列レイアウト
--------------------------------------------------------------*/
#shopinfo .shop-box {
        display: table-cell;
        width: 45%;
        vertical-align: top;
}
#shopinfo .shop-box-2 {
        display: table-cell;
        width: 55%;
        vertical-align: top;
        padding: 0 0 0 20px;
}
/*--------------------------------------------------------------
    ロゴ
--------------------------------------------------------------*/
#shopinfo .logo {
        width: 60%;
        margin: 10px auto 0;
}
#shopinfo .logo img {
         width: 100%;
} 
/*--------------------------------------------------------------
    営業時間　テーブル
--------------------------------------------------------------*/
#shopinfo table {
        width: 100%;
        border-collapse: collapse;
}
#shopinfo th {
        width: 10%;
        padding: 5px 0;
        vertical-align: top;
        font-size: 11px;
        letter-spacing: 0px;
        font-weight: bold;
        text-align: center;
}
#shopinfo span {
        font-size: 10px;
        font-weight: bold;
}
#shopinfo .text {
        width: 30%;
        font-size: 11px;
        font-weight: bold;
}
#shopinfo td{
        width: 10%;
        padding: 5px 0;
        background-color: #fff;
        font-size: 10px;
	font-weight: bold;
        letter-spacing: 0px;
        text-align: center;
}

/***************************************************************
           link
***************************************************************/
#link {
        padding: 30px 10px 0 10px;
}
#link ul {
        list-style: none;
}
#link ul li {
        margin: 0 0 10px 0;
}
#link ul li a {
        display: block;    
}
#link .ameba {
        font-size: 38px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background:linear-gradient(#79D18D,#73CB87,#37904C,#055E19);
        height: 100px;
        padding: 20px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.7);
        box-shadow: 2px 2px 2px #6E6E6E;
        text-decoration: none;        
}
#link .ameba img {
        width: 40px;
        margin-right: 15px;
        padding: 0 0 15px 0;
}  
#link li i {
        margin-right: 10px;
}  
#link ul li img {
        width: 100%;
}
#link ul li a:hover {
        opacity: 0.7;
}

/***************************************************************
           ぱんくず
***************************************************************/
.topic-path {
        padding: 5px 0 0 0;
        text-align: center;
        list-style-type: none;
}
.topic-path li {
        display: inline;
        color: #fff;
        font-size: 13px;
}
.topic-path a {
        color: #fff;
}
.topic-path a:hover {
        text-decoration: underline;
}

/***************************************************************
           当院案内
***************************************************************/
#about h2 {
        font-size: 18px;
        font-weight: bold;
        border-top: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
        padding: 10px 0;
        margin: 0 0 15px 0;
}
#about h2:nth-of-type(n+2) {
        margin-top: 50px;
}              
#about p {
        line-height: 1.8;
}
/*--------------------------------------------------------------
    1列レイアウト
--------------------------------------------------------------*/
#about .staff-box {
        margin: 0 0 20px 0;
}  
#about .staff-box .text {
        padding: 15px 0 0 0;
}
#about .staff-box .photo {
        width: 80%;
        margin: 0 auto;
}
#about .staff-box .photo img {
        width: 100%;
}
#about .staff-box .name {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        padding: 10px 0 0 0;
}
#about .staff-box .name span {
        font-size: 13px;
        display: block;
}
/*--------------------------------------------------------------
    2列レイアウト
--------------------------------------------------------------*/  
#about .about-box .text {
        padding: 15px 0 0 0;
}
#about .about-box .photo {
        width: 70%;
        margin: 0 auto;
}
#about .about-box .photo img {
        width: 100%;
}
/*--------------------------------------------------------------
    1列レイアウト
--------------------------------------------------------------*/  
#about .about-box-2 .text {
        padding: 15px 0 0 0;
}
#about .about-box-2 .photo {
        width: 70%;
        margin: 0 auto;
}
#about .about-box-2 .photo img {
        width: 100%;
}
/*--------------------------------------------------------------
    2列レイアウト 見出し
--------------------------------------------------------------*/  
#about .title-box {
        margin: 30px 0 15px 0;
}               
#about .title-box:after {
        content: "";
        display: block;
        clear: both;
}
#about .title-box .number {
        float: left;
        width: 40px;
        height: 40px;
        background-color: #57CA4C;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        border-radius: 60px;
        text-align: center;
        padding: 7px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
#about .title-box .text {
        float: none;
        width: auto;
        margin-left: 40px;
        vertical-align: middle;
        font-size: 18px;
        font-weight: bold;
        padding: 7px 0 0 15px;
}
/*--------------------------------------------------------------
    テーブル
--------------------------------------------------------------*/ 
#about table {
        width: 100%;
        border-collapse: collapse;
}
#about table th {
        padding: 10px 10px;
        text-align: left;
        vertical-align: middle;
        background-color: #ededed;
        font-size: 14px;
        display: block;
        letter-spacing: 0px;
}
#about table td {
        padding: 10px 10px;
        text-align: left;
        font-size: 14px;
        display: block;
        letter-spacing: 0px;
}
#about table a {
        color: #573731;
}
/*--------------------------------------------------------------
    予約ボタン
--------------------------------------------------------------*/ 
#about .contact {
        margin: 20px 0 0 0;
}
#about .contact a {
        display: block;
        width: 240px;
        height: 50px;
        font-size: 15px;
        font-weight: bold;
        border: solid 2px #57CA4C;
        color: #57CA4C;
        padding: 10px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        letter-spacing: 1px;
        margin: 0 auto;
        text-align: center;
}
#about .contact a i {
        margin: 0 10px 0 0;
}
#about .contact a:hover {
        opacity: 0.7;
}
/*--------------------------------------------------------------
    地図
--------------------------------------------------------------*/ 
#about .map iframe {
        width: 100%;
        height: 400px;
        padding: 0 0 10px 0;
}
       
/***************************************************************
           整体料金
***************************************************************/
#menu h2 {
        font-size: 18px;
        font-weight: bold;
        border-top: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
        padding: 10px 0;
        margin: 0 0 15px 0;
}
#menu h2:nth-of-type(n+2) {
        margin-top: 50px;
}    
#menu .photo {
        padding: 10px;
        border: solid 1px #ededed;
}
#menu .photo img {
        width: 100%;
}
/*--------------------------------------------------------------
    テーブル
--------------------------------------------------------------*/       
#menu table {
        width: 100%;
        border-collapse: collapse;
	border: solid 1px #ededed;
        margin: 20px 0 0 0;
}
#menu th {
        padding: 10px 10px;
        text-align: left;
        width: 70%;
        vertical-align: middle;
        font-size: 14px;
	border: solid 1px #ededed;
}
#menu td {
        padding: 10px 10px;
        text-align: right;
        width: 30%;
        font-size: 14px;
	border: solid 1px #ededed;
}
#menu table br {
        display: none;
}

/***************************************************************
           お客様の声
***************************************************************/
#voice h2 {
        font-size: 18px;
        font-weight: bold;
        border-top: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
        padding: 10px 0;
        margin: 0 0 15px 0;
}
#voice h2:nth-of-type(n+2) {
        margin-top: 50px;
}
#voice h2 span {
        font-size: 13px;
        padding: 0 0 0 5px;
}
#voice .photo {
        width: 75%;
        margin: 0 auto;  
}     
#voice .photo img {
        width: 100%;
}
/*--------------------------------------------------------------
    2列レイアウト 見出し
--------------------------------------------------------------*/  
#voice .title-box {
        margin: 30px 0 15px 0;
} 
#voice .title-box:after {
        content: "";
        display: block;
        clear: both;
}
#voice .title-box .number {
        float: left;
        width: 30px;
        height: 30px;
        background-color: #57CA4C;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        border-radius: 60px;
        text-align: center;
        padding: 2px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
#voice .title-box .text {
        float: none;
        width: auto;
        margin-left: 30px;
        vertical-align: middle;
        font-size: 16px;
        font-weight: bold;
        padding: 3px 0 0 15px;
}

/***************************************************************
           blog
***************************************************************/
#blog article:nth-of-type(n+2) {
        padding: 5% 0 0 0;
}
#blog article h2 {
        font-size: 18px;
        font-weight: bold;
        border-top: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
        padding: 10px 0;
        margin: 0 0 15px 0;
}
#blog article h2 span {
        font-weight: bold;
}
#blog article h2 i {
        padding: 0 10px 0 0;
}
#blog article ul {
        list-style: none;
        padding: 10px 0 0 0;
}
#blog article ul li:nth-of-type(1) {
        width: 80%;
        margin: 0 auto;
}
#blog article ul li:nth-of-type(1) p img {
        width: 100%;
}
#blog article ul li:nth-of-type(2) {
        padding: 20px 10px 0 10px;
}
#blog article ul li:nth-of-type(2) p:nth-of-type(1) {
        color: #585858;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 20px;
}
#blog article ul li:nth-of-type(2) p:nth-of-type(1) strong {
        font-weight: bold;
        display: block;
        padding: 0 0 15px 0;
}
#blog article ul li:nth-of-type(2) p:nth-of-type(2) {
        padding: 5% 0 0 0;
        color: #585858;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 20px;
        text-align: right;
}