@charset "utf-8";
/****************************************************************************************************

reset

*****************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

strong {
	font-weight: bold;
}

/****************************************************************************************************

base setting

*****************************************************************************************************/
html {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
	font-size: 62.5%;
	width: 100%;
}

body {
	background: #fbf7f4;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
	width:100%;
}

body * {
	box-sizing: border-box;
}

.cf {min-height: 1px;}
.cf:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
* html .cf {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.both{clear:both;}

a {
    text-decoration: underline;
    color: #884e15;
}

a:hover img, a:active img,
.sitemap-list li:hover {
    -webkit-opacity: 0.7;
    opacity: 0.7;
}

em {
	font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
}

section p {
    margin-bottom: 1em;
}

#wrap {
    max-width: 750px;
    margin: 0 auto;
    text-align: left;
    background: #fff;
    padding: 15px 0 10px 0;
}

#main {
	padding: 0 3%;
}

#main > .img {
	margin-bottom: 30px;
}

aside > .img {
	margin-bottom: 20px;
}

.img {
	text-align: center;
}

.img01 {
	float: left;
	margin-right: 10px;
	margin-bottom: 1em;
	padding: 0 3%;
}

.img02 {
	float: right;
	margin-left: 10px;
	margin-bottom: 1em;
}

.max38 {
	max-width: 38%;
}

.inner {
	width: 100%;
}

.point-list .img,
.reason-list .img,
.page-point-list .img,
.flow-list .img {
	margin-bottom: 20px;
}

.voice-list .img {
	margin-bottom: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.img.right {
	max-width: 40%;
	margin: 0 0 16px 20px;
}

li:last-child {
	margin-bottom: 0!important;
}

.add em,
.contact-add em,
.access-add em {
	color: #e5420f;
}

table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	margin-bottom: 14px;
}

table:last-child {
	margin-bottom: 28px;
}

table tr {
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
}

th {
	font-weight: bold;
	text-align: center;
	padding: 13px;
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 100%;
	background: #fbf8e5;
    border: 1px solid #e1d3bb;
}

td {
	border: 1px solid #e1d3bb;
    background-color: #fff;
    padding: 10px 20px;
    width: auto;
    text-align: center;
    font-size: 100%;
}

#page #main p {
	margin-bottom: 1em;
}

#page #main p:last-child {
	margin-bottom: 0;
}

table + p {
	margin-top: 16px;
}

li li {
	text-indent: 1em;
}

.tac {
	text-align: center;
}

.btm0 {
		margin-bottom: 0 !important;
}

.btm10 {
		margin-bottom:10px!important;
}

.btm20 {
		margin-bottom:20px!important;
}

.btm40 {
		margin-bottom:40px!important;
}

.btn {
    text-align: center;
    margin-top: 25px;
}

.btn a {
    display: inline-block;
    background: #ff5d71;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 3px;
	text-decoration: none;
}

.red {
	color: #c00;
	text-decoration: underline;
}

/****************************************************************************************************

header

*****************************************************************************************************/
header {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
    padding-top: 63px;
}

.h-desc {
	margin-bottom: 12px;
    font-weight: normal;
    padding: 5px 2%;
    text-align: left;
    font-size: 0.80em;
    line-height: 1.2;
	border-bottom: 1px solid #f0f0f0;
}

.h-box {
	width: 100%;
	padding: 0 3%;
}

.h-logo {
	margin-bottom: 0px;
	float: left;
	width: 50%;
}

.add {
	font-size: 10px;
	font-size: 1.0rem;
	float: right;
	width: 48%;
	text-align: left;
}

.add img {
	vertical-align: middle;
}

.add dt {
    background: #f9ed98;
    border-radius: 1px;
    color: #412111;
    font-weight: bold;
    display: inline-block;
    padding: 3px 0;
    width: 28%;
    text-align: center;
    vertical-align: top;
    margin-bottom: 7px;
    margin-right: 1%;
}

