@charset "utf-8";



/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");

/*slick.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

.dox_cont ul,
.dox_cont ol {
  padding: 0;
  position: relative;
}

input#password-input {
    font-size: 1.5em;
    width: 200px;
    margin-right: 10px;
}

.responsive {
position: relative;
padding-top: 56.25%;
}
.responsive iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}

input[type="niem_button"] {
    font-size: 1.2em;
    width: 3em;
    text-align: center;
}

.niem {
    text-align: center;
}


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

.dox_cont ul li,
.dox_cont ol li {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;/*左側の線*/
  background: #f7fbff;/*背景色*/
  margin-bottom: 10px;/*下のバーとの余白*/
   line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}

.dox_cont ul li:hover{
  color: #333333;
  border-left: solid 6px #666666;/*左側の線*/
  background: #f6f6f6;/*背景色*/
  margin-bottom: 10px;/*下のバーとの余白*/
   line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}

p.actext.r_more {
    text-align: end;
    color: #0068B7;
    font-weight: bold;
    padding-top: 10px;
}

body{
    font-family: "Noto Serif JP", serif!important;
}

.scimg {
    padding-bottom: 20px;
}

img.m_a {
    width: auto;
    height: 250px;
}

ol.mainvisual_link p {
    font-size: 25px;
    line-height: 1.3;
    margin: 0;
    color: #0068b7;
}

.aclast{
  display: none;
}

main .title h2.toph2 {
    border-bottom: none;
    line-height: 2;
}

.serviceleft img {
    width: 85%;
}


img.serviceic {
      width: 50%;
      margin: auto;
      display: block;
    }

/*TOPここから*/


.list {
    width: 70%;
    margin: 30px 0 0;
    border-top: 1px solid #cbd2d9;
    font-size: 14px;
    list-style: none;
    padding: 0;
}

.list__item {
    position: relative;
    border-bottom: 1px solid #cbd2d9;
    list-style: none;
    font-size: 16px;
}

.list__item a {
    display: block;
    padding: 10px 50px 10px 20px;
    color: #323f4b;
    transition: 0.3s;
    font-weight: bold;
}

.list__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 15px;
    background: url(../images/arrow_right.png) no-repeat center center/contain;
    transform: translateY(-50%);
    transition: 0.3s;
}

.list__item:hover::after,
#service .list__item:hover::after,
#achievement .list__item:hover::after{
  right: 10px;
}

.reason__list:first-child {
    margin-left: -80px;
}



.reason__list {
    width: 650px;
    position: relative;
    right: 0;
    margin: 0 0 30px;
    border-radius: 35px;
    transition: 0.3s linear;
    background: #ffffff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    color: #1F2933;
    font-size: 16px;
    font-weight: bold;
}

.reason__link {
    display: flex;
    align-items: center;
    color: #1F2933;
}

.reason__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin: 10px 15px 10px 10px!important;
    border-radius: 50%;
    background: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.reason__title strong {
    color: #D61719;
    font-weight: bold;
}

.reason__list:nth-child(2), .reason__list:nth-child(4) {
    margin-left: -30px;
}

.reason__list:last-child {
    margin: 0 0 0 -80px;
}

.reason__list:first-child:hover,
.reason__list:last-child:hover {
    margin-left: -60px;
}

.reason__list:nth-child(2):hover,
.reason__list:nth-child(4):hover{
    margin-left: -10px;
}


.reason__list:hover{
    margin-left: 20px;
}

main #service span,
main #service p{
	color: #ffffff;
}

main #service p.reason__title{
  	color: #333333;
    margin: 0;
}

main #service p.reason__num {
    color: #0068b7;
}

ul.reason__menu.js-link {
    list-style: none;
}

br.is-onlySP {
    display: none;
}

br.onlyPC {
    display: block;
}

.servicebox2{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 40px;
}



.btn {
    border-bottom: solid 2px #ffffff;
    width: 100px;
    margin-right: 100px;
}

.more {
    border-bottom: solid 2px #ffffff;
    width: max-content;
    margin-bottom: 5px;
}

.more p {
    width: max-content;
}


.more .list__item a {
    display: block;
    padding:  0px 100px 0px 5px;
    color: #FFFFFF;
    transition: 0.3s;
}


.more .list__item{
    border-bottom: none;
}

#service .list__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 15px;
    height: 15px;
    background: url(../images/arrow_right_wh.png) no-repeat center center/contain;
    transform: translateY(-50%);
    transition: 0.3s;
}

#achievement .list__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 15px;
    height: 15px;
    background: url(../images/arrow_right_bl.png) no-repeat center center/contain;
    transform: translateY(-50%);
    transition: 0.3s;
}



#achievement .btn {
    border-bottom: solid 2px #0068B7;
    width: 100px;
}

#achievement .more {
    border-bottom: solid 2px #0068B7;
    width: max-content;
    margin-bottom: 5px;
}

#achievement .more p {
    width: max-content;
}


#achievement .more .list__item a {
    display: block;
    padding:  0px 100px 0px 5px;
    color: #0068B7;
    transition: 0.3s;
}


#achievement .more .list__item{
    border-bottom: none;
}




.morebtn{
    display: flex;
    justify-content: flex-end;
}

.ac {
    width: 30%;
    padding: 13px;
    border-radius: 5px;
    box-shadow: 3px 3px 10px 0 #b5b5b5;
    transition: .3s all;
    margin-bottom: 35px;
    margin-right: 5%;
}

.ac:nth-child(3n){
  margin-right: 0%;
}

.ac .acname{
  margin: 0;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding-top: 5px;
}

p.actext {
    font-size: 12px;
    color: #000000;
}

.ac{
  color:#666666!important;
}

.ac:hover{
  color:#00A0E9!important;
}

.ac:last-child{
  margin-right: 0;
}

.uly-contact__box {
    display: flex;
    justify-content: space-between;
    width: 730px;
    margin: 0 auto;
}

.uly-contact__button {
    display: flex;
    align-items: center;
    width: 350px;
    height: 60px;
    border-radius: 30px;
    transition: .3s all;
    background: linear-gradient(to right,#0068b7, #00a0e9);
    color: #fff;
    font-weight: bold;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    margin: 0 10px;
}

.uly-contact__button:hover,
.ac:hover {
    box-shadow: 5px 6px 10px rgb(0 0 0 / 0.5);
}



.uly-contact__button a{
    color: #fff;
}

.uly-contact__left {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #66738000;
    width: 80px;
    height: 60px;
    border-radius: 30px 0 0 30px;
    border-right: solid #ffffff 2px;
}

.uly-contact__left img {
    margin: 0 0 0 10px;
    width: auto;
}

.uly-contact__right {
    display: flex;
    justify-content: center;
    width: calc(100% - 80px);
    margin: 0 0 0 -10px;
}

div#contact {
    background: aliceblue;
    margin: 0 -50%;
    margin-top: 50px;
}

.servicebox {
padding-bottom: 20px;
}

p.contactbig {
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
}

/*TOPここまで*/


#services .title {
    text-align: left;
}

#services .servicetop {
    text-align: center;
}

/*スクロールバーが表示される閲覧環境用に設定*/
main{
  overflow: hidden;
}

section.leftreverse{
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}

p{
  font-size: 18px;
  line-height: 1.8;
}

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

section.rightreverse{
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  flex-direction: row-reverse;
  margin-bottom: 100px;
}

.rightreverse{
  flex-direction: row-reverse;
}

.column{
  width: 48%;
}

/*右側へ要素を広げる（2カラム）*/
.column-outside-right{
    flex: 1;
    margin-right: calc(50% - 55vw);
    margin-left: 4%;
    opacity: 0.6;
}

