@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 769px){
.sp {
  display: none;
}


/* ヘッダー エリア */	

#header_in .description {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 0;
}

#header_in .description h1 {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  color: #999999;
}

#header_in .inner_left {
  width: auto;
  height: auto;
  margin: 0;
  padding:41px 0 0;
  float: left;
}

#header_in .inner_left img {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right {
  width: 63%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .inner_right ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .inner_right ul.head_storebtn{
  width: auto;
}

#header_in .inner_right ul li {
  width: 225px;
  float: left;
  height: auto;
  margin: 0;
  padding: 0 5px;
}

#header_in .inner_right ul.head_storebtn li{
  width: auto;
  float: right;
  margin: 10px 0 0 10px;
  max-width: 280px;
}

#header_in .inner_right ul li a {
  font-family: "arial";
  font-size: 38px;
  font-weight: bold;
  text-align: right;
  line-height: 1.3em;
  letter-spacing: 0.04em;
  color: #000000;
  text-decoration: none;
  max-width: 500px;
  display: block;
}

#header_in .inner_right ul li a:hover {
  opacity: 0.5;
}

#header_in .inner_right ul li:first-child p {
  font-size: 16px;
  text-align: right;
  color: #000000;
}

#header_in .inner_right ul li:last-child p {
  font-size: 13px;
  text-align: right;
  color: #000000;
}

/* グローバルナビ エリア */
#nav ul {
  width: 100%;
  max-width: 1060px;
  height: auto;
  list-style: none; 
  text-align: center;
  table-layout: fixed;
  display: table;
  padding: 0 0 12px;
}

#nav ul li {
  display: table-cell;
  vertical-align: middle;
  border-left: none;
  border-right: 1px solid #cccccc;
}

#nav ul li:first-child {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#nav ul li a {
  height: auto;
  font-size: 16px;
  text-align: center;
  text-decoration: none; 
  padding: 5px 0;
  position: relative;
  display: block;
  color: #666666;
}
#nav ul li a::after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  background-color: #958c83;
}

#nav ul li a:hover:after {
  transform: scale(1, 1);
}

/*main area*/
#main_img_area{
	background-image: url(../images/bk_mm.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#main_img_area img{
    margin: auto;
	padding-top: 20px;
}

#main_img_area .main_bottom{
	padding-bottom: 20px;
    background: linear-gradient(transparent, white);
}

.padding-block {
    padding: 60px 0;
}

.padding-block p {
    margin: 1em 0;
}

.center {
    max-width: 1050px;
    margin: auto;
}

	
/*悩み*/
span.txt-h{
    display: block;
    margin-bottom: 1em;
    font-size: 38px;
    font-weight: bold;
    color: #8d6657;
    text-align: center;
}

span.sub-t2{
    display: block;
    padding: 1em 0;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    color: #8d6657;
    border-top: 1px solid #8c6658;
    border-bottom: 1px solid #8c6658;
    margin: 1em 0;
}
	
span.txt-h span.sub-t2 {
    margin-top: 0.5em;
    margin-bottom: 0;
}

.worries img{
    float: right;
    width: 33%;
}
	
.worries ul{
    width: 65%;
}
	
.worries ul li {
    padding: 1em 0;
    padding-left: 45px;
    color: #754838;
    font-size: 18px;
    border-bottom: 1px dotted #8c6658;
    background-image: url(../images/check.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

.center-img img {
    margin: 3em auto;
}
	
/*原因と症状と当院*/
	.lpb01{
		background: #f9f9f6;
	}
	
	.b_box{
		width: 1000px;
		margin: auto;
	}
	
	.b_box img {
    max-width: 75%;
    display: block;
    margin: auto;
	}
	
	.padding-block .b_box p{
		margin: 0;
	}
	
	.hl_2{
    text-align: center;
    font-size: 30px;
    color: #c98772;
    position: relative;
    padding: 10px 0;
	}
	
	.hl_2::after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 55px;
    height: 4px;
    background: #c98772;
	}
	
	.im_gt{
		margin: 40px 0;
	}
	
	.brown_tt{
	font-size: 20px;
    color: #c98772;
	margin-bottom: 15px;
	}
	
	.padding-block .b_box p.ltr{
    line-height: 1.9;
    margin-top: 0pt;
    margin-bottom: 0pt;
	}
	
	.ltr span{
	font-size: 16px;
    font-family: Arial;
    color: #000000;
    background-color: transparent;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    vertical-align: baseline;
    white-space: pre-wrap;
    letter-spacing: 1px;
	}
	
	.ltr span strong{
		color: #38200b;
	}
	
/*動画エリア*/
	.ytb_flx{
		display: flex;
justify-content: space-between;
    padding: 20px 0;
	}
	
	.padding-block p.movie_txt{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #8d6657;
    margin: 8px 0 11px 0;
    position: relative;
	}

/*.padding-block p.movie_txt::before{
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border-top: solid 2px #8d6657;
    border-right: solid 2px #8d6657;
    transform: rotate(133deg);
    position: absolute;
    left: 50%;
    bottom: -8px;
 /* 好みで色を変えてください */  
}

/*選ばれる理由*/
.bk-00{
    background: #eee9e5;
    padding: 50px 0;
}	
	
.t_box_01 {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 20px 25px;
    margin: 40px 0;
    border-radius: 10px;
}
	