.add dd {
    display: inline-block;
    padding: 3px 0;
	width: 65%;
}


/****************************************************************************************************

main image

*****************************************************************************************************/
.main-img {
	clear: both;
	padding-bottom: 10px;
    background: #fff;
	max-width: 750px;
    margin: 0 auto;
}

/****************************************************************************************************

main contents

*****************************************************************************************************/
.sec {
	margin-bottom: 30px;
}

aside .sec:last-of-type {
	margin-bottom: 25px;
}

aside {
	padding-bottom: 10px;
}

.ttl01 {
	background: #ffa714;
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 13px 30px;
    margin-bottom: 25px;
}

.ttl02 {
    border-radius: 4px;
    background: #fe7121;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 22px 30px;
    margin-bottom: 30px;
    border-left: 12px solid #99650c;
}

.ttl03 {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px dotted #b3aca8;
    border-left: 9px solid #fe7121;
	padding: 2px 20px 2px 14px;
	margin-bottom: 20px;
}

.ttl04 {
	font-size: 18px;
	font-size: 1.8rem;
    font-weight: bold;
    color: #301800;
    border-bottom: 2px dotted #ccb542;
    padding-left: 6px;
    margin-bottom: 16px;
    padding-bottom: 3px;
}

.ttl05 {
    background: #fddd65;
    font-weight: bold;
    padding: 20px 20px;
    margin-bottom: 30px;
    font-size: 18px;
    border-radius: 4px;
    border-bottom: 4px solid #d6b538;
}

.ttl05 b {
	color: #e04a20;
}

.ttl06{
	background: #fe7126;
    box-sizing: border-box;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
	box-sizing: border-box;
}

.ttl06 span {
    display: block;
    font-size: 13px;
    border-top: 1px solid #fff;
    padding-top: 4px;
    margin-top: 2px;
}

.amazon_ranking01{
	border: 1px solid #ffa814;
	box-sizing: border-box;
	line-height: 0;
}

.catch-ttl {
	text-align: center;
}

.page.onayami-list {
	margin-bottom: 20px;
}

.onayami-list li {
    font-size: 16px;
    font-size: 1.6rem;
    background: url(../images/icon_check.png) 6px 12px / 25px no-repeat;
    padding: 11px 10px 8px 39px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
}

.not-box {
    border: solid 6px #bdbcbb;
    padding: 20px;
}

.not-box .not, .not-box .ok {
    padding: 20px;
    color: #412111;
    font-weight: bold;
}

.not-box .not {
    background: #faf6dc;
}

.not-box .not .ttl, .not-box .ok .ttl {
    border-bottom: 3px dotted #c8ac9e;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.not-list li, .ok-list li {
    margin-bottom: 10px;
    padding-left: 27px;
}

.not-list li {
    background: url(../images/batsu.png) no-repeat 0 3px / 17px;
}

.ok-list li {
    background: url(../images/maru.png) no-repeat 0 3px / 17px;
}

.not-box .ok {
    background: #f9ed98;
}

.pain-list {
	max-width: 682px;
	margin: 0 auto;
}

.pain-list li {
	width: 49%;
	float: left;
}

.pain-list li:nth-child(odd) {
	margin-right: 2%;
}

.reason-list > li > .ttl {
    margin-bottom: 15px;
    background: #fff7bc;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 14px;
}

.reason-list > li > .ttl span:nth-of-type(1) {
    background: #fe7121;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 0;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    width: 60px;
}

.reason-list > li > .ttl span:nth-of-type(2) {
	display: inline-block;
    width: calc(100% - 70px);
    vertical-align: middle;
}

.reason-list .ttl b {
    color: #ec1112;
}

.ippan-box {
    background: #f1eee9;
    position: relative;
    margin-bottom: 43px;
}

.ippan-box .ttl {
    border-bottom: 3px dotted #d8d5d1;
    padding-bottom: 18px;
    margin-bottom: 16px;
}