/*左側へ要素を広げる（2カラム）*/
.column-outside-left{
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 4%;
}

/*右側へ要素を広げる（1カラム）*/
.outside-right{
  margin-right: calc(50% - 50vw);
}

/*左側へ要素を広げる（1カラム）*/
.outside-left{
  margin-left: calc(50% - 50vw);
}





.totalbox {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    width: 80%;
        margin: auto;
    }


.webic {
    text-align: center;
    width: 20%;
}


/*========= グローバルナビゲーション =========*/
.menu {
    position: relative;
    width: 100%;
    height: 35px;
    max-width: 1200px;
    margin: 0 auto;
display: flex;
justify-content: flex-end;
}

.menu > li {
  float: left;
  width: auto;
  height: 35px;
  line-height: 35px;
  background-color: none;
  box-sizing: border-box;
  list-style: none;
  margin: 0 15px;
}
.menu > li:last-child {
  border-right: none;
}
.menu > li a {
	display: block;
	    color: #333333;
	    text-align: center;
	    text-decoration: none;
	    font-size: 15px;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}


ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #ffffff;
color: #ffffff;
border-bottom: solid 3px #0068B7;
}

.menu__second-level li {
  border-top: 1px solid ##ffffff;
  height: 35px;
  line-height: 35px;
  list-style: none;
}

.menu__third-level li {
    border-top: 1px solid #111;
}
.menu__second-level li a {
  text-align: left;
  padding: 0 1em;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.01em;
}
.menu__second-level li a:hover {
    background: #0068B7;
    color:#ffffff;
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
/**
 * single menu
 */
.menu > .menu__single {
  position: relative;
}

.menu__single .menu__second-level {
  position: absolute;
  top: 35px;
  width: max-content;
  background-color: #ffffff;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu__single:hover > .menu__second-level {
  top: 35px;
  visibility: visible;
  opacity: 1;
padding-left: 0;
}
/*========= ハンバーガーメニュー =========*/
.hamburger-menu {
    display:none;
}




.cross2 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #000000;
    transform: rotate(45deg);
    vertical-align: middle;
}

.cross2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transform: rotate(90deg);
}


.mainslide {
    width: 100%;
    display: block;
    text-align: center;
padding-top: 10px;
}

.mainslide img{

}


.servicetitle1 {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    justify-content: center;
}

.servicetitle1 img {
  width: 80px;
  height: fit-content;
}

.servicetitle1 p {
  margin: 0;
  color: #1ea387;
  font-size: 30px;
}


.servicetitle2 {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    justify-content: center;
}

.servicetitle2 img {
  width: 80px;
  height: fit-content;
}

.servicetitle2 p {
  margin: 0;
  color: #ff7097;
  font-size: 30px;
}



.noset tr {
    border-bottom: solid #333333 1px;
}

table.noset,
table.set {
width: 100%;
margin-bottom: 50px;
}

table.noset th,
table.noset td {
width: 50%;
padding: 0 20px;
}

table.noset th,
table.set th{
	border-bottom: 5px solid #dfd4b7;
	font-size: 1.6rem;
}


table.noset td,
table.set td{
	font-size: 1.4rem;
}

th:nth-child(2),
td:nth-child(2) {
    text-align: right;
}

th:nth-child(1),
td:nth-child(1) {
    text-align: left;
}


table.set th:nth-child(1),
table.set td:nth-child(1) {
    text-align: left;
		width: 40%;
		padding: 0 20px;
}

table.set th:nth-child(2),
table.set td:nth-child(2),
table.set th:nth-child(3),
table.set td:nth-child(3){
    text-align: right;
		width: 30%;
		padding: 0 20px;
}




.example {
  position: relative;
background: #0068b7;
	}

.example p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	color: #ffffff;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5;
    text-align: center;
    width: 90%;
  /*文字の装飾は省略*/
  }

.example span {
font-weight: normal;
font-size: 20px;
display: block;
}

.example img {
  width: 100%;
	height: 200px;
 object-fit: cover;
 opacity: 0.5;
  }

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

	#mainvisual

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

/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */

#mainvisual {
	display:block;
	position:relative;
	height: 400px;
	background-image:url(../images/mainvisual_slide1.jpg);
	background-color:#f0f0f0;
	background-position:center;
	background-repeat:no-repeat;
    background-size: cover;
}
#mainvisual::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 20px;
    height: 100%;
    background-color: #fff;
    content: "";
}
#mainvisual .inner {
	position: relative;
	height: inherit;
	width: 100%;
}
.mainvisual_link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
		padding: 0;
    list-style: none;
    width: 1000px;
    justify-content: center;
    margin-top: -125px;
}

/*
.mainvisual_link::before {
    position: absolute;
    top: 0;
    left: 240px;
    width: 240px;
    height: 230px;
    background: url("../images/mainvisual_logo.png") no-repeat center 50%;
    background-color: #fff;
    content: "";
}

.mainvisual_link li:nth-of-type(1) {
    margin-right: 240px;
}
*/

.mainvisual_link li a {
    display: block;
    box-sizing: border-box;
    width: 250px;
    height: 250px;
    padding-top: 0px;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: rgba(255, 255, 255, 0.9);
    transition: 0.3s ease-in-out;
}

.mainvisual_link li a.m_a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 250px;
    padding-top: 0px;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: rgba(255, 255, 255, 0.9);
    transition: 0.3s ease-in-out;
}

.mainvisual_link li a:hover {
    background-color: #ffffff;
}

.mainvisual_link li a i {
    display: block;
    margin-bottom: 20px;
    line-height: 1;
    font-family: 'Cardo', serif;
    font-size: 35px;
    font-style: normal;
    margin-top: -2px;
}
.mainvisual_link li:nth-of-type(1) a i {
    color: #622f11;
}
.mainvisual_link li:nth-of-type(2) a i {
    color: #cdb084;
}
.mainvisual_link li a span {
    display: block;
    line-height: 1;
    margin-bottom: 18px;
    font-size: 23px;
    color: #333;
}
.mainvisual_link li a .btn {
    display: inline-block;
    box-sizing: border-box;
    width: 130px;
    line-height: 35px;
    padding-left: 30px;
    text-align: left;
    /*background: url("../images/mainvisual_link_arrow.png") no-repeat right 10px top 16px;*/
    color: #fff;
		font-weight: bold;
    transition: 0.3s ease-in-out;
		background: #00AB8EAB;
}
.mainvisual_link li a .btn2 {
    display: inline-block;
    box-sizing: border-box;
    width: 130px;
    line-height: 35px;
    padding-left: 30px;
    text-align: left;
		/*background: url("../images/mainvisual_link_arrow.png") no-repeat right 10px top 16px;*/
    color: #fff;
font-weight: bold;
    transition: 0.3s ease-in-out;
		background: #FF7097AB;
}
.mainvisual_link li a:hover .btn,
.mainvisual_link li a:hover .btn2 {
    background-position: right 2px top 16px;
}
.mainvisual_corona_btn {
    position: absolute;
    width: 330px;
    height: 110px;
    padding: 4px;
    box-sizing: border-box;
    border: #fff 1px solid;
    right: 20px;
    bottom: 120px;
}
.mainvisual_corona_btn a {
    position: relative;
    display: block;
    width: 320px;
    height: 100px;
    box-sizing: border-box;
    padding-left: 120px;
    padding-top: 52px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    color: #333;
    background: url("../images/mainvisual_btn_bg.jpg") no-repeat left top;
    background-color: #fff;
    opacity: 1;
    transition: 0.3s ease-in-out;
}
.mainvisual_corona_btn a:hover {
    opacity: 0.8;
}
.mainvisual_corona_btn a::before {
    position: absolute;
    top: 26px;
    left: 120px;
    width: 200px;
    color: #cdb084;
    font-family: 'Cardo', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    content: "Corona measures";
}
.mainvisual_line {
    position: absolute;
    top: 470px;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.16em;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(78,69,56,0.3);
    background-color: rgba(205, 176, 132, 0.6);
}


