a{ color: #FD7200; }
a:hover{ color:#FFE003; }
a:visited{ color: #FD7200; }

@media screen and (min-width: 607.01px){
  .sp{
    display: none;
  }
}
@media screen and (max-width: 607px){
  .pc{
    display: none;
  }
}

p{
  margin: 0;
}
p + p{
  margin-top: 1em;
}
.up-contents img{
  vertical-align: top;
  max-width: 100%;
}

.flex-box{
  display: flex;
}
.flex-box.reverse{
  flex-direction: row-reverse;
}

body{
  background: url('./file/base/bk.jpg');
  color: #595757;
  margin: 0;
  font-size: 13px;
}

.w790{
  width: 790px;
  margin: 0 auto;
}
.mg-t5{
  margin-top: 5px;
}
.up-contents p.mg-t0{
  margin-top: 0;
}
.mg-t10{ 
  margin-top: 10px!important;
}
.mg-t20{
  margin-top: 20px!important;
}
.mg-t30{
  margin-top: 30px!important;
}
.mg-t1em{
  margin-top: 1em!important;
}
.v-aline_b{
  vertical-align: bottom;
}
.orange{
  color: #FF7103;
  font-weight: bold;
}
.red{
  color: #e60039;
}
.blue{
  color: #0066CC;
}
.yellow-line{
  border: 2px solid #fff701;
}

@media screen and (max-width: 607px){
  .w790{
    width: 100%;
  }
  img{
    max-width: 100%;
    height: auto;
  }
}

.header-wrapper{
  position: relative;
}
.site-description{
  position: absolute;
  right: 10px;
  bottom: 2px;
  font-size: 10px;
  font-weight: normal;
  color: #a1a1a1;
}
@media screen and (max-width: 607px){
  .header-wrapper .sp {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
  }
  .sp h1{
    margin: 0;
    line-height: 1.0;

  }
  .sp h1 span{
    position: relative;
    display: inline-block;
    width: 180px;
  }
  .sp h1 span:after{
    position: absolute;
    right: -32px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 40px;
    content: "";
    background: url('./file/base/kate04-opa-s.png') center center / contain no-repeat;
  }
  .sp h1 img{
    vertical-align: top;
  }
}
/* humberger_btn */
/* overlay */
.overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  transition: all .5s ease;
  z-index: 3;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,.7);
}
.side-menu-btn {
	position: fixed;
	top: 9px;
	right: 10px;
	width: 28px;
	height: 29px;
	padding: 5px;
	cursor: pointer;
	z-index: 4;
	background: rgba(255, 255, 255, 0.9);
}
.side-open .side-menu-btn{
	background: none;
}
@media screen and (min-width:607.01px) {
    .side-menu-btn {
        display: none;
    }
}
.ellipsis-v {
	position: relative;
	display: block;
	cursor: pointer;
	width: 28px;
	height: 28px;
}
.ellipsis-v .point {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 4px;
	margin: auto;
	background: #333;
	transition: all .3s;
}
.ellipsis-v .point.top { top: 0; }
.ellipsis-v .point.mid { top: 0; bottom: 0; }
.ellipsis-v .point.bot { bottom: 0; }

.side-menu-btn:hover .top { transform: translateY(-2px); }
.side-menu-btn:hover .bot {	transform: translateY(2px); }

.side-open .side-menu-btn:hover .top,
.side-open .top {
	width: 38px;
	height: 1px;
	transform-origin: left top;
	transform: rotate(45deg);
  background: #fff;
}

.side-open .mid { opacity: 0; }

.side-open .side-menu-btn:hover .bot,
.side-open .bot {
	width: 38px;
	height: 1px;
	transform-origin: left bottom;
	transform: rotate(-45deg);
  background: #fff;
}
.header-tel-btn{
  position: fixed;
  top: 10px;
  right: 56px;
  z-index: 4;
}



.main_wrapper{
  background: #fffeee;
}

.sidebar-wrapper{
  width: 179px;
  background: url('./file/base/kate_bk.gif');
  vertical-align: top;
}

.sidenav-item a{
  color: #595757;
}
.sidebar_icon-doctor{
  margin-top: 30px;
}
@media screen and (max-width: 607px){
  .sidebar-wrapper {
      position: fixed;
      left: -193px;
      top: 0;
      height: 100%;
      overflow-y: scroll;
      overflow-x: visible;
      z-index: 900;
      padding-right: 10px;
      transition: all .3s ease-out;
  }
  .side-open .sidebar-wrapper {
    left: 0;
    transition: all .3s ease-out;
  }
  .sidebar-wrapper:after{
    position: absolute;
    right: -14px;
    top: 36px;
    width: 24px;
    height: 50px;
    content: "";
    background: url('./file/base/tail.png') center center / contain no-repeat;
    z-index: 900;
  }
}

.main-contents{
  width: 607px;
  margin: 0 auto;
}
@media screen and (max-width: 607px){
  .main-contents{
    width: 100%;
  }
}

.main-visual{
  margin-bottom: 20px;
}

.section_wrapper{
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ttl01{
  margin: 0;
  padding: 9px 1em 15px 26px;
  font-size: 13px;
  font-weight: normal;
  color: #FD7200;
  background: url('./file/00/basetitle_01.jpg') left top / contain no-repeat, url('./file/00/basetitle_03.jpg') right top / contain no-repeat, url('./file/00/basetitle_02.jpg') left top / contain repeat-x;
}
.ttl02{
  margin: 0;
  padding: 9px 1em 15px 26px;
  font-size: 13px;
  font-weight: normal;
  color: #ff0000;
  background: url('./file/common/ttl02-01.jpg') left top / contain no-repeat, url('./file/common/ttl02-03.jpg') right top / contain no-repeat, url('./file/common/ttl02-02.jpg') left top / contain repeat-x;
}
.ttl_box_orange{
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.1em 0.5em;
  border: 1px solid #FF7103;
  color: #FF7103;
}
.ttl_box_red{
  position: relative;
  padding: 0.2em 1em 0.2em 0.5em;
  display: inline-block;
  width: 100%;
  max-width: 290px;
  background: #E60039;
  color: #ffff00;
}
.ttl_box_red:before{
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 100%;
  height: 100%;
  content: "";
  border-right: 1px solid #E60039;
  border-bottom: 1px solid #E60039;
}
.ttl_orange{
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #FD7200;
}
.ttl_orange-18{
  font-size: 18px;
}
.ttl_box_delta{
  display: inline-block;
  padding: 0.15em 1.5em 0.1em 0.5em;
  margin: 0 0 0.2em;
  background: url('./file/general/arrow_ttl.jpg') bottom 1px right 1px no-repeat, #E60039;
  color: #ffff00;
  font-size: 13px;
}
.ttl_box_delta02{
  position: relative;
  display: inline-block;
  padding: 0.15em 1.5em 0.1em 0.5em;
  margin: 1em 0;
  width: 50%;
  max-width: 120px;
  background: url('./file/common/arrow_ttl.png') bottom 2px right 2px no-repeat, #FD7200;
  color: #fff;
  font-size: 13px;
}
.ttl_box_delta02:after{
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #FD7200;
}
.ttl_box_delta02 span{
  padding-left: 1.25em;
  background: url('./file/dentures/icon_naname.png') left 0 center no-repeat;
}
.ttl_fukidashi{
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 0.1em 0.8em;
  border: 2px solid #E60039;
  border-radius: 8px;
  font-size: 13px;
  color: #E60039;
}
.ttl_fukidashi:after{
  position: absolute;
  bottom: -8px;
  left: 20px;
  width: 13px;
  height: 8px;
  content: "";
  background: url('./file/periodontal-disease/hukidashi.jpg') center center no-repeat;
}
.ttl_blue{
  margin: 0 0 0.25em;
  font-size: 13px;
  color: #0066CC;
  font-weight: bold;
  text-decoration: underline;
}
.ttl_red{
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  color: #E60039;
}
.ttl_underline{
  margin: 0;
  padding-left: 1em;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  text-indent: -1em;
}
.ttl_underline:before{
  width: 1em;
  height: 1em;
  content: "・";
}

/*top*/
.top_sec01 .flex-box{
  align-items: flex-end;
}
.top_news{
  padding: 5px 8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.top_news__ttl{
  position: relative;
  margin: 0;
}
.top_news__ttl:after{
  position: absolute;
  left: -8px;
  bottom: 0;
  width: 10px;
  height: 2px;
  content: "";
  background: #FD7200;
}
.top_news__ttl:before{
  position: absolute;
  left: -8px;
  bottom: 0;
  width: calc( 100% + 16px );
  height: 2px;
  content: "";
  background: #FFFF03;
}
.top_news__ttl span{
  position: relative;
}
.top_news__ttl span:before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #FD7200;
}
.top_news__list{
  padding: 0;
  margin: 0;
}
.top_news__list li{
  list-style: none;
  padding-left: 1.25em;
  padding-bottom: 0.25em;
  border-bottom: 1px dotted #999;
}
.top_news__list li time{
  display: block;
  position: relative;
  color: #FF7103;
  margin-top: 0.25em;
}
.top_news__list li time:before{
  position: absolute;
  left: -1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 7px;
  content: "";
  background: url('./file/00/whatsnew_titlebk-arrow.gif');
}
.top_news__list li .post_ttl{
  margin: 0;
  font-size: 13px;
  font-weight: normal;
}
.top_sec03 .flex-box,
.top_sec04 .flex-box{
  align-items: center;
}
.link-list{
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.link-list li{
  list-style: none;
}
.top_sec08{
  padding-top: 20px;
  border-top: 1px dotted #999;
}
.top_sec08 p{
  color: #808080;
  text-align: center;
}

.footer{
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 607px){
  .top_sec01 .flex-box,
  .top_sec03 .flex-box,
  .top_sec04 .flex-box,
  .top_sec06 .flex-box,
  .top_sec07 .flex-box{
    display: inherit;
  }
  .top_sec01 .flex-box .image-box,
  .top_sec03 .flex-box .image-box,
  .top_sec04 .flex-box .image-box,
  .top_sec06 .flex-box .image-box,
  .top_sec07 .flex-box .image-box{
    text-align: center;
    margin-top: 1em;
  }
  .link-list li{
    width: 100%;
   text-align: center;
  }
  .footer{
    margin-top: 2em;
    font-size: 10px;
  }
}

/**underpage_common***************************/
body:not(.home) .main-contents{
  vertical-align: top;
}
.up_wrapper{
  margin: 0 14px;
}
.up-contents .back-pagetop{
  margin-top: 60px;
  text-align: right;
}
.footer-link img{
  max-width: 100%;
}
@media screen and (max-width:768px){
  .up_wrapper{
    margin: 0 9px;
  }
  .up-contents .back-pagetop{
    margin-top: 30px;
  }
}

/*up_title*/
.up_ttl01{
  position: relative;
  margin: 0 0 1em;
  padding: 0.2em 1em 0.2em 1.5em;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 46%, #FF7103 52%, #FF7103 100%);
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
}
.up_ttl01:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: linear-gradient(90deg, #FF7103 0%, #FF9543 25%, #FF9543 75%, #FF7103 100%);
  border-radius: 4px 4px 0 0;
  z-index: 0;
}
.up_ttl01:after{
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 5px;
  height: 1.2em;
  background: #FEBB87;
}
.up_ttl01 span{
  position: relative;
  z-index: 1;
}

.up-contents p{
  margin: 1em 0;
}
.up-contents figure{
  margin: 1em 0;
}


/**flexbox*********************/
.up-contents .flex-box{
  flex-wrap: wrap;
  justify-content: space-between;
}
.up-contents .flex-item__equal{
  width: calc( (100% - 1.5em) / 2 );
}
.flex-box .flex-item__txt{
  flex: 1;
}
.flex-box:not(.reverse) .flex-item__txt{
  margin-right: 1em;
}
.flex-box.reverse .flex-item__txt{
  margin-left: 1em;
}
@media screen and (max-width:768px){
  .up-contents .flex-box{
    display: block;
  }
  .up-contents .flex-item__equal{
    width: 100%;
    text-align: center;
  }
  .flex-box:not(.reverse) .flex-item__txt{
    margin-right: 0;
  }
  .flex-box.reverse .flex-item__txt{
    margin-left: 0;
  }
  .flex-box .flex-item__img{
    text-align: center;
    margin-top: 1em;
  }
}

/**line**********************************/
.line01{
  border-top: 1px dotted #999;
  margin: 1em 0;
}
.line02{
  position: relative;
  border-top: 1px dotted #999;
  margin: 1em 0 3em;
  overflow: visible;
}
.line02:after{
  position: absolute;
  bottom: -1.5em;
  left: 0;
  right: 0;
  margin: auto;
  width: 6em;
  height: 1.5em;
  content: "";
  background: url('./file/general/arrow01.gif') center center / contain no-repeat;
}

/*insurance*/
.point01{
  margin: 0 auto;
}
.point01 p{
  display: flex;
  align-items: center;
}
.point02{
  position: relative;
  padding-left: 1em;
  font-weight: bold;
}
.point02.orange{
  margin: 1em 0 0.5em;
}
.point02.flame{
  display: inline-block;
  padding: 0 1em 0 1.5em;
  margin: 0 0 0.5em;
  width: 100%;
  max-width: 80px;
  border: 1px solid #FD7200;
}
.point02:before{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 9px;
  content: "";
  background: url('./file/insurance/icon_naname.gif') center center no-repeat;
}
.point02.flame:before{
  left: 0.5em;

}
.ordered01{
  padding-left: 0;
}
.ordered01 li{
  position: relative;
  padding-left: 1.5em;
  list-style-type: none;
}
.ordered01 li + li{
  margin-top: 0.5em;
}
.ordered01 li:before{
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  content: "";
}
.ordered01 li:first-child:before{
  background: url('./file/insurance/no1.gif') center center no-repeat;
}
.ordered01 li:nth-child(2):before{
  background: url('./file/insurance/no2.gif') center center no-repeat;
}
.flex01{
  display: flex;
}
.flex01 .flex-item{
  margin-right: 1em;
}

/*general*/
.flex-item__per3.arrow02{
  position: relative;
}
.flex-item__per3.arrow02:after{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  margin: auto;
  width: 27px;
  height: 18px;
  content: "";
  background: url('./file/general/arrow02.gif') center center / contain no-repeat;
}
.musiba-point{
  color: #FD7200;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:768px){
  .musiba-point{
    text-align: left;
  }
}

/*child*/
.faq-box{
  margin-top: 1em;
  background: #fff;
}
.faq-box .ttl-q{
  margin: 0;
  padding: 0.1em 1em 0.1em 32px;
  background: url('./file/child/q.gif') left 5px top 0 no-repeat;
  color: #FD7200;
  border-bottom: 1px dotted #FD7200;
}
.faq-box .txt-a{
  margin-top: 0.2em;
  padding: 0.5em 1em 0.5em 32px;
  background: url('./file/child/a.gif') left 4px center no-repeat, linear-gradient(90deg, #FD7200 0%, #FD7200 28px, #fff 29px, #fff 100%);
}
.flex02{
  display: flex;
}
.flex02 .flex-item__txt{
  margin-left: 1em;
}
@media screen and (max-width:768px){
  .flex02{
    display: block;
  }
  .flex02 .flex-item__img{
    text-align: center;
  }
}


/*periodontal-disease*/
.img_caption{
  font-size: 10px;
  color: #595757;
  text-align: right;
}
.txt_underline{
  text-decoration: underline;
}
@media screen and (max-width:768px){
  .img_caption{
    text-align: center;
  }
}

/*laser*/
.laser-merit-list{
  list-style-type: none;
  padding: 0;
}
.laser-merit-list li{
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.laser-merit-list li + li{
  margin-top: 1em;
}
.laser-effect{
  list-style-type: none;
  padding: 0;
}
.laser-effect li{
  padding-left: 1em;
  text-indent: -1em;
}

/*message*/
.name-doctor{
  text-align: right;
}
.career{
  display: flex;
  align-items: center;
}
.flex03{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex03:after{
  display: block;
  width: 32%;
  content: "";
}
.flex03 .flex-item{
  width: 32%;
}
.flex03 figure a{
  color: #333;
  text-decoration: none;
}
.flex03 figure figcaption{
  margin-top: 0.25em;
}
@media screen and (max-width:768px){
  .name-doctor{
    text-align: center;
  }
}

/*photo*/
.flex04{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex04 .flex-item{
  width: 48%;
  margin-top: 24px;
}
.flex04 .photo-caption{
  margin: 0 0 0.5em;
  padding: 0.3em 1em 0.2em;
  background: linear-gradient(0deg, #FFF958 0%, #FFF000 49%, #FFFA65 50%, #FFFA65 100%);
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  text-align: center;
}
.flex04 .photo-img{
  padding: 1em;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 3px solid #FFFA65;
  border-radius: 8px;
  text-align: center;
  box-shadow: -2px -4px 9px rgba(59, 59, 50, 0.1) inset;
}
@media screen and (max-width:768px){
  .flex04 .flex-item{
    width: 100%;
  }
}

/*single.php*/
.pager__wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.pager__wrapper div{
  width: calc( 100% / 3 );
  text-align: center;
}

/*archive*/
.wp-pagenavi{
  margin: 1em 0 0;
  text-align: center;
}
.wp-pagenavi .pages,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
  margin: 0 3px;
  display: inline-block;
  padding: 0.25em 0.75em;
  border: 1px solid #FD7200;
  border-radius: 3px;
  font-weight: bold;
  text-decoration: none;
}
.wp-pagenavi .pages.current{
  background: #FD7200;
  color: #fff;
}

/*404*/
.icon404{
  padding: 60px;
  text-align: center;
}
.icon404 img{
  max-width: 240px;
}
.icon404 figcaption{
  margin-top: 0.5em;
  font-size: 28px;
  font-weight: bold;
  color: #ccc;
}