.ippan-box, .touin-box {
    padding: 20px;
}

.reason-list li {
    margin-bottom: 30px;
}

.ippan-box::after {
    content: "";
    background: url(../images/arrow02.png) no-repeat;
    display: inline-block;
    width: 115px;
    height: 28px;
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -58px;
}

.touin-box {
    border: 6px solid #ffa814;
    background: #fffbe0;
}

.touin-box .ttl {
    border-bottom: 3px dotted #ffe8b1;
    padding-bottom: 18px;
    margin-bottom: 16px;
}

.touin-img {
    margin-bottom: 18px;
}

.voice-list li {
	margin-bottom: 30px;
}

.voice-list .ttl-box {
    background: #fc8038;
    color: #fff;
    padding: 18px 15px;
    border-bottom: 7px solid #a44915;
    position: relative;
    margin-bottom: 32px;
}

.voice-list .ttl {
	font-weight: bold;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center;
    position: relative;
}

.voice-list .ttl_name{
	text-align: center;
	border-top: 2px solid #fff;
	margin-top: 6px;
	padding-top: 10px;
	
	margin-bottom: 0;
	font-size: 13px;
	font-size: 1.3rem;
}

.voice-list .patient-info {
    text-align: center;
}

.voice-list .ttl-box::after {
    content: url(../images/voice_ttl_after.png);
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -27px;
}

.voice_img {
    text-align: center;
}

.voice-thum {
    margin-top: 10px;
}

.voice-thum a {
    position: relative;
    display: block;
}

.voice-thum a:after {
    content: url(../images/icon_zoom.png);
    position: absolute;
    bottom: 0px;
    right: 8px;
}

.voice_conts{
	border: 1px solid #fc8038;
	border-radius: 5px;
	
	box-sizing: border-box;
	padding: 10px;
	
	background: #fff2eb;
	margin-bottom: 10px;
}

.voice_memo{
	font-size: 11px;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 0px;
}


.voice_text{
	margin-bottom: 20px;
}

.voice_text:last-of-type{
	margin-bottom: 0;
}

.voice_text dt{
	background: #fc8038;
	padding: 10px;
	border-radius: 5px;
	
	color: #fff;
	font-weight: bold;
	margin-bottom: 7px;
}

.reco-list li {
    background: #fbf8e5;
    padding: 20px;
    margin-bottom: 30px;
}

.reco-list .ttl-box {
    color: #412111;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.7rem;
    position: relative;
	margin-bottom: 20px;
}

.reco-list .ttl-box::before {
    content: "";
    background: url(../images/reco_medal.png) no-repeat left top / contain;
    display: inline-block;
    width: 73px;
    height: 82px;
    position: absolute;
    top: -9px;
    left: -15px;
}
	
.reco-list .ttl-box .ttl {
    line-height: 1.4;
    line-height: 1.4;
    background: #fddc65;
    padding: 15px 15px 15px 66px;
	box-shadow: 5px 5px 0 #cccccc52;
}

.reco_img {
	max-width: 140px;
    float: right;
	margin-left: 18px;
}

.contact_tel {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    color: #de2727;
}

.contact-cont .tel{
	margin-bottom: 14px;
}

.contact-cont .time-block .img {
	margin-bottom: 20px;
}

.contact-cont .time-block .time {
	text-align: center;
	margin-bottom: 14px;
}

.contact-add {
	margin: 14px 0 20px;
}

.contact-add dt {
	font-weight: bold;
	margin-top: 10px;
}

.contact-add dt:first-child {
	margin-top: 0;
}

.michi-box {
    padding-top: 18px;
}

.michi-box span {
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
}

.michi-box span b {
    color: #fe7121;
}