/* 下層ページの見出し */
.mainvisual_headline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 30px 70px 25px;
	letter-spacing: 0.15em;
	text-align: center;
    background-color: #fff;
}
.mainvisual_headline p.headline {
	font-size: 28px;
	color: #333;
}
.mainvisual_headline p:first-of-type {
    margin-bottom: 2px;
    line-height: 1;
    font-family: 'Cardo', serif;
	font-size: 22px;
    font-weight: 400;
	color: #DEDEDE;
}


/* 背景変更用 */
#mainvisual.bg01{
	background-image:url("../images/mainvisual_slide1.jpg");
	background-position: center;
	background-size: cover;
}
#mainvisual.bg02{
	background-image:url(../images/mainvisual_slide2.jpg);
	background-position: center;
	background-size: cover;

}
#mainvisual.bg03{
	background-image:url("../images/mainvisual_slide3.jpg");
	background-position: center;
	background-size: cover;
}
#mainvisual.bg04{
	background-image:url("../images/mainvisual_slide4.jpg") ;
	background-position: center;
	background-size: cover;
}
#mainvisual.bg05{
	background-image:url(../images/main_bg05.png);
	background-position: center 0%;
	background-size: cover;
}




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



/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	overflow-x: hidden;
    min-height: 100%;    /*背景グラデーション用*/
    font-size: 14px;    /*基準となるフォントサイズ。下の方にある「画面幅800px以上」で基準を大きなサイズに変更しています。*/
		scroll-behavior: smooth;
		}
}

a{
	text-decoration: none;
}

.tel p {
    margin-right: 0px;
}

body {
	font-family:"Noto Sans JP", sans-serif "Sawarabi Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-webkit-text-size-adjust: none;
    background: #ffffff;	/*背景色*/
	color: #333333;	    /*全体の文字色*/
	line-height: 2;		/*行間*/
}

.newsbtn{
	padding: 40px 0!important;
}

p.newspage {
    text-align: center;
}

br.set{
	display: none;
}

td.right{
	text-align: right!important;
}


/*0508追加修正部分ここからーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
main p.h2p{
	margin: 0;
	font-size: 0.7em;
}

picture.telimg{
	display: none;
}


/*0508追加修正部分ここまでーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/



/*0214追加修正部分ここからーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#form{
	margin-bottom: 100px;
}


p.lineabout{
    margin: 10px 0;
display: block;
text-align: center;
}

p.lineaboutbig{
	text-align: center;
	font-size: 1.3rem;
	margin: 20px 0;
color: #805e11;
}


figure#linebtn {
    text-align: center;
}

figure#linebtn img{
	width: 250px;
	height: auto;
	margin: 20px 0;
}


/*0214追加修正部分ここまでーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/



/*1123追加修正部分ここからーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/*院長紹介ここから*/
.ownerbox {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
}

.ownertext h3 {
    border-bottom: 1px solid #333333;
    font-weight: normal;
    margin-top: 0;
}

.ownertext {
    width: 48%;
}

.ownerimg {
    width: 48%;
}
/*院長紹介ここまで*/

.feebox h3{
			border-bottom: 5px solid #dfd4b7;
			font-size: 1.6rem;
padding: 5px;
font-weight: bold;
margin: 10px 0px;
	}

	.feebox {
	    padding-bottom: 50px;
	}

/*------ スライダーの横幅 ------*/
.slider{
  width:100%;
  margin:0 auto;
}

/*------ スライダー画像 ------*/
.slider img{
	width:100%;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide{
	height:auto!important;
}

/*---------- 矢印 ----------*/
.slider .slick-next{
    right:0!important;
}
.slider .slick-prev{
    left:0!important;
}
.slider .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.slider .slick-arrow:before{
    font-size: 30px!important;
}

.slick-dots {
    position: absolute;
    bottom: -10px!important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px!important;
    height: 10px!important;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #ffffffc2;
    border-radius: 30px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px!important;
    height: 10px!important;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}


.slider{
	display: none!important;
}


.photo12 figure.owner{
	margin: 5px;
}

#agingskin1,
#agingskin2,
#agingskin3,
#agingskin4,
#agingskin5,
#agingskin6,
#form,
#line{
margin-bottom: 100px;
}

.agingmenubox{
	margin: 20px 0;
}

table.tbl-r02 {
  margin: 0px auto;
width: 100%;
line-height: 1;
}

.tbl-r02 th {
  background: #dfd4b7;
  border: solid 1px #ccc;
  color: #333;
  padding: 10px;
font-weight: normal;
font-size: 0.8rem;
width: 50%;
}

.tbl-r02 td{
border: solid 1px #ccc;
padding: 10px;
background: #ffffff;
color: #333;
text-align: left!important;
font-size: 0.8rem;
width: 50%;
}

.osusume {
    margin: 20px 0;
}

.gmpp {
    display: flex;
		width: 100%;
}

.gmpp img{
	width: 40%;
}

p.agingstar {
    margin: 10px 0 40px 0;
}


.agingtext {
margin: 0 auto;
}

.agingtext h2 {
margin-bottom: 25px;
}

.agingbox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
padding:0px;
}

p.agingaboutsmall,
p.agingabout,
p.osusumetitle,
p.menutitle,
p.course,
p.agingatar
 {
    margin: 10px 0;
display: inline;
}

p.course {
    font-size: 0.6rem;
    padding: 1px 3px;
		font-weight:normal;
		border: 1px solid #333333;
	display: inline-block;
	margin: 0;
}

p.agingaboutbig{
	text-align: center;
	font-size: 1.3rem;
	margin: 20px 0;
color: #805e11;
}

p.agingaboutsmall{
	font-size: 0.8rem;
	margin: 10px 0;
}

.agingmenu h4{
	font-weight:normal;
	padding: 3px 15px;
	border: 1px solid #333333;
display: inline-block;
margin: 0;
}

p.osusumetitle {
    text-decoration: underline;
}

.agingbox li {
    margin: 5px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    height: 100%;
		padding: 5px 15px;
		border: 1px solid #dfd4b7;
		background: #dfd4b7;
		font-size: 16px;
		line-height: 1.3;
		color: #805e11;
		text-align: center;
		vertical-align: middle;
		transition: 0.1s ease-in-out;
}



.agingtext h3 {
    border-bottom: 1px solid #333333;
    font-weight: normal;
    margin-top: 0;
margin-bottom: 5px;
font-size: 1rem;
}

i.fa.fa-angle-down {
    display: block;
}

.box2 {
    margin-bottom: 40px;
}

.text {
    position: relative;
    margin-bottom: 50px;
}

.ank02 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
padding: 0;
}

.ank03 {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
padding: 0;
}


.ank02 li,
.ank03 li{
    width: 33%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    height: 100%;
		padding: 0 10px;
}

.ank02 li a,
.ank03 li a{
    width: 100%;
    padding: 5px;
    border: 1px solid #805e11;
    font-size: 16px;
    line-height: 1.3;
    color: #805e11;
    text-align: center;
    vertical-align: middle;
    transition: 0.1s ease-in-out;
}

.ank02 li a:hover,
.ank03 li a:hover{
    width: 100%;
    padding: 5px;
    border: 1px solid #805e11;
    font-size: 16px;
    line-height: 1.3;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    transition: 0.1s ease-in-out;
background: #805e11;
}