.img_t {
    width: 30%;
}

.text_t {
    margin: 1em 0.5em;
    font-size: 18px;
    width: 62%;
}	
	
.t_box_01 .text_t h3 {
    font-weight: bold;
    font-size: 25px;
	border-bottom: 2px solid #ac6744;
    padding-bottom: 6px;
    color: #d86540;
}
	
/*アクセス*/
.bk-01{
        background: #e6d0bb;
}
	
.padding-block p.headline{
	max-width: 560px;
	margin: 0 auto 30px auto;
}

div#store-info-foot{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
div#store-info-foot .store-info.height-box{
  width: 31%;
  float: left;
  margin: 0 1%;
  padding: 2% 1.5% 12px;
  background: #fff;
}
div#store-info-foot .store-info.height-box .store-logo{
  text-align: center;
  width: 100%;
  background: #38200b;
  color: #fff;
  margin: 0;
  padding: 8px 0;
  border-radius: 8px;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: bold;
}
div#store-info-foot .store-info.height-box .store-body figure{
  margin: 10px 0 0 0;
}
div#store-info-foot .store-info.height-box .store-body figure img{
  border-radius: 8px;
}
div#store-info-foot .store-info.height-box figure img{
  margin: auto;
}
div#store-info-foot .store-info.height-box .store-body table {
    width: 100%;
    margin-top: 15px;
    border: #382009 solid 1px;
}
div#store-info-foot .store-info.height-box .store-body table th {
    width: 4.8em;
    text-align: center;
    vertical-align: middle;
    color: #Fff;
    background: #38200a;
    font-size: 14px;
    padding: 8px 0;
}
div#store-info-foot .store-info.height-box .store-body table td {
    width: auto;
    text-align: left;
    font-size: 14px;
    /* border-bottom: #38200a 1px solid; */
    padding: 5px 5px;
}
div#store-info-foot .store-info.height-box .store-body table tr:nth-child(1) th, 
div#store-info-foot .store-info.height-box .store-body table tr:nth-child(2) th {
    border-bottom: 1px #fff solid;
}
div#store-info-foot .store-info.height-box .store-body table tr:nth-child(1) td, 
div#store-info-foot .store-info.height-box .store-body table tr:nth-child(2) td {
    border-bottom: #38200a 1px solid;
}
div#store-info-foot .store-info.height-box .store-body table tr:nth-child(2) td {
  height: 65px;
}
div#store-info-foot .store-info.height-box div.link-btn a{
  border:solid 1px #38200a;
  text-align: center;
  display: block;
  padding: 8px 0;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  color: #38200a;
  letter-spacing: 0.8px;
  margin-top: 10px;
  max-width: 300px;
  margin: 12px auto 0;
}
div#store-info-foot .store-info.height-box div.link-btn a::before{
    border-left: 2px solid #38200a;
    border-top: 2px solid #38200a;
    content: "";
    height: 6px;
    position: absolute;
    right: 15px;
    top: 45%;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 6px;
}
div#store-info-foot .store-info.height-box div.link-btn a:hover {
    background: #38200a;
    color: #fff;
}
div#store-info-foot .store-info.height-box div.link-btn a:hover::before　{
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
}

.padding-block #store-info-foot .store-info{
    border-radius: 8px;
}
	


/* pagetop style */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

p.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #ffffff;
  background-color: #8c6658;
  border: 1px solid #ffffff;
}

p.pagetop a:hover {
  opacity: 0.5;
}

/* フッター エリア */
footer figure.logo{
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 60px auto 40px;
}
footer figure.logo img{
  margin: 0 auto;
}

#footer_in .inner_right {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#footer_in .inner_right ul {
  width: 33.33333333333333333333333%;
  height: auto;
  margin:0;
  padding:0 1% 0%;
  float: left;
  border-right: dotted 1px #ffdbb6;
}
#footer_in .inner_right ul:nth-child(3) {
  border-right: none;
}
#footer_in .inner_right ul li.f_title{
  font-size: 1.25em;
  font-weight: bold;
  background: none;
  padding-left: 0;
  font-size: 18px;
  color: #38200b;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  padding: 13px 0 9px 30px;
  margin-bottom: 0em;
  border-bottom: 3px double #38200a;
  font-weight: bold;
  position: relative;
}
#footer_in .inner_right ul li.f_title::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 9px;
  top: 16px;
  background: #38200a;
}
#footer_in .inner_right ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 12px 0 8px 4px;
  position: relative;
  border-bottom: dotted 1px #382009;
}
#footer_in .inner_right ul li::before {
    border-left: 2px solid #38200a;
    border-top: 2px solid #38200a;
    content: "";
    height: 6px;
    position: absolute;
    right: 8px;
    top: 45%;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 6px;
}
#footer_in .inner_right ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #666666;
  display: block;
}

#footer_in .inner_right ul li a:hover {
  text-decoration: underline;
}
#footer_in .inner_right ul li.bnr {
    padding: 12px 0 8px 0px;
    border-bottom: none;
}
#footer_in .inner_right ul li.bnr:before {
    display: none;
}

/* copyright style */

#copyright p {
  width: auto;
  height: auto; 
  font-family: "arial";
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

#copyright p a{
  color: #ffffff;
  text-decoration: none;
}


}