.michi-box strong {
    font-weight: bold;
    background: linear-gradient(transparent 10%,#daf5f8 10%);
}

.flow-list .ttl {
    margin-bottom: 15px;
    background: #fff7bc;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 14px;
}

.flow-list .ttl span:nth-of-type(1) {
    background: #fe7121;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
    margin-right: 10px;
}

.flow-list .ttl .ttl span:nth-of-type(2) {
    display: inline-block;
    width: 81%;
    vertical-align: middle;
}

.profile-img {
	text-align: center;
	margin-bottom: 20px;
}

.profile-img img {
	margin-bottom: 16px;
}

.profile-img .name span {
	background: #c7e9ff;
    margin-bottom: 8px;
    display: inline-block;
}

.access_address {
    border: 2px dotted #99650c;
    padding: 20px;
}

.access_address .ttl {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
}

.access_address dt {
    background: #f9ed98;
    border-radius: 1px;
    color: #412111;
    font-weight: bold;
    display: inline-block;
    padding: 3px 0;
    width: 68px;
    text-align: center;
    vertical-align: top;
    margin-bottom: 7px;
    margin-right: 6px;
}

.access_address dd {
    display: inline-block;
    padding: 3px 0;
	width: 79%;
}

.access-list {
    margin-top: 14px;
}

.access-list li {
	margin-bottom: 10px;
}

.access-list li a::before {
    content: url(../images/icon_car.png);
    display: block;
    width: 36px;
    float: left;
    margin-right: 6px;
    margin-top: 8px;
}

/*.access-list li a::after {
	content: url(../images/arrow04.png);
    display: block;
    width: 36px;
    float: right;
}*/

.access-list li a {
    background: linear-gradient(to top, #f76817, #fd8641);
    text-shadow: 3px 2px 0 #33333340;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    padding: 18px;
    font-weight: bold;
	text-decoration: none;
	width: 100%;
}

.route {
	border: 1px solid #d6b538;
	margin-bottom: 20px;
    padding: 16px;
	text-align: center;
}

.route:last-child {
	clear:both;
}

.route > img {
	vertical-align: bottom;
	margin-bottom: 10px;
}

.route > img:last-child {
	margin-bottom: 0;
}

.route .ttl {
	text-align: left;
	min-height: 50px;
	margin-bottom: 10px;
	font-weight: bold;
}

.route .ttl .no {
	float: left;
	margin-right: 3%;
	width: 12%;
	max-width: 50px;
}

.route .ttl span {
    /*padding-top: 6px;*/
    display: inline-block;
    float: left;
    width: 85%;
}

.route .ttl .no img {
	vertical-align: middle;
}

.route p {
	margin-top: 10px;
	text-align: left;
}

.access-add {
	max-width: 300px;
	margin: 0 auto;
}

.faq_list {
	margin-bottom: 20px;
}

.faq_list dt{
    display: block;
    width: 100%;
}

.faq_list dt {
    cursor: pointer;
    background: #FFA61A;
    color: #fff;
    padding: 7px 35px 7px 5px;
    border-radius: 3px 3px 0 0;
    position: relative;
	font-weight: bold;
}

.faq_list dd {
    border: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
    border-top: none;
    padding: 5px;
	display: none;
}

.faq_list dd p:last-of-type {
    margin-bottom: 0 !important;
}

.faq_list_q {
    padding: 0 2px;
}

.faq_list_open {
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 7px;
}

.faq_list dt.open .faq_list_open:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.faq_list_open:before {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 8px;
    width: 14px;
    height: 3px;
    background: #FFA61A;
}

.faq_list_open:after {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 8px;
    width: 14px;
    height: 3px;
    background: #FFA61A;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* contact */
.contactconts_btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.45;
	color: #fff;
	box-sizing: border-box;
	padding: 8px 12px 8px 40px;
	border-radius: 100px;
	text-decoration: none;
	position: relative;
	width: 100%;
	max-width: 95%;
	margin: 0 auto;
}

.contactconts_btn a:before{
	content: "";
    display: block;
    width: 100%;
    max-width: 54px;
    height: 100%;
    max-height: 54px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
	background-position: left center;
	background-size: auto 28px;
}

.contactconts_btn-reserve a{
	background: linear-gradient(to bottom, #ff82ba 0%,  #ff2989 100%);
}

.contactconts_btn-reserve a:before {
    background-image: url("../images/contactconts_btn-reserve-icon.png");
}

.contactconts_btn-line a{
	background: linear-gradient(to bottom, #5ef144 0%, #20a908 100%);
}

.contactconts_btn-line a:before {
    background-image: url("../images/contactconts_btn-line-icon.png");
}

.contactconts_btn-tel a{
	background: linear-gradient(to bottom, #ff7454 0%, #fa3407 100%);
}

.contactconts_btn-tel a:before {
    background-image: url("../images/contactconts_btn-tel-icon.png");
}

.contactconts_btn-tel-message{
	background: #f0f0f0;
    box-sizing: border-box;
    padding: 16px 8px 0;
    margin-top: 24px;

	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.contactconts_btn-tel-message-wrap{
    display: flex;
    justify-content: center;
}

.contactconts_btn-tel-message-text{
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contactconts_btn-tel-message-text p{
	margin-bottom: 8px !important;
}

.contactconts_btn-tel-message-text p:last-of-type{
	margin-bottom: 0;
}

.contactconts_btn-tel-message-img{
	display: flex;
	align-items: flex-end;
	width: clamp(20%, 50vw, 30%);
	margin-left: 12px;
}

.contact_ttl02{
	display: flex;
	justify-content: center;

	font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    color: #fe7126;
    padding-left: 32px;
    min-height: 24px;
    margin-bottom: 10px;
    position: relative;
}

.contact_ttl02:before {
    content: "!";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #fe7126;
    border-radius: 100px;
    color: #fff;
    position: absolute;
    left: 0;
    top: -1px;
}

.contactconts_btn-tel-message-text01 {
    font-weight: bold;
    color: #fe7126;
    text-decoration: underline;
    line-height: 1.5;
    margin-bottom: 8px !important;
}


/* form */
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea, select{
	width: 100%!important;
}

.contact_form tr {
	border: none;
}

.contact_form th {
	display: block;
	text-align: left;
    margin-top: -1px;
}

.contact_form td {
	padding: 13px;
	vertical-align:middle;
	text-align: left;
	display: block;
	border-top: none;
}

input,textarea {
	border: 1px solid #ccc;
	padding: 8px;
	border-radius: 3px;
	background: none;
/*	-webkit-appearance: none;*/
}

input[type=submit] {
	background: #fe7121;
	color: #fff;
	border: none;
	border-radius: 3px;
	font-weight: bold;
	padding: 12px 20px;
}

input[type=reset] {
	border-radius: 0px;
	padding: 12px 20px;
}

.contact_form .time span{
	margin-right: 10px;
}

.contact_form .day {
	text-align: left;
}

.contact_form .day span{
	margin-bottom: 14px;
	display: block;
}

.contact_form_send {
	text-align: center;
}

.required:after {
    background: #ef464e;
    content: "必須";
    color: #fff;
    font-size: 12px;
    line-height: 1;
    margin-top: 3px;
    padding: 3px 5px;
    margin-left: 8px;
}

/* 施術内容・料金 */
.menu-tb01 tr:nth-of-type(1) th, .menu-tb01 tr:nth-of-type(1) td {
    background: #99650c;
    color: #fff;
    font-weight: bold;
}

/* スタッフ紹介 */
.profile-list dt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #301800;
    border-bottom: 2px dotted #e5dfd7;
    padding-left: 6px;
    margin-bottom: 16px;
    padding-bottom: 3px;
}

.profile-list dd {
    margin-bottom: 20px;
}

/* 肩こり */
.future-list {
	margin-bottom: 20px;
}

.future-list li {
    font-size: 16px;
    font-size: 1.6rem;
    background: url(../images/icon_check.png) 6px 12px / 25px no-repeat;
    padding: 11px 10px 8px 39px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
}

.future-list strong {
    font-weight: bold;
    background: linear-gradient(transparent 10%,#daf5f8 10%);
}

.contact-cont-btnlist{
	margin-bottom: 20px;
}

.contact-cont-btnlist p{
	margin-bottom: 0;
}

/****************************************************************************************************

navi

*****************************************************************************************************/
#navi-wrap {
	position: fixed;
	width: 100%;
	z-index: 1;
}

nav {
	max-width: 100%;
}

.gnavi {
	max-width: 100%;
}

.gnavi li {
	float: left;
	text-align: left;
	width: 25%;
	background-color: #fe7121;
    background: -webkit-gradient(linear, left top, left bottom, from(#fc8d4c), to(#fc650d));
}

.gnavi > li,
.gnavi .pd > li {
	text-align: center;
    height: 62px;
}

.gnavi li .pd {
	width: 100%;
}

.gnavi li .pd li {
	width: 100%;
}

.gnavi > li:nth-of-type(1) img {
	position: relative;
	top:6px;
	left: -3px;
}

.gnavi > li:nth-of-type(4) img {
	position: relative;
	top:3px;
}

.gnavi li a {
    display: block;
    padding: 0.7em 0.5em 0.6em 0.5em;
    border-left: 1px solid #fc8d4d;
    border-right: 1px solid #f46b1e;
    border-bottom: 1px solid #d7611d;
    border-top: 1px solid #fc9a62;
    height: 100%;
}

.pd-sub {
	position: fixed;
	width: 100%;
	top: auto;
	left: 0;
	background: #fc8843;
}

.pd-sub li {
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
	width: 100%;
}

.pd-sub li a {
	background: url(../images/arrow.png) 98% 50% no-repeat #fc8843;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px 2px 10px 2px;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
}

.pd-sub li span{
	background: url(../images/arrow.png) 98% 50% no-repeat #fc8843;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px 2px 10px 2px;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
	
	border-color: #fc9a62 #f46b1e #d7611d #fc8d4d;
    border-style: solid;
    border-width: 1px;
    height: 100%;
}

.pd-sub li.close a {
	background: #f86612;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px 0;
	text-align: center;
}

.gnavi li .pd-sub li {
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
	width: 50%;
	display: table;
	vertical-align: top;
	height: 40px;
	table-layout: fixed;
}

.gnavi li .pd-sub .close {
	width: 100%;
	height: auto;
}

#nav02 {
	background-color: #fe7412;
	margin: 0 0 20px 0;
	max-width: 100%;
}

#nav02 ul {
	max-width: 100%;
}

#nav02 li {
	width: 50%;
	float: left;
	font-weight: bold;
	font-size: 90%;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
    background: -webkit-gradient(linear, left top, left bottom, from(#fc8d4c), to(#fc650d));
}

#nav02 li a {
	display: block;
	padding: 6%;
	text-decoration: none;
	color: #fff;
	background: url(../images/arrow.png) 98% 50% no-repeat;
    border-left: 1px solid #fc8d4d;
    border-right: 1px solid #f46b1e;
    border-bottom: 1px solid #d7611d;
    border-top: 1px solid #fc9a62;
}

.btmnav {
	text-align: center;
	font-size: small;
}

.btmnav a {
	color: #382400;
}

.desc {
	border: 1px solid #ffc560;
	background: #fffceb none repeat scroll 0 0;
	padding: 15px;
	width: 90%;
	margin: 0 auto;
	clear: both;
}

.desc span {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.desc p {
	padding: 0;
}

.tel {
	text-align: center;
}

.map {
	margin: 0 0 20px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.map iframe, .map object, .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#foot-content {
	background: #fff;
	max-width: 750px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #f0f0f0;
}

.switch {
	float: left;
	margin: 0 0 0 5%;
	background: url(../images/pc.png) right 50% no-repeat;
	padding-right: 25px;
}

.pagetop {
	float: right;
	margin: 0 5% 0 0;
	background: url(../images/pt.png) right 50% no-repeat;
	padding-right: 25px;
}

footer {
	border-top: 1px solid #ebebeb;
	padding: 10px 3% 21%;
	background-color: #fe7121;
	color: #fff;
	font-size: small;
	max-width: 750px;
	margin: 0 auto;
    text-align: center;
}

footer p {
	clear: both;
	padding: 0;
}

#socialbuttons {
	padding: 0 2.5%;
	margin: 1em auto 0 auto;
	text-align: center;
	width: 95%;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

#socialbuttons div {
	float: left;
}

#sp_pagebtm * {
	box-sizing: content-box;
}

#sp_pagebtm {
    display: block;
    width: 100%;
    line-height: 0;
    opacity: 1;
    position: fixed;
    left: 0;
    bottom: 0;
    transition: all 0.4s linear 0s;
	box-sizing: content-box;
	text-align: center;
}

.sp_pagebtm_wrap {
    background: rgba(255,255,255,0.6);
    width: 95%;
    padding: 2.5vw 2.5%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sp_btm_tel {
    margin-right: 10px;
    width: 54%;
}

.sp_btm_line {
    width: 44%;
}

.sp_btm_tel img {
    width: 100%;
    max-width: 391px;
    height: auto;
}

.sp_btm_line img {
    width: 100%;
    max-width: 319px;
    height: auto;
}

#sp_pagebtm img {
    width: auto;
    max-width: 100%;
}


/* wordpress
*******************************/


/* 適応症状紹介 */

.category_list ul{
	margin-bottom: 20px;
}

.category_list ul li{
	font-size: 14px;
	border-bottom: 1px dashed #ffa714;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 6px 0;
}

.category_list ul li a{
	text-decoration: none;
	padding-left: 18px;
	
	position: relative;
}

.category_list ul li a:before{
	content: "";
	display: block;
	
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 8px solid #ffa714;
	
	position: absolute;
	left: 2px;
	top: 1px;
}

.wp-pagenavi{
	margin-top: 20px;
	text-align: center;
}
.single_conts h3{
	border-left: 9px solid;
	border-bottom: 1px solid;
    color: #ffa714;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 5px 0 5px 10px;
    
    margin-top: 25px;
}

.single_conts h4{
	border-bottom: 1px dashed;
    color: #ffa714;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding:  0;
    
    margin-top: 25px;
}

/* 症例レポート　一覧ページ */
.report_conts{
	margin-top: 20px;
	border-bottom: 1px dashed #e2b0b4;

}

.report_conts:first-of-type{
	margin-top: 20px;
}

.report_ttl01{
	background: #e38289;
	color: #fff;
	padding: 5px 10px;
	
	font-size: 1.1em;
	
	position: relative;
}

.report_ttl01:after{
	content: "";
	display: block;
	
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #e38289;
	
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.report_img01{
	text-align: center;
	margin: 25px 0 10px;
}

.report_img01 img{
	width: 50vw;
	max-width: 235px;
}

.report_info{
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.report_btn01{
	margin-bottom: 5px;
}

.report_btn01 a{
	display: block;
	max-width: 280px;
	margin: 0 auto;
	
	background: #e38289;
	color: #fff;
	padding: 5px 0;
	border-radius: 5px;
	
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.report_memo{
	font-size: 0.9em;
	text-align: right;
}


/* 症状レポート　個別記事 */
.report_conts section{
	margin-bottom: 30px;
}

.report-historyflow p,
.report-speech p,
.report-text p,
.report-summary-text p{
	margin-bottom: 15px;
}
.report-historyflow p:last-of-type,
.report-speech p:last-of-type,
.report-text p:last-of-type,
.report-summary-text p:last-of-type{
	margin-bottom: 0;
}

.report-info-wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	margin-top: 20px;
}

.report-info_text{
	width: 100%;
}

.report-info_photo{
	text-align: center;
	margin: 0 auto 20px;
}

.report-info_photo figure,
.report-info_photo figure img{
	width: auto;
	min-width: 200px;
	max-width: 200px;
}


.report-info_tbl{
	margin-bottom: 0 !important;
}

.report-info_tbl,
.report-info_tbl tbody{
	display: block;
}

.report-info_tbl tbody tr{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	border-top: none;
	border-bottom: 1px dashed #ffa714;
	padding-bottom: 5px;
	margin-bottom: 10px;
	line-height: 1.8;
}

.report-info_tbl tbody tr:first-of-type{
	border-top: 1px dashed #ffa714;
	padding-top: 5px;
}

.report-info_tbl tbody tr th{
	text-align: left;
	width: 7em;
	
	background: none;
	
	padding: 0;
	border: none;
}

.report-info_tbl tbody tr td{
	width: calc(100% - 9em);
	margin-left: 1em;
	border: none;
	text-align: left;
	padding: 0;
}

.historyflow-l{
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	margin-bottom: 15px;
}

.historyflow-l figure{
	width: 60px;
	height: auto;
	margin-right: 20px;
}

.historyflow-l figure img{
	width: auto;
	max-width: 60px;
	height: auto;
}

.historyflow-l .historyflow-ballon{
	width: calc(100% - 80px);
	
	background: #ffede3;
	border-radius: 5px;
	padding: 10px 10px;
	
	position: relative;
}

.historyflow-l .historyflow-ballon:before{
	content: "";
	display: block;
	
	width: 0;
	height: 0;
	
	border: 20px solid transparent;
	border-right: 20px solid #ffede3;
	
	position: absolute;
	top: 5px;
	left: -30px;
}


.historyflow-r{
	-webkit-display: flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	margin-bottom: 20px;
}

.historyflow-r figure{
	width: 60px;
	height: auto;
	margin-left: 20px;
}

.historyflow-r figure img{
	width: auto;
	max-width: 60px;
	height: auto;
}

.historyflow-r .historyflow-ballon{
	width: calc(100% - 80px);
	
	background: #ffdea7;
	border-radius: 5px;
	padding: 10px 10px;
	
	position: relative;
}

.historyflow-r .historyflow-ballon:before{
	content: "";
	display: block;
	
	width: 0;
	height: 0;
	
	border: 20px solid transparent;
	border-left: 20px solid #ffdea7;
	
	position: absolute;
	top: 5px;
	right: -30px;
}

.report-flow h3:first-of-type{
	margin-top: 0;
}


.report-summary-wrap{
	display: -webkit-flex;
	display: flex;
}

.report-summary-wrap .report-summary-photo{
	width: 60px;
}

.report-summary-wrap .report-summary-photo figure,
.report-summary-wrap .report-summary-photo figure img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.report-summary-wrap .report-summary-text{
	width: calc(100% - 90px);
	margin-left: 20px;
	background: #ffede3;
	border-radius: 5px;
	
	padding: 10px 10px;
	
	position: relative;
}

.report-summary-wrap .report-summary-text:before{
	content: "";
	display: block;
	
	width: 0;
	height: 0;
	
	border: 20px solid transparent;
	border-right: 20px solid #ffede3;
	
	position: absolute;
	top: 15px;
	left: -30px;
}




/* スマホ 0～600px */
@media screen and (max-width:600px) {
	
	.h-logo {
		float: none;
		width: auto;
		margin: 0 auto 15px;
		max-width: 200px;
	}

	.add {
		float: none;
		width: auto;
		font-size: 11px;
    	font-size: 1.1rem;
	}

}