/*1123追加修正部分ここまでーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/



figure#ighead img {
    padding: 0 5px;
    width: 50px;
}

figure#ighead {
    display: flex;
    align-items: center;
		width: 12%;
justify-content: space-evenly;
}



figure#igfoot img {
    padding: 0 5px;
    width: 200px;
}

figure#igfoot {
	    display: flex;
	    flex-direction: row;
	    align-items: flex-end;
	    justify-content: center;
	}

.thanks p {
margin-bottom:1.5em;
}

.thanks h1 {
margin-bottom:2.5em;
position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 25px;
}



.thanks a {
  border-radius: 5px;
  padding: 0.5em 1em;
  font-size: 1.2em;
  cursor: pointer;
  outline: none;
  line-height: 2em;
  background-color: #563929;
  color: #fff;
  text-decoration: none;
}
.thanks a:hover {
  background-color: #b1643a;
}

.newsbtn p {
margin-bottom:1.5em;
}

.newsbtn h1 {
margin-bottom:2.5em;
position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 25px;
}



.newsbtn a {
  border-radius: 5px;
  padding: 0.5em 1em;
  font-size: 1.2em;
  cursor: pointer;
  outline: none;
  line-height: 2em;
  background-color: #563929;
  color: #fff;
  text-decoration: none;
}
.newsbtn a:hover {
  background-color: #b1643a;
}



.main {
padding: 40px 0;
text-align: center;
}



.ff-sawarabi-mincho,
.wf-active .ff-sawarabi-mincho {
font-family: "Sawarabi Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*マージンのリセット*/
figure {margin: 0;}
dd {margin: 0;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;
  width: 100%;
  height: auto;
  vertical-align: middle;}

/*section全般の設定*/
section + section {
	padding-top: 30px;	/*sectionの間に空けるスペース*/
}


/*料金表ここから*/
br.tax{
	display: none;
}

td.man{
	color: #1260d7;
}

td.wooman{
	color: #e74b4b;
}


p.note{
	margin:-50px 0 50px 0;
font-size: 1.2rem;
}

p.datumoufee{
	margin:-50px 0 50px 0;
font-size: 1.2rem;
text-align: center;
text-decoration: underline;
}

p.tax{
font-size: 1.2rem;
text-align: right;
}

table.noset,
table.set {
width: 100%;
margin-bottom: 50px;
margin: auto;
}

table.noset th,
table.noset td {
width: 50%;
padding: 15px;
text-align: left;
    vertical-align: top;
}

table.noset th,
table.set th{
	border-bottom: 5px solid #dfd4b7;
	font-size: 1.6rem;
}


table.noset td,
table.set td{
	font-size: 1rem;
}

th:nth-child(2),
td:nth-child(2) {
    text-align: right;
}

th:nth-child(1),
td:nth-child(1) {
    text-align: left;
		width: 15%!important;
}


table.set th:nth-child(1),
table.set td:nth-child(1) {
    text-align: left;
		width: 40%;
		padding: 0 20px;
}

table.set th:nth-child(2),
table.set td:nth-child(2),
table.set th:nth-child(3),
table.set td:nth-child(3){
    text-align: right;
		width: 30%;
		padding: 0 20px;
}
/*料金表ここまで*/


#scrollfixed p{
  padding: 10px 20px;
  line-height: 2;
font-family: "游明朝"!important;
letter-spacing: 1px;
margin: 0 5px;
color: #ffffff;
font-weight: bold;
font-size: 0.8rem;
background: #9b8d69;
display: block;
border: solid 2px #ffffff;
}


#scrollfixed p:hover{
background: #805e11;
}

/*
#scrollfixed p:hover{
-webkit-writing-mode: vertical-rl;
text-orientation: upright;
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 10px;
  line-height: 2;
font-family: "游明朝"!important;
letter-spacing: 1px;
margin: 0px;
color: #ffffff;
font-weight: bold;
font-size: 0.8rem;
background: #805e11;
display: block;
border: solid 2px #ffffff;
}
*/

#scrollfixed{
	position: fixed;
	    z-index: 50;
	    bottom: 50px;
	    display: flex;
	    right: 70px;
		}


.telfixed,
.reservefixed{
display: block;
	z-index: 50;
}




/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color:inherit;	/*文字色*/
text-decoration: none;
}


/*headerブロック（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*headerブロック*/
/*headerブロック*/


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    max-width: 1200px;
    margin: auto;
}

/*ロゴテキスト（SAMPLE株式会社）*/
header #logo {
    margin: 0;
    letter-spacing: 0.1em;    /*文字間隔を少しだけ広くとる設定*/
    font-size: 2.2rem;        /*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

figure#logo {
    width: 50%;
}

figure#footerlogo {
    width: 200px;
		margin: 0 auto;
		padding-bottom: 30px;
}

header #logo a {
    text-decoration: none;
}

/*ロゴテキストを画像にした場合*/
header #logo img {
    width: 200px;         /*画像の幅*/
    padding: 0px 20px;    /*上下、左右へ空ける余白*/
}

.tel p{
	font-size: 30px;
color: #805e11;
}

.tel{
width: 45%;
text-align: right;
}

/*メニューの設定
---------------------------------------------------------------------------*/

/*
nav#menubar {
    max-width: 1500px;
    margin: 0;
}*/

/*ボックス全体の設定
#menubar ul {
    list-style: none;
	text-align: center;
display: flex;
justify-content: space-evenly;
margin: 0;
}*/

/*リンクテキストの設定
#menubar a {
	display: block;
    text-decoration: none;
	padding: 0 8px;	/*上下、左右へのテキスト内にとる余白。
font-size: 18px;
color: #333333;
}*/

/*メニュー１個あたりの設定*
#menubar li {
	display: inline-block;	/*メニューを横並びにする指定*
	text-align: center;		/*テキストをセンタリング*
    position: relative;
}*/

/*
#header li::before {
    content: "";
    background: #0068b7;	/*下線の色*
    height: 3px;		/*下線の高さ*
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
	transition: 0.2s;	/*アニメーションにかける時間*
    transition-timing-function: ease-out;
	transform: scaleX(0);
}*/

/*マウスオン時
#menubar li:hover::before {
	transform: scaleX(1);
}*/

/*mainブロック
---------------------------------------------------------------------------*/
main {
    display: block;		/*IE用*/
}

.kvmessage{
	display: none;
}

figure.kvsp {
display: none;
}

figure.kv img {
    width: 100vw;
}
figure.kvsp img {
    width: 100vw;
padding-top: 30px;
}

figure.kv2 img {
    width: 60%;
		margin: auto;
}

figure.kv2{
	margin: auto;
text-align: center;
padding-top: 30px;
}

    /*h2タイトル設定ここから*/
.title {
    text-align: center;
}
    /*h2タイトル設定ここまで*/

/*ブロック内のh2タグ*/
main .title h2 {
    position: relative;
	font-size: 1.6rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	margin-bottom: 0px;	/*下に空けるスペース*/
    letter-spacing: 0.1em;	/*文字間隔を少しだけ広くとる設定*/
text-align: left;
color: #333333;
font-weight: bold;
line-height: 1.3;
border-bottom: 3px solid #0068B7;
    display: inline-block;
}


main #service .title h2 {
    position: relative;
	font-size: 1.6rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	margin-bottom: 0px;	/*下に空けるスペース*/
    letter-spacing: 0.1em;	/*文字間隔を少しだけ広くとる設定*/
text-align: left;
color: #ffffff;
font-weight: bold;
line-height: 1.3;
border-bottom: 3px solid #ffffff;
    display: inline-block;
}


main #aboutus .title h2,
main #services2 .title h2{
	margin: 0;
    position: relative;
	font-size: 1.6rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	margin-bottom: 0px;	/*下に空けるスペース*/
    letter-spacing: 0.1em;	/*文字間隔を少しだけ広くとる設定*/
text-align: center;
color: #333333;
font-weight: bold;
line-height: 1.3;
border-bottom: 3px solid #0068B7;
    display: inline-block;
}

main #service2 .title h2 {
	margin: 0;
    position: relative;
	font-size: 1.6rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	margin-bottom: 0px;	/*下に空けるスペース*/
    letter-spacing: 0.1em;	/*文字間隔を少しだけ広くとる設定*/
text-align: center;
color: #ffffff;
font-weight: bold;
line-height: 1.3;
border-bottom: 3px solid #ffffff;
    display: inline-block;
}



#aboutus .titlebox,
#service2 .titlebox,
#services2 .titlebox {
    margin: 0px ;
    padding-bottom: 50px;
}

#services2{
  margin: 0;
}


p.aboutbig {
font-size: 25px;
margin: 0;
font-weight: bold;
}



p.aboutsmall,
#service2 p.servicesmall {
font-size: 16px;
margin: 0;
padding: 15px 0;
}

.doing p {
    line-height: 1.5;
}

.titlebox {
    margin: 20px 0;
}

.aboutbox,
.aboutbox2{
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
}




.aboutbox2{
padding-top: 20px;
}

#sc1,
#sc2,
#sc3,
#sc4,
#sc5,
#sc6 {
    padding: 50px 0;
}

.aboutright,
.aboutleft{
  width: 50%;
}


.companybox {
  display: flex;
      flex-direction: column;
      align-items: flex-end;
}


.companyleft,
.companyright{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.companyright{
	width: 15%;
}

.companyleft{
	width: 100%;
}


.aboutleft,
.aboutright{
    width: auto;
}

.serviceleft{
    width: 40%;
    text-align: center;
}

.serviceright{
    width: 49%;
}

.aboutleft,
.serviceright{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 50px;
}

div#aboutus,
div#achievement {
    margin: 50px 0;
    padding-top: 50px;
}


/*背景*/
.slant-bg2 {
		width: 100%;
		margin: 0;
		padding: 100px 0;
		position: relative;
		top: 100px;
		margin-bottom: 250px;
		height: auto;
}

.slant-bg2 p {
		margin: 0 auto;
}

.slant-bg2::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(#0068b7, #00a0e9);
		transform: skewY(5deg);
		z-index: -1;
}
/*背景ここまで*/

p.servicetext {
text-align: center;
font-size: 18px;
margin: 0;
}

.cross {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #ffffff;
  transform: rotate(45deg);
  vertical-align: middle;
}

.cross::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: rotate(90deg);
}

.seoleft,
.clinicright {
	border: solid 2px #ffffff;
	padding: 5px;
	width: 240px;
    text-align: center;
}

.seoleft2,
.clinicright2 {
	border: solid 2px #000000;
	padding: 5px;
	width: 240px;
    text-align: center;
}


#services p {
    margin: 0;
}

.doing ul{
  margin: 0;
  padding-left: 0;
}

.doing li {
    list-style: none;
    border: solid 1px #000000;
    margin: 5px 0;
    padding-left: 10px;
    padding-right: 31px;
    width: 100%;
}


.center {
    display: inline-block;
    padding: 0px 10px;
}

.serviceboxflex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
margin: 50px 0;
}

/*
main h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;/*線の上下位置*
  display: inline-block;
  width: 100px;/*線の長さ*
  height: 3px;/*線の太さ*
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*
  background-color: #707070;/*線の色*
}*/

#service2 .serviceright .title span{
    font-size: 15px;
		display: block;
		text-align: left;
}

#service .title span,
#achievement .title span,
#contact .title span,
#aboutus .title span{
    font-size: 18px;
		display: block;
		text-align: center;
}

.acbox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
    flex-wrap: wrap;
    flex-direction: row;
}

.arbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}




/*ブロック内のh3タグ*/
main h3 {
	font-size: 1.4rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	margin-bottom: 40px;	/*下に空けるスペース*/
	font-weight: normal;

}

figure.icon {
    padding-top: 50px;
}

figure .icontop {
    padding-top: 0px;
}

/*mainブロックのpタグ*/
main p {
	margin-bottom: 40px;	/*下へ空けるスペース*/
}

/*細々微調整*/
h2 + h3, h2 + p, h3 + p {
    margin-top: -20px;
}

.shinryoubox,
.shinryouboxsp,
#news,
#tsuyomi,
#access,
#medical{
    margin-bottom: 100px;
}


/*お悩み別診療メニューここから*/
.shinryouboxsp{
	display: none;
}

figure.shinryousp {
    margin: 10px 0;
		background: #d19006;
}

figure.shinryousp img {
width: 100vw;
}


figure.onayamimenu {
    padding: 100px 0;
}

.col2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: center;
}

.col3 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

figure.shinryou {
    margin: 5px;
		background: #d19006;
}

figure.shinryou img:hover {
    opacity: 0.5;
}

figure.shinryou img {
    width: 100vw;
}
/*お悩み別診療メニューここまで*/

/*お知らせ上のアイコンここから*/
figure.icon {
    text-align: center;
}

figure.icontop {
    text-align: center;
}
/*お知らせ上のアイコンここまで*/

/*お知らせ以下コンテンツ幅1200ここから*/
div#content {
    max-width: 1100px;
    margin: auto;
}
div#content2 {
    max-width: 1100px;
    margin: auto;
}

figure.icon img {
		width: 15%;
}

figure.icontop img {
		width: 15%;
}

p.first {
		margin: 0;
		font-size: 20px;
		font-weight: bold;
text-align: center;
}
/*お知らせ以下コンテンツ幅1200ここまで*/

/*お知らせここから*/
dl#new {
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
}
/*お知らせここまで*/


/*クリニックの強みここから*/
.tsuyomi {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

figure.tsuyomi {
    width: 50%;
    height: auto;
}

figure.tsuyomi img {
    width: 100%;
}

.tsuyomitext {
    width: 50%;
}

.tsuyomitext {
    width: 50%;
    padding: 25px;
    background-color: #ffffff;
}

.tsuyomitext h3{
	border-bottom: 1px solid #333333;
	font-weight: normal;
margin-top: 0;
}

.tsuyomitext p{
margin-bottom: 10px;
}

.guide {
    display: inline-block;
    background: #0068B7;
    padding: 5px 30px;
    border-radius: 5px;
		margin-top: 50px;
}

.guide:hover {
    background: #9de0ff;
}


.guide p {
    margin: 0;
color: #ffffff;
}

.guide a {
color: #ffffff;
}



#service .guide {
    display: inline-block;
    background: #ffffff;
    padding: 5px 30px;
    border-radius: 5px;
		margin-top: 50px;
}

#service .guide:hover {
    background: #9de0ff;
}


#service .guide p {
    margin: 0;
color: #00A0E9;
}

#service .guide a {
color: #00A0E9;
}





.btn {
    text-align: center;
}

/*クリニックの強みここまで*/

/*診療案内ここから*/
.medical {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

p.medicaltext {
    width: 50%;
}

figure.medical {
    width: 45%;
    height: auto;
}


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



/*アクセスここから*/
.accessbox {
    display: flex;
    justify-content: space-between;
}

.gmap-wrap {
    width: 100%;
		margin: 0px;
		height: 350px;
}

.clinicaccess {
    width: 50%;
}

dl#access {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
}

#access dd {
    width: calc(100% - 6em);
}

#access dt {
    width: 6em;
}

#access p {
    margin: 0px;
    text-align-last: justify;
}



/*アクセスここまで*/


/*フッター設定
---------------------------------------------------------------------------*/
div#cpr {
    text-align: center;
		color: #ffffff;
}

#cpr a{
	text-decoration: none;
			color: #ffffff;
}

#cpr p{
	font-size: 10px;
			color: #ffffff;
}

footer small {font-size: 100%;}

footer h2 {
position: relative;
	font-size: 1rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
    letter-spacing: 0.1em;	/*文字間隔を少しだけ広くとる設定*/
text-align: center;
font-weight: normal;
}



footer h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;/*線の上下位置*/
  display: inline-block;
  width: 150px;/*線の長さ*/
  height: 1.5px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #333333;/*線の色*/
}



.footerbox {
    margin-bottom: 25px;
}

footer {
	font-size: 0.6rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	text-align: center;		/*内容をセンタリング*/
	padding: 10px;			/*ボックス内の余白*/
 background: linear-gradient(#0068b7, #00a0e9);
margin-top: 20px;
}

p.pagetop {
    margin: 0;
}

/*ボックス全体の設定*/
#footer ul {
    list-style: none;
	text-align: center;
display: block;
}

/*リンクテキストの設定*/
#footer #menubar a {
	display: block;
    text-decoration: none;
	padding: 0 8px;	/*上下、左右へのテキスト内にとる余白。*/
font-size: 15px;
color: #ffffff;
}

#footer #menubar a:hover {
color: #9de0ff;
}



#footer nav#menubar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

footer #menubar li {
    display: inline-block;
    text-align: center;
    position: relative;
    width: auto;
float: center;
padding: 0 10px;
}

footer ul {
    width: 1200px;
    margin: auto;
}

/*リンクテキスト*/
footer a {text-decoration: none;}

/*著作部分*/
footer .pr {display: block;}

/*フッターにあるアイコン類
---------------------------------------------------------------------------*/
/*アイコン類を囲むブロック*/
ul.icon {
	list-style: none;
	margin: 0;padding: 0;
	margin-bottom: 30px;	/*下に空けるスペース*/
}

/*アイコン１個あたりの設定*/
ul.icon li {
	display: inline-block;	/*リストタグを横並びにさせる指定*/
}

/*アイコン画像の設定*/
ul.icon img {
	width: 30px;	/*アイコン画像の幅*/
}

/*画像のマウスオン時*/
ul.icon img:hover {
	opacity: 0.8;	/*透明度。0.8は色が80%出た状態の事。*/
}

/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
#new {
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
}

/*日付(dt)、記事(dd)共通設定*/
#new dt,
#new dd {
	border-bottom: 1px solid #dfd4b7;	/*下線の幅、線種、色。*/
	padding: 5px 0;					/*上下、左右へのボックス内の余白*/
}

/*日付(dt)設定*/
#new dt {
	width: 8em;	/*幅。8文字(em)分。*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 8em);	/*「8em」は上の「#new dt」のwidthの値です。*/
}

/*service.htmlの各ボックス
---------------------------------------------------------------------------*/


/*list内のh4見出し*/
.list h4 {
    font-size: 1.2rem;    /*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*スライドショー（slickを使用）
---------------------------------------------------------------------------*/
.mainimg {
	position: relative;
}

.slick-slide {
    margin: 10px;	/*スライドショー画像同士の間にあけるスペース*/
}

.slick-slide img {
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒色のことで0.2は色が20%出た状態のこと。*/
}

/*丸いページナビボタン全体を囲むブロック*/
.slick-dots {
	text-align: center;
	width: 100%;
	margin:0;padding: 0;
	line-height: 1;
	position: absolute;
	bottom: 20px;	/*下からの配置場所指定*/
}

/*丸いページナビボタン１個あたりの設定*/
.slick-dots li {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}

/*buttonタグ*/
.slick-dots li button {
	display: block;
    padding: 0;
    border: none;
    border: 1px solid #9b8d69;	/*枠線の幅、線種、色*/
	text-indent: -9999px;	/*デフォルトで文字が出るので画面の外に追い出す指定*/
	width: 12px;			/*ボタンの幅*/
	height: 12px;			/*ボタンの高さ*/
	border-radius: 50%;		/*丸くする指定*/
	background: #fff;		/*背景色。白。*/
}

/*buttonのアクティブ時（現在表示されている画像を示すボタン）*/
.slick-dots li.slick-active button {
	background: #9b8d69;	/*色*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border-top: 1px solid #dfd4b7;		/*上の枠線の幅、線種、色。*/
	font-weight: normal;				/*太字に*/
	padding: 10px 5px;				/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
    background: rgba(255,255,255,0.2);	/*背景色。255,255,255は白のことで0.2は色が20%出た状態。*/
}

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #dfd4b7;	/*テーブルの一番上の線。幅、線種、色。*/
	table-layout: fixed;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
    width: 100%;
}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #dfd4b7;	/*テーブルの下線。幅、線種、色。*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;				/*幅*/
	text-align: left;		/*左よせにする*/
	font-weight: normal;	/*デフォルトの太字を標準にする*/
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

.pagetop a {
	display: block;text-decoration: none;text-align: center;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	position: fixed;
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	background: #0068b782;	/*背景色。155,141,105はRGBカラーの指定で0.4は色が40%出た状態。*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
}

/*マウスオン時*/
.pagetop a:hover {
	background: #95959582;	/*背景色。155,141,105はRGBカラーの指定で0.8は色が80%出た状態。*/
}




/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #d19006 !important;}
.color-check, .color-check a {color: #ff0000 !important;}
.c {text-align: center !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.large {font-size: 2rem;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;border: 1px solid #dfd4b7;padding: 5px 20px;background: rgba(0,0,0,0.03);border-radius: 5px;margin: 5px 0;}
.ofx {overflow-x: hidden;}



/*---------------------------------------------------------------------------
ここから下は画面幅600px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:600px) {

/*メニューの設定
---------------------------------------------------------------------------*/
/*リンクテキストの設定*/
#menubar a {
	padding: 0 15px;	/*上下、左右へのテキスト内にとる余白。*/
}

/*service.htmlの各ボックス
---------------------------------------------------------------------------*/
.list {
	margin-bottom: 40px;	/*ボックス同士（上下間）に空けるスペース*/
}

/*画像の設定（listブロック内にある１つ目の画像が対象）*/
.list img:first-of-type {
	width: 30%;			/*画像の幅*/
	float: left;		/*画像を左に回り込みさせる*/
	margin-right: 20px;	/*画像と、右側のテキストとの間に空けるスペース*/
}

/*　※注意！　下の閉じカッコ　}　は600px以上の設定に必要なので、うっかり削除しないように。　*/

}



/*---------------------------------------------------------------------------
ここから下は画面幅800px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:800px) {




/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 18px;	/*基準となるフォントサイズの上書き*/
}

/*section全般の設定*/
section + section {
	padding-top: 50px;	/*sectionの間に空けるスペース*/
}

/*headerブロック（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/


/*メニューの設定
---------------------------------------------------------------------------*/

/*mainブロック
---------------------------------------------------------------------------*/


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 20%;		/*幅*/
}

/*その他
---------------------------------------------------------------------------*/
.ws {width: 45%;display: inline-block;}

/*　※注意！　下の閉じカッコ　}　は800px以上の設定に必要なので、うっかり削除しないように。　*/

}

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

  .servicebox2 {
      flex-direction: column;
  }

  .reason__list {
      margin-left: 0px!important;
      margin: 0 0 20px ;
  }

  .aboutleft, .serviceright {
      align-items: center;
  }

  ul.reason__menu.js-link {
      list-style: none;
      padding: 0;
      width: 100%;
  }

  .reason__list {
      width: 100%;
    }

  .serviceright {
      width: 100%;
  margin-right: 0px;
  }

  .menu > li {
      width: 17%;
  }


	div#content2 {
			max-width: 94%;
			margin: auto;
			padding-top: 90px;
	}

div#content {
    max-width: 94%;
    margin: auto;
}

#menubar a {
    padding: 0 10px;
}

#menubar a {
    display: block;
    text-decoration: none;
    padding: 0 8px;
    font-size: 20px;
    color: #333333;
}

.tsuyomitext p {
    margin-bottom: 10px;
font-size: 15px;
}

.tsuyomitext h3 {
font-size: 20px;
}

.tsuyomitext {
    width: 50%;
    padding: 20px;
    background-color: #ffffff;
}


}

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

	#form,
	#line{
		padding-top: 50px;
	}



	.medical {
	    display: block;
	}

	p.medicaltext {
	    width: 100%;
	}

	figure.medical {
	    width: 100%;
	    height: auto;
text-align: center;
	}



	.tsuyomitext h3 {
	font-size: 18px;
	}


	.kvmessage{
		display: block;
		text-align: center;
	}



	p.first {
	    margin: 0;
	    font-size: 16px;
	    font-weight: bold;
text-align: center;
	}

body{
	line-height: 1.5;
}


figure.kv2{
display: none;
}

	figure.kv {
	display: none;
	}
	figure.kvsp {
	display: block;
	}

	.shinryoubox{
		display: none;
	}
	.shinryouboxsp{
		display: block;
	}

	figure.onayamimenu {
	    padding: 50px 0;
	}

	figure.onayamimenu img {
max-width: 70%
	}

	figure.icon img {
	    width: 25%;
	}

	figure.icontop img {
	    width: 25%;
	}

	#new {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: column;
	}

	dl#new {
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
}

#new dt,
#new dd{
    width: 100%;
}


#new dt{
    border-bottom:none;
    padding: 5px 0;
}

.tsuyomi {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

.tsuyomi:nth-child(2) {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
}

.tsuyomitext {
    width: 100%;
		padding: 15px 20px;
    background-color: #ffffff;
}

.tsuyomitext p{
margin: 0;
margin-bottom: 0;
}

main .tsuyomitext p{
margin: 0;
margin-bottom: 0;
}

.tsuyomitext h3{
margin: 0 0 10px 0;
}

figure.tsuyomi {
    width: 100%;
    height: auto;
}

h3 + p {
    margin-top: 0px;
}



#footer #menubar a {
    display: block;
    text-decoration: none;
    padding: 0 5px;
    font-size: 12px;
}

.shinryoubox, .shinryouboxsp, #news, #tsuyomi, #access,#medical {
    margin-bottom: 60px;
}

main h2 {
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #805e11;
    font-weight: normal;
}

.guide {
    display: inline-block;
    background: #575757;
    padding: 5px 30px;
    border-radius: 10px;
    margin-top: 30px;
}

header {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    max-width: 100%;
    margin: auto;
}

header #logo {
    margin: 0;
    letter-spacing: 0.1em;
    font-size: 2.2rem;
    width: 40%;
}

.tel p {
    font-size: 15px;
    color: #805e11;
}



.tel p {
    font-size: 30px;
    color: #805e11;
    margin: 0;
}

.tel {
    width: 40%;
}

figure.kvsp {
    padding-top: 70px;
}
div#header {
  background: #ffffff;
  position: fixed;
  width: 100%;
z-index: 100;
}

}



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

  .btn {
      border-bottom: solid 2px #ffffff;
      width: 100px;
      margin-right: 0px;
  }

  .arbox {
      display: flex;
      justify-content: space-around;
      align-items: flex-start;
      flex-wrap: wrap;
  }

  .example {
      position: relative;
      background: #0068b7;
      top: 70px;
  }

  div#achievement {
      margin: 0;
      padding-top: 50px;
  }

  .companybox {
    flex-direction: column;
    align-items: flex-end;
}

.companyleft{
    width: 100%;
}

.companyright {
    width: 150px;
}

  .aboutbox{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
  }

  .aboutleft{
      margin-right:0px;
      padding-bottom: 30px;
  }

  .list {
    width: 75%;
    margin: 20px 0 0 25%;
}




.morebtn {
    display: flex;
    justify-content: flex-end;
    padding-right: 120px;
}

.aclast{
  display: block;
}



.ac, .aclast {
    width: 45%;
    height: 300px;
    margin-right: 0%;
}

.ac:nth-child(even) {
    width: 45%;
}

.acbox {
    display: flex;
    justify-content:space-around;
    align-items: flex-start;
    margin-bottom: 50px;
    flex-wrap: wrap;
    flex-direction: row;
}

.uly-contact__box {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.uly-contact__button{
    margin-bottom: 25px;
    width: 50%;
}


div#achievement .ac,
div#achievement .aclast {
    width: 45%;
    height: auto;
}

footer #menubar li {
    display: inline-block;
    text-align: center;
    position: relative;
    width: auto;
}

section.rightreverse {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    flex-direction: column;
    margin-bottom: 70px;
    align-items: center;
}

.column-outside-right {
    flex: 1;
    margin-right: 0%;
    margin-left: 0%;
    opacity: 0.6;
    width: 100%;
    padding-bottom: 20px;
}


span.uly-contact__right.uly-contact__right--form,
a.uly-contact__right.uly-contact__right--tel{
  font-size: 18px!important;
}

.column {
    width: 100%;
}



  /*HMここから*/

  /*========= グローバルナビゲーション =========*/

  /*========= トップページ ヘッダキャプション =========*/
  .HeadCaption {
    height: 70vw;
  }
  .HeadCaption_in {
    width: 90%;
    font-size: 5.5vw;
    bottom: 2em;
  }
  /*========= ハンバーガーメニュー =========*/
  .hamburger-menu {
    display: inline;
  }
  .menu-btn {
      position: fixed;
      top: 15px;
      right: 10px;
      display: flex;
      height: 50px;
      width: 50px;
      justify-content: center;
      align-items: center;
      z-index: 90;
      background-color: #ffffff00;
      border-radius: 10px;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
      content: '';
      display: block;
      height: 3px;
      width: 25px;
      border-radius: 3px;
      background-color: #0068b7;
      position: absolute;
  }
  .menu-btn span:before {
      bottom: 8px;
  }
  .menu-btn span:after {
      top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
      background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
      bottom: 0;
      transform: rotate(45deg);
      background-color: #ffffff;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
      top: 0;
      transform: rotate(-45deg);
      background-color: #ffffff;
  }
  #menu-btn-check {
      display: none;
  }
  .menu-content {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 80;
      background-color: #3584bb;
  }
  .menu-content ul {
      padding: 70px 10px;
  }
  .menu-content ul li {
      border-bottom: solid 1px #ffffff;
      list-style: none;
  }
  .menu-content ul li a {
      display: block;
      width: 100%;
      font-size: 15px;
      box-sizing: border-box;
      color:#ffffff;
      text-decoration: none;
      padding: 9px 15px 10px 0;
      position: relative;
      padding-left: 2em;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    left: 11px;
    top: 16px;
  }
  .menu-content ul li span {
    padding: 0 0 0 1.5em;
    display: block;
  }
  .menu-content {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 100%;/*leftの値を変更してメニューを画面外へ*/
      z-index: 80;
      background-color: #0068b7;
      transition: all 0.5s;/*アニメーション設定*/
      overflow: scroll;
  }
  #menu-btn-check:checked ~ .menu-content {
      left: 0;/*メニューを画面内へ*/
  }

  /*HMここまで*/


  .hamburger-menu {
      display: block;
  }

  nav#menubar {
  display: none;
  }

  .menu {
      display:none;
  }


	.tel{
		display: none;
	}

	picture.telimg{
		display: block;
	}


	figure#ighead {
	    display: flex;
	    align-items: center;
			width: 35%;
			    justify-content: flex-end;
					}


	header {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    flex-wrap: nowrap;
	    flex-direction: row;
	    max-width: 100%;
	    margin: auto;
	}


}



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

  br.onlyPC {
        display: none;
  }

	.gmpp {
	    display: flex;
	    width: 100%;
	    flex-direction: column;
			align-items: center;
	}

	.gmpp img {
	    width: 90%;
	}


	body {
	    padding-bottom: 40px;
	}

	.fa-solid, .fas {
	    font-weight: 900;
	    padding-right: 10px;
	}

.telfixed,
.reservefixed{
width: 50%;
text-align: center;
	}

	#scrollfixed {
	    position: fixed;
	    z-index: 50;
	    bottom: 0;
	    display: flex;
	    width: 100%;
right:0px;
	}



	.slider{
		display: block!important;
	}

.photo12{
	display: none;
}


	.accessbox {
	    display: flex;
	    justify-content: space-between;
	    flex-direction: column;
	}

	.gmap-wrap,
	.clinicaccess {
	    width: 100%;
	    margin: 0px;
	}

	.ownerbox {
	    display: flex;
	    justify-content: space-between;
	    flex-direction: column;
	}

	.ownerimg,
	.ownertext {
    width: 100%;
}

	.ownertext{
		margin-top: 20px;
	}

.ownertext h3{
font-size: 1.2rem;
margin-bottom: 10px;
}

.ownertext p{
margin-bottom: 20px;
}

	.tel p {
	    margin-right: 10px;
	}

	figure.kvsp img {
	    width: 100vw;
	padding-top: 0px;
	}

	#scrollfixed p{
	  padding:5px 2px;
	  line-height: 2;
	font-family: "游明朝"!important;
	letter-spacing: 1px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1rem;
	background: #9b8d69;
	display: block;
	border: solid 2px #ffffff;
}


	input[type="tel"],
	input[type="email"]{
width: 100%;
	}


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

	.thanks h1 {
	    margin-bottom: 1em;
	    position: relative;
	    display: inline-block;
padding: 0 ;
	    font-size: 18px;
	}


	/*ryoukinsp*/

br.tax{
	display: block;
}

	table.noset th,
	table.set th {
	    border-bottom: 2px solid #dfd4b7;
	    font-size: 0.9rem;
	}


.feebox h3{
			border-bottom: 2px solid #dfd4b7;
			font-size: 1rem;
padding: 5px;
font-weight: bold;
margin: 10px 0px;
	}

	table.noset th,
	table.noset td {
	    width: 45%;
	    padding:5px;
	}

	table.noset td,
	table.set td {
	    font-size: 0.8rem;
	}

	table.set th:nth-child(1),
	table.set td:nth-child(1) {
	    text-align: left;
	    width: 50%;
	    padding:5px;
	}

	table.set th:nth-child(2),
	table.set td:nth-child(2),
	table.set th:nth-child(3),
	table.set td:nth-child(3) {
	    text-align: right;
	    width: 25%;
	    padding: 5px;
	}

	table.noset td,
	table.set td {
	    font-size: 0.9rem;
	}

	p.tax {
	    font-size: 1rem;
	    text-align: right;
	}

	p.note {
	    margin: -30px 0 20px 0;
	    font-size: 0.8rem;
	}

	p.datumoufee {
	    margin: -30px 0 20px 0;
	    font-size: 1rem;
			text-align: center;
			text-decoration: underline;
	}

	table.noset, table.set {
	    width: 100%;
	    margin-bottom: 40px;
	}

	/*ryoukinsp*/


	figure.kvsp {
	    padding-top: 70px;
	}



/*
	.menu-btn span:before {
	    bottom: 8px;
	}
	.menu-btn span:after {
	    top: 8px;
	}

	.menu-btn span, .menu-btn span:before, .menu-btn span:after {
	    content: '';
	    display: block;
	    height: 3px;
	    width: 25px;
	    border-radius: 3px;
	    background-color: #333333;
	    position: absolute;
	}

	.menu-btn {
	    top: 10px;
	    right: 5px;
	    display: flex;
	    height: 50px;
	    width: 50px;
	    justify-content: center;
	    align-items: center;
	    z-index: 90;
	    position: fixed;
	}*/



.tel p {
    font-size: 20px;
    color: #805e11;
}

.tel {
    width: 35%;
}

figure.kvsp {
    padding-top: 70px;
}
div#header {
    position: fixed;
    width: 100%;
    height: 70px
}


div#content2 {
		max-width: 94%;
		margin: auto;
		padding-top: 70px;
}

.tel p {
		font-size: 15px;
		color: #805e11;
}

p.acname {
    line-height: 1.3;
}

	.ank02 li,
	.ank03 li{
	    width: 50%;
	    margin-bottom: 10px;
	    display: flex;
	    align-items: center;
	    align-content: center;
	    justify-content: center;
	    position: relative;
	    height: 100%;
	    padding: 0 5px;
	}

	#agingskin1, #agingskin2, #agingskin3, #agingskin4, #agingskin5, #agingskin6,#form,#line {
    margin-bottom: 60px;
}



	.ank02 li a,
  .ank03 li a{
	    width: 100%;
	    padding: 5px;
	    border: 1px solid #805e11;
	    font-size: 13px;
	    line-height: 1.3;
	    color: #805e11;
	    text-align: center;
	    vertical-align: middle;
	    transition: 0.1s ease-in-out;
	}

	table.tbl-r02 {
	  margin: 0px auto;
	width: 100%;
	line-height: 1;
	border-collapse: separate;
	  border-spacing:0 10px;
	}

	.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}



@media screen and (max-width:650px) {
  br.is-onlySP {
      display: block;
  }

  li.reason__list p {
    font-size: 14px;
}

.serviceboxflex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin: 30px 0;
}

figure#logo {
  width: 50%;
  top: 15px;
  position: relative;
    }

.cross {
    width: 15px;
}

main #service p.reason__title {
    color: #333333;
    margin: 0;
    line-height: 1.5;
}

.slant-bg2 {
    margin-bottom: 100px;
}

.serviceleft {
    width: 90%;
    text-align: center;
}


div#achievement .ac,
div#achievement .aclast {
    width: 90%;
    height: auto;
    margin: auto;
    margin-bottom: 35px;
}


.ac {
    margin-bottom: 20px;
}

.acbox {
    margin-bottom: 30px;
}

p.contactbig {
    font-size: 11px;
}

.center {
    display: inline-block;
    padding: 5px;
}

.seoleft, .clinicright {
    border: solid 2px #ffffff;
    padding: 0px;
    width: 70%;
    text-align: center;
}

p.servicetext {
    text-align: center;
    font-size: 14px;
    margin: 0;
}

th:nth-child(1), td:nth-child(1) {
    text-align: left;
    width: 18%!important;
}

div#achievement {
    margin: 0;
    padding-top: 100px;
}

iframe {
    width: 100%;
    height: 50%;
}

.gmap-wrap, .clinicaccess {
    width: 100%;
    margin: 0px;
    height: auto;
}


}


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

br.set{
	display: none;
}
}
