/***************************
 *
 * モジュール
 *
 **************************/

/* 
一般
*/

iframe{
	width:100%;
}
img{

}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	height: 0px;
	display: block;
	content: ".";
	visibility: hidden;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.white {
	color: white;
}

.fl-l {
	float: left;
}
.fl-r {
	float: right;
}

.big {
	font-size: 1.3em;
}
.no-margin {
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.ib {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.img-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}
.img-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 20px;
}
small {
	font-size: 80%;
}
.relative {
	position: relative;
}


/* 
カラー
*/
.red {
	color: #ec6864;
}
.blue {
	color: #4d60b4;
}
.pink {
	color: #6a3906;
}
.bg-white {
	background: white;
}
.orange {
	color: #de6905;
}

.manga-h1 {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.biyou-4 {
  padding: 10px;
  width: 350px;
  height: 400px;
}

.biyou-4 {
  padding: 10px;
  width: 150px;
  height: 200px;
}

/* 
OVER
*/
.over:hover {
	-ms-filter: "alpha(opacity=7)";
	opacity: 0.7;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}
.zoom {
	
}
.zoom:hover {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);	
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}

/* 
フォント
*/
.serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.serif-all * {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font-pathway {
	font-family: 'Pathway Gothic One', sans-serif;
}
.font-pathway-all * {
	font-family: 'Pathway Gothic One', sans-serif;	
}
.italic {
	font-style: italic;
}

.font-pop, .en {
	font-family: 'Poppins', sans-serif;
	font-style: italic;
}

/* 
ボタン
*/

.btn {
	display: block;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;

        position: relative;
        overflow: hidden;
        z-index: 2;
}
.btn:before {
	position: absolute;
	left: -100%;
	top: 0px;
	width: 100%;
	height: 100%;
	content: "　";
	background: #f2f2f2;
	z-index: 0;

}
/*.btn:hover, .btn:focus, .btn:active {
	color: #ebe9e5;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
	left: 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	
	z-index: -10;	

}
*/


.btn a {
	color: #5d4d48;	
	text-decoration: none;
	display: inline-block;
	*display: inline;
	padding:10px 20px;
	height: 100%;
	line-height: 1.3em;
	z-index: 6;
	border: 1px solid #bbb4b1;
	font-size: 15px;
}
.btn a:hover {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	

}

.btn-new {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 3rem;
}

.btn-new a {
  line-height: 25px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  display: block;
  text-align: center;
  background: #9b9000;
  border-bottom: 3px solid #7c7100;
  border-radius: 5px;
  text-decoration: none !important;
}

.btn-new a:hover {
  transform: translateY(3px);
  transition: none;
  background: #7c7100;
  cursor: pointer;
}

/* ボタン用サイズ */
.btn-455 a {
	
}

/* ボタン用カラー */
.btn-black {
	background: url(../img/bg-btn-black.jpg) 0 0 no-repeat;
	background-size: cover;
	margin-top: 25px;
	margin-bottom: 10px;
}
.btn-black a {
	border: none;
	color: white;
	font-size: 13px;
	padding: 10px 0;
	display: block;
}

.ai-posture p{
	margin: 0.375rem 0;
  text-align: left;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 1px;
}
/*.btn-black a:hover {
	animation: btn-bg 5s linear infinite;
	color: black;
}*/



.btn-pink {
	background: #f67171;
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn-pink a {
	border: none;
	color: white;
	font-size: 16px;
	padding: 4px 0;
}
.btn-pink a:hover {
	animation: btn-bg 5s linear infinite;
	color: black;
}

@keyframes btn-bg {
	 0% {background-position: 0 0, 0 0, 0 0;}
	 100% {background-position: 100px 0;}
}
@-webkit-keyframes btn-bg {
	 0% {background-position: 0 0, 0 0, 0 0;}
	 100% {background-position: 100px 0;}
}
@-moz-keyframes btn-bg {
	 0% {background-position: 0 0, 0 0, 0 0;}
	 100% {background-position: 100px 0;}
}
@-ms-keyframes btn-bg {
	 0% {background-position: 0 0, 0 0, 0 0;}
	 100% {background-position: 100px 0;}
}

/* ボタン用アイコン */
.icon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 0;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 5px;
}
.icon-right-fix {
	position: absolute;
	right: 0px;
	top: 13px;
}
.icon-home {
	background: url(../img/icon-home.png) 0 0 no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 16px;
}
.icon-mail {
	background: url(../img/icon-mail-sp.png) 0 0 no-repeat;
	background-size: 100% 100%;
	width: 22px;
	height: 16px;
}
.icon-arrow-white {
	background: url(../img/icon-arrow-white.png) 0 0 no-repeat;
	width: 5px;
	height: 9px;
}
.btn a:hover .icon-arrow-white {
	background: url(../img/icon-arrow-black.png) 0 0 no-repeat;
	width: 5px;
	height: 9px;
	-webkit-animation: levitate 0.8s alternate ease-in-out infinite;
	-moz-animation: levitate 0.8s alternate ease-in-out infinite;
	-ms-animation: levitate 0.8s alternate ease-in-out infinite;
	animation: levitate 0.8s alternate ease-in-out infinite;		
}
@keyframes levitate {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(8px, 0);
        -moz-transform: translate(8px, 0);
        -ms-transform: translate(8px, 0);
        -o-transform: translate(8px, 0);
        transform: translate(8px, 0)
    }
}

@-webkit-keyframes levitate {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(8px, 0);
        -moz-transform: translate(8px, 0);
        -ms-transform: translate(8px, 0);
        -o-transform: translate(8px, 0);
        transform: translate(8px, 0)
    }
}



/* 
ボックス
*/
.box-1100 {

	margin: 0px auto;
	position: relative;
}
.box-1050 {

	margin: 0px auto;
	position: relative;
}
.box-1020 {

	margin: 0px auto;
	position: relative;
}
.box-1000 {

	margin: 0px auto;
	position: relative;
}
.box-880 {

	margin: 0px auto;
	position: relative;
}
.box-800 {

	margin: 0px auto;
	position: relative;
}
.box-680 {

	margin: 0px auto;
	position: relative;
}
.box-630 {

	margin: 0px auto;
	position: relative;
}
.box-450 {

	margin: 0px auto;
	position: relative;
}
.box-white {

}


/* 
ヘッダー
*/
.l-header-top {
	background: #de6060;
	color: white;
	position: relative;
	padding: 0;
	height: 22px;
	display: none;
}
.header-title {
	font-weight: normal;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
}
.nav-header {
	text-align: right;
	position: absolute;
	top: 3px;
	right: 5px;
}
.nav-header li {
	display: inline-block;
	background: url(../img/bullet-nav-header.png) left center no-repeat;
}
.nav-header li a {
	color: white;
	font-size: 12px;
	padding-left: 10px;
}

.l-header-bottom {
	background-size: cover;
	position: relative;
	
}
.logo {
  line-height: 0px; 
  position: relative;
  height: 50px;
	background:#fff;
}


.logo img {
	    height: 50px;
    vertical-align: middle;
    border-radius: 3px;
    background: #fff;
    position: absolute;
 
}
.header-tel {
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 108px;
	display: inline-block;
	display: none;
}
.header-tel-1 {
	display: table-cell;
	font-size: 17px;
	background: url(../img/header-bottom-line.png) right center no-repeat;
	padding-right: 10px;
	height: 108px;
	vertical-align: middle;
}
.header-tel-1 small {
	display: inline-block;
	font-size: 14px;
}
.header-tel-2 {
	display: table-cell;
	font-size: 12px;
	text-align: left;
	padding-left: 11px;
	padding-right: 10px;
	height: 108px;
	vertical-align: middle;
}
.header-tel-2 a {
	display: inline-block;
	font-size: 29px;
	color: white;
}
.header-tel-3 {
	display: table-cell;
	background: #d04d4d;
	text-align: center;
	height: 108px;
	width: 108px;
	vertical-align: middle;
}
.header-tel-3 a {
display: table-cell;
	background: #d04d4d;
	text-align: center;
	height: 108px;
	width: 108px;
	vertical-align: middle;
}
.header-tel-3 img {


}

.header-btn-tel {
	position: absolute;
	top: 13px;
	right: 55px;
	width: 25px;
}
.header-btn-tel img {
	width: 100%;	
}
.header-btn-tel:hover {
	cursor: pointer;
}
.header-btn-menu {
	position: absolute;
	top: 18px;
	right: 13px;
	width: 30px;	
}
.header-btn-menu img {
	width: 100%;	
}
.header-btn-menu:hover {
	cursor: pointer;
}
.header-tel-sp {
	position: absolute;
	left: 0px;
	top: 100%;
	background: rgba(0, 0, 0, .5);
  padding: 10px;
  display: none;
  height: 100vh;
	z-index: 100;
	display: none;
}
.header-tel-sp li {
  margin-bottom: 7px;
	border-bottom: 3px solid #ffffff;
  text-align: center;
}
.header-tel-sp li a {
	display: block;
	text-align: center;
	color: white;
	text-decoration: none;
}

.header-tel-sp img {
	width:85%;
}


.header-tel-sp li a span {
	font-size: 16px;	
}
.header-caution {
	position: absolute;
	left: 130px;
	top: 10px;
	width: 130px;
}

/*
GLOBAL NAVI	
*/
.l-nav .menu {
	text-align: center;
	position: relative;
	  height: calc(100vh + 165px);
	margin: 0 auto;
  width: calc(100% - 30px);
  padding-top: 20px;
}
.l-nav .menu > li {
border-bottom: 1px solid #d2cec9;
  position: relative;
}
.l-nav .menu > li > a, .l-nav .menu > li > .a {
    font-size: 14px;
    text-align: left;
    display: block;
    color: black;
    font-weight: bold;
    padding: 15px 15px 10px;
    background: #fff;
    background-image: url(https://tatikawa-treatment.com/wp/wp-content/uploads/2024/04/sp-01.svg);
    background-repeat: no-repeat;
    background-size: 185% 50%;
    background-position-y: 12px;
}

.l-nav .menu > li > a .en, .l-nav .menu > li > .a .en {
	display: none;
}
.l-nav .menu > li:nth-child(3) > .a {
	background: #fff url(../img/plus-sp.png) 93% center no-repeat;	
	background-size: 10px 10px;
}
.l-nav .menu > li:nth-child(3) > .a.active {
	background: #f7f7f7 url(../img/minus-sp.png) 93% center no-repeat;	
	background-size: 10px 3px;
}
.menu-sub {
	display: none;

}
.menu-sub-inner {

	margin: 0 auto;
}
.menu-child-box {

}

.menu-child-title {
	font-size: 14px;
	text-align: left;
	display: block;
	color: black;
	padding: 10px 20px;
	border-bottom: 2px solid #e6e6e6;
	background: #d7d7d7;
}
.menu-child-title a {
	color: black;
}
.menu-child {
	background: #fff;
}
.menu-child li a {
	font-size: 13px;
  text-align: left;
  display: block;
  color: black;
  padding: 8px 30px;
  border-bottom: 2px solid #e6e6e6;
}
.menu-child li a:hover {

}

/* HEADER FIXED */
.l-header.is-fixed {
	

}
.l-header.is-fixed + .l-nav {

}
.l-header.is-fixed + .l-nav + .l-contents {

}

.l-header.is-fixed .l-header-top {
	display: none;
}
.l-header.is-fixed .l-header-bottom {

}
.l-header.is-fixed .logo {

}
.l-header.is-fixed .logo img {

}




/*
パンくず
*/

/*
サイドバー
*/

/*
フッター
*/
.page-top {
	position: fixed;
	right: 5px;
  bottom: 85px;
	z-index: 20000;
	width: 50px;
}


.page-top {
  position: fixed;
  right: 5px;
  bottom: 100px;
  width: 50px;
  z-index: 100;
}

    .app-top {
        position: fixed;
        right: 5px;
        bottom: 180px;
        width: 50px;
        z-index: 100;
    }

 .app-top img {
    width: 50px;
    cursor: pointer;
  }

  .tooltip-text {
    position: absolute;
    bottom: 60px; /* 吹き出しの位置調整 */
    left: 20%;
    transform: translateX(-50%);
    background-color: #25D366;
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
  }

  .app-top:active .tooltip-text,
  .app-top:focus-within .tooltip-text {
    visibility: visible;
    opacity: 1;
  }



.footer-reserve {
	text-align: center;	
}
.footer-reserve > a {
	display: block;	
}
.footer-reserve > a img {
	width: 60px;
}
.footer-reserve .btn {
	display: inline-block;
	position: relative;

}
.footer-reserve .btn a {
	width: 200px;
	padding: 10px 0;
	    background: #eb5d00;
}
.footer-slider {
	
}
.l-footer .bx-wrapper {
	margin: 0 !important;
}
.l-footer .bx-wrapper .bx-viewport {
	border: none !important;
	left: 0 !important;
	background: none !important;
	box-shadow: none !important;
	height: auto !important;
}
.l-footer-top {
	background: url(../img/bg-header.jpg) center top no-repeat;
	background-size: cover;;
	text-align: center;

	padding: 22px 0;
}
.l-footer-top .facebook {
	margin-top: 20px;
}
.l-footer-top img {
	width: 80%;	
}
.l-footer-bottom {
	background: #2f1804;
	color: white;
}
.l-footer-bottom a {
	color: white;
}
.nav-footer {
display: none;
	margin: 0 auto;
	padding: 35px 15px;
}
.nav-footer .inner {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: white;
	display: none;
}
.nav-footer .inner:nth-child(1) {
	width: 182px;
	margin-right: 45px;
}
.nav-footer .inner:nth-child(2) {
	width: 535px;
	margin-right: 45px;
}
.nav-footer .inner:nth-child(3) {
	width: 182px;
}
.nav-footer .inner p {
	color: white;	
	border-bottom: 1px solid #f4b8b8;
	padding-bottom: 8px;
	margin-bottom: 1em;
}
.nav-footer .inner p a {
	color: white;	
	font-size: 12px;
}
.nav-footer .inner > ul {
	margin-top: 15px;
}
.nav-footer .inner > ul > li {
	font-size: 10px;	

	vertical-align: top;
	background: url(../img/bullet-footer-nav.png) left 0 no-repeat;
	padding-left: 15px;
	margin-bottom: 1em;
}
.nav-footer .inner > ul > li:nth-child(1) {
	float: left;
	margin-right: 0px;
}
.nav-footer .inner > ul > li:nth-child(2) {
	float: left;
	margin-right: 15px;
}
.nav-footer .inner > ul > li:nth-child(3) {
	float: left;
	margin-right: 15px;
}
.nav-footer .inner > ul > li:nth-child(4) {
	float: left;
	margin-right: 20px;
}
.nav-footer .inner > ul > li:nth-child(5) {
	float: left;
}
.nav-footer .inner > ul > li > a {
	color: white;	
	font-size: 10px;
}
.nav-footer .inner > ul > li li {
	margin: 5px 0;
	background: url(../img/bullet-footer-nav-2.gif) 0 8px no-repeat;
	padding-left: 10px;
}
.nav-footer .inner > ul > li li a {
	color: white;	
	font-size: 10px;
}
.copyright {
	font-size: 10px;
	color: #fff;
	background: white;
	padding: 10px 0;
	text-align: center;
	    background: #2f1804;
}

.ex-banner {
	padding-top: 10px;
}
.ex-banner a {
	
}
.ex-banner .ex-banner-1 {
	padding-bottom: 5px;

}
.ex-banner .ex-banner-2 {

}

/*
INDEX
*/
.title-main {
  font-size: 10px;
  width: 230px;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 1.4em;
  font-weight: normal;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.title-main .en {
font-size: 26px;
  display: block;
  padding-bottom: 2px;
  font-weight: bold;
}
.main-slider {
	margin: 0px 0px 0px;
	position: relative;
}


.main-sto{
	background: url(https://tatikawa-labo.com/wp/wp-content/uploads/2024/04/back-sto.png) 0 0 no-repeat;
}

.main-slider .owl-nav {
	text-align: left;
display: none;
}
.main-slider .owl-prev {
	text-indent: -9999em;
	background: url(../img/main-slider-left.png) 0 0 no-repeat;
	width: 17px;
	height: 31px;
	position: absolute;
	left: 0px;
	bottom: -20px;
	margin-right: 40px;
}
.main-slider .owl-next {
	text-indent: -9999em;
	background: url(../img/main-slider-right.png) 0 0 no-repeat;
	width: 17px;
	height: 31px;	
	position: absolute;
	right: 0px;
	bottom: -20px;
}

.main-slider .item-text {
	position: absolute;
	left: 0px;
	top: 100px;
	z-index: 20;
	font-style: italic;
	font-size: 16px;
	font-weight:900;
	padding-right: 20px;
	color:rgb(230, 57, 57);
	text-shadow: 0px 0px 5px white;
	opacity: 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	
}
.main-slider .item-text .eng {
	font-size: 25px;
	border-bottom: 2px solid rgb(230, 57, 57);
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	
}
.main-slider .item-text.is-active {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	
	opacity: 1;
}

.main-about {
	margin: 0 10px 40px;
	position: relative;
}
.main-about-pic {
	text-align: right;	
}
.main-about-pic img {
	width: 75%;
}
.main-about-inner {
	margin: 10px;
	margin-top: -50px;
}
.main-about-inner p {
	line-height: 1.7em;
	font-size: 14px;
}
.main-about-inner .btn {
	margin-top: 20px;
}

/* MAIN MENU */
.main-menu {

}
.main-menu .title-main {
	text-align: center;
	margin: 0 auto;
}
.box-menus {

	margin: 0 auto;
}
.box-menu {

	position: relative;
	margin: 10px;

}
.box-menu-inner {
margin-bottom: 24px;
}
.box-menu .box-menu-title {
	/*font-size: 12px;
	padding-top: 5%;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	
	color: white;
	text-shadow: 0px -1px 0px gray;*/
position: relative;
    margin-bottom: 15px;
}

.box-menu-title h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 22px;
    color: #fff;
}

.box-menu .box-menu-title .en {
font-size: 14px;
    display: block;

}
.box-menu .box-menu-list {

	margin: 10px 20px 0;

}
.box-menu .box-menu-list li {
	padding: 8px 0 8px 24px;	
    background: url(../img/icon-arrow-black.png) no-repeat left center;
}
.box-menu .box-menu-list li > a {
    color: #6a3906;
    font-weight: bold;
}

.box-menu .box-menu-inner:hover {

}

.box-menu .box-menu-inner:hover .box-menu-title {

}


/* MAIN REASON */
.main-reason {
	background: #8B5003;
	margin-top: 30px;
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 30px;
	padding: 20px 0px;
}
.main-reason .title-main {
	padding-top: 70px;
	color: white;
	margin: 0 auto 40px;
	border-bottom: 1px solid white;
	text-align: center;
}
.main-reason .title-main span {
	color: white;
}
.main-reason .item {
	width: auto !important;
	margin-top: 40px;
}

.section-number {
  background: url(https://tatikawa-labo.com/wp/wp-content/uploads/2023/07/back-img.png) center top no-repeat;
  background-size: cover;
  height: 500px;
}

.number-box-left {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}

.section-smile {
  background: #f9e6e478;
  padding-top: 30px;
}

.number-box-right {
  width: 90%;
  padding-top: 10px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.main-reason .main-reason-box {

	background: white;
	margin-bottom: 20px;
}
.main-reason .main-reason-pic {
	display: block;

	position: relative;

}
.main-reason .main-reason-pic img {

}
.main-reason .main-reason-pic span {
	color: white;
	font-size: 100px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	line-height: 58px;
}
.main-reason .main-reason-text {
	padding: 16px 10px;


}
.main-reason .main-reason-title {
	color: #6a3906;
  font-size: 18px;
  text-align: left;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4;
}

.main-reason .main-reason-title span{
	color: #6a3906;
  font-size: 13px;
}




.main-reason .main-reason-text p {
	line-height: 1.8;
	color: #4b4b4b;
	text-align: left;
	font-size:12px;
}
.main-reason .owl-theme .owl-dots .owl-dot span {
	background: #cfcfcf;
	margin: 5px 4px;
}
.main-reason .owl-theme .owl-dots .owl-dot.active span {
	background: #6a3906;
}
.main-reason .owl-theme .owl-controls {
	width: 250px;
	margin: 30px auto 0;
	position: relative;
}
.main-reason .owl-nav {

	z-index: 100;
}
.main-reason .owl-prev {
	text-indent: -9999em;
	background: url(../img/main-slider-left.jpg) 0 0 no-repeat;
	width: 17px;
	height: 31px;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: -5px;
}
.main-reason .owl-next {
	text-indent: -9999em;
	background: url(../img/main-slider-right.jpg) 0 0 no-repeat;
	width: 17px;
	height: 31px;	
	display: inline-block;
	position: absolute;
	right: 0px;
	bottom: -5px;
}
.main-reason .btn {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}

/* MAIN ACCESS */
.main-access {
	margin: 10px 20px 40px;
	position: relative;
}

.main-access .btn.btn-black {
    background: #eb5d00;
}
.main-access .main-access-pic {
	text-align: left;
}
.main-access .main-access-pic img {
	width: 75%;
}
.main-access .main-access-inner {
	position: relative;
	padding-bottom: 40px;
	background: white;
}
.main-access .title-main {
	position: absolute;
	right: 0px;
	top: -70px;
	text-shadow: 0px 0px 10px white;
	text-align: right;
}
.main-access .main-access-inner p {
	line-height: 2em;
}

/* MAIN BANNERS */
.main-banners {
	margin: 40px 10px 40px;
}
.main-banners .item {
	width: 100%;
	overflow: hidden;

	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.main-banners .item:first-child {

}
.main-banners .item img {
	position: relative;
	top: 0px;
}
.main-banners a {
	display: block;
	color: white;
	font-size: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	height: 140px;
}
.main-banners a:hover {
	text-decoration: none;
}
.main-banners a .en {
	display: block;
	font-size: 30px;
	color: white;
}
.main-banners .item:hover img {
	
}
.insta {
	margin: 20px auto;

}
.mamaten {

	margin: 20px 20px;
}

.movie {
	width: 100%;
	height: 250px;
}

.main-blog {
	margin: 0 5px;
	  margin-top: 35px;
}
.list-main-blog {
}
.list-main-blog > li a {
  color: #2d2c2c;
  font-size: 16px;
}
.list-main-blog > li {
	  border-bottom: 2px solid #eee;
  padding: 20px 0 7px;
}
.list-main-blog .list-main-blog-time {
	  display: inline-block;
  /* padding-bottom: 10px; */
  font-size: 14px;
  background: #efefef;
  padding: 2px 5px;
	border-radius: 5px;
}
.list-main-blog .list-main-blog-title {
	display: block;	
	  margin-top: 5px;
}

.pick {
	background: url(../img/bg-btn-black.jpg) 0 0 no-repeat;
	background-size: cover;
	color: white;
	padding: 10px 20px;
	display: inline-block;
	/* font-style: italic; */
	line-height: 1.5em;
	margin-left: 50px;
	margin-bottom: 40px;
	font-weight: bold;
	text-shadow: 0px -1px 1px gray;
	transform: rotate(-5deg);
	font-size: 20px;
	text-align: center;
}
.pick span {
	border-bottom: 2px groove white;
	display: inline-block;
	font-size: 20px;
}
.pick small {
	font-size: 9px;
}
.main-text {

	margin: 0 auto;
	padding: 50px 15px 30px;
}
.main-text h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 25px !important;
}
.main-text h3 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
}
.main-text p {
	line-height: 1.6em;
	margin-bottom: 20px;
}
.main-text img {

	margin-bottom: 20px;
}
.main-text .img-left {
	float: none !important;
	margin: 0 auto !important;
	text-align: center;
	display: block;
}

.box-doc {
	padding-bottom: 30px;
	padding-top: 20px;
}
.box-doc p {
	line-height: 1.6em;
	margin-bottom: 1.5em;
	font-size: 16px;
}
.box-doc-title {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	margin: 0 auto 1rem;

}
.box-doc-title-2 {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}
.box-doc-title-3 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}
.box-doc-detail {
	border: 3px solid #d8d5cb;
	border-radius: 6px;
	background: white;

	margin: 20px 20px 20px;
	cursor: pointer;
}
.box-doc-detail a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	color: black;
}
.box-doc-detail span {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	color: black;
}
.box-doc-detail a:hover, .box-doc-detail span:hover {
	background: #eee;
}
.box-doc-hidden {
	display: none;
}
.box-doc-info {

	margin: 20px 15px 20px;
	border: 3px solid #d8d5cb;
	border-radius: 6px;
	padding: 15px;
	text-align: left;
}
.box-doc-info img {
	display: block;
	margin: 20px auto;
}
.box-doc-pic {
	display: block;
	margin: 20px auto 20px;
}
.box-doc-hr {

	margin: 40px auto;
	border-top: 1px solid #ccc;
}

/* MAIN CUST */
.main-cust {

  padding: 5px 0 0px;
}
/*.main-cust h2 {
	text-align: center;
	margin: 0 auto 30px;
	margin-bottom: 30px;
	width: 300px;
}*/
.main-cust h2 span {
	display: inline-block;
}
.main-cust p {
	text-align: center;
  color: #45403c;
  line-height: 1.8em;
  font-size: 16px;
  margin-bottom: 25px;
}
.main-cust p strong {

	color: #de6905;
}
.main-cust ul {
	margin: 0px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: nowrap;
	margin-bottom: 1rem;
}
.main-cust ul > li {
	margin: 0 3px;
	position: relative;
}
.main-cust ul > li img {
	border-radius: 3px;
}
.main-cust ul > li:nth-child(1), .main-cust ul > li:nth-child(5) {
	top: -25px;
}
.main-cust ul > li:nth-child(2), .main-cust ul > li:nth-child(4) {
	top: -15px;
}

.title-cus {
	margin-bottom: 20px;
}
.list-cus {
	margin: 0px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.list-cus > li {
	width: 30%;
	height: 100px;
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
}
.list-cus > li img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 100%;
}

/*.main-cust .btn {
	width: 240px;
	margin: 0 auto;
	display: block;
	border-radius: 4px;
	border: none;
}*/
/*.main-cust .btn a {
	background: #dc6305;
	color: white;
	text-align: center;
	display: block;
	line-height: 40px;
	height: 40px;
	border: none;
}
.main-cust .btn:before, .main-cust .btn a:after {
	content: none;
}*/
.medal .andtokyo{
margin:10px auto;
width:70%;
}
.medal .omotenashi{
margin:10px auto;
width:50%;
}


.no1{
width:90%;
margin:10px auto;
}

.profile-text-name,
.title-line-2{
padding:10px 0;
text-align:center;
}
.profile .profile-pic {
width:60%;
margin:0 auto 16px;
}
.profile h3 {
	margin-bottom: 16px;
	font-size: 18px;
}
.pro{
padding:30px 0;
border-top:1px solid #ccc;
margin:10% auto;
width:90%;
line-height:23px;
}
.reason{
width:96%;
margin:40px auto;
}
.reason .title-main{
font-size:20px;
width:90%;
}
.timg{
width:90%;
margin:10px auto;
}
.timgl{
float:left;
width:48%;
}
.timgr{
float:right;
width:48%;
}

/* ===== select-no1 =====*/
.select-no1 {
	border: 1px solid #e3d1a9;
	padding: 1rem;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 58%,rgba(254,242,207,1) 100%);
	margin-bottom: 1.5rem;
	margin: 0 10px 40px;
	box-sizing: border-box;
}
.select-no1 h2 {
	font-size: 1.125rem;
	color: #8a7815;
	line-height: 1.4;
	margin: 0 0 20px;
}
.select-no1 h2 em {
	color: #ca8809;
	font-size: 120%;
	font-style: normal;
}

.select-no1 h3 {
	text-align: center;
	margin-bottom: 15px;
}
.select-no1 h3 span {
	background: #1e285e;
	color: #fff;
	padding: .25rem;
}

.select-no1 ul img {
	max-width: 5rem;
}
.select-no1 ul span {
	display: block;
	margin-top: .5rem;
}

.select-no1 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	margin-bottom: 15px;
}

.select-no1 ul li {
	width:6rem;
	text-align: center;
	color: #6b5d11;
}

.select-no1 ul li span {
	font-size: .75rem;	
}

p.select-no1__data {
	font-size: .75rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 0;
	color: #6b5d11;
}



/* ====== list-media ====== */
.recommend {
margin-top: 2rem;
}
.list-media,
.recommend-list,
.pickup {
	display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 5px;
  padding: 0px 5px;
}

.list-media li {
	width: 31%;
	margin-bottom: 1rem;
}
.media-thumb {
	margin-bottom: .5rem;
	text-align: center;
}
.recommend-list li,
.pickup>div {
	  width: 31%;
  margin-bottom: 1.5rem;
}


.recommend-list p {
	font-size: 12px;
}
.recommend-list li img {

}

.recommend-list-title {
  padding-top: 5px;
  font-size: 10px;
}

.recommend-list-name {
  padding-top: 3px;
  font-size: 14px;
  font-weight: bold;
}

.recommend-list-btn {
  text-align: left;
  background: #eee;
  margin-top: 3px;
  /* font-size: 12px; */
  display: inline-block;
  padding: 1px 5px;
}

.recommend-list-name span {
  font-size: 12px;
  font-weight: normal;
}

.recommend-list-btn a {
  color: #1a0dab;
  font-size: 12px;
}
.recommend__banner {
	  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
	padding: 40px 0px 20px;
	        margin-bottom: 70px;
	}
.item1 {
  width: 45%;
  margin-bottom: 15px;
}

.box-white--pickup p {
	margin: .875rem 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}

.media {
	margin-top: 40px;
}
.media-list p {
	text-align: center;
	margin: 10px 0;
}

.sns-banner img {
	width: 2rem;
}
.sns-banner {
	  display: flex;
  /* -webkit-justify-content: center; */
  justify-content: space-around;
  margin-bottom: 30px;
  margin-top: 15px;
  flex-wrap: wrap;
	}

.sns-banner-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #000;
 
  border-radius: 10px;
  padding: 10px;
}
.sns-banner li {
	margin: 0 .5rem;
}

.sns-banner-text {
  color: #330000;
  font-size: 13px;
  line-height: 1;
  padding-left: 5px;
}

/* ====== group ===== */
.group {
	
}
.group h2 {

}
.group ul {
	list-style-type: disc;
	font-size: 16px;
	margin-left: 1.5rem;

}
.group ul li {
	margin-bottom: .5rem;
}
.group ul li a {
    color: #572c00;	
}

html.enable-javascript .main-slider {
  visibility: hidden;
}
html.enable-javascript.window-load .main-slider {
  visibility: visible;
}

/* ====== recommend ======= */
.recommend header div {
	background: #f3efec;
	padding: 1rem;
	width:-webkit-calc(100% - 12rem);
	 width:calc(100% - 12rem);
	 border-radius: .25rem;
}
.recommend header h3 {
	background: none;
	color: #262626;
	margin: 0 0 .5rem;
	text-align: left;
	padding: 0;
	border: none;
}
.recommend header {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	margin-bottom:1rem;
}
.recommend header img {
	width: 9rem;
}

.recommend__profile {
	border: 1px solid #7b706b;
	padding: 1rem;
}

.page-inner .recommend__profile h4 {
	border: none;
	text-align: left;
	margin: 0 0 .5rem;
	padding: 0;
	font-weight: bold;
	background: none;
}
.page-inner .recommend__profile p {
	margin: 0;
}


.recommend header div p {
    font-size: .75rem;
}

.btn--orange, a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  width: 300px;
  height: 40px;
  line-height: 2.5;
	margin: 0 auto;
  margin-bottom: 5px;
}

.youtube-size{
	width:100%;
	height:250px;
}

.flex-fitem{
	display:flex;
	justify-content: space-evenly;
}

.fitem-img{
	padding:5px;
}


.width-450{

	
}


/* インソール */
.hokou-img-flex{
	display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.hokou-text{
	text-align: center;
}

.menu-a{
	display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.menu-a a{
	font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
    background: linear-gradient(#f96700, #e09a5f,#f1bb6a,#ef894e);
    color: #fff;
}

.menu-kounen-flex-1{
	text-align: center;
}

.menu-kounen-flex-img{
	margin: 10px;
    position: relative;
    padding-bottom: 20px;
}

.menu-kounen-flex-title{
	text-align: center;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding-bottom: 5px;
    margin-top: -25px;
}

.border-underline{
	background: url(https://tatikawa-treatment.com/wp/wp-content/uploads/2021/06/wave.png) bottom repeat-x;
    background-size: 15px;
    padding-bottom: 7px;
}

.golf-prices ul{
	margin-bottom: 15px;
}

.golf-prices ul li{
	padding-bottom: 15px;
}

.width-40{
	width: 40px;
    display: inline-block;
}

.golf-btn{
	text-align: center;
}

.golf-btn a{
	padding: 15px 20px;
    border-radius: 5px;
    background: linear-gradient(#e95903, #d77027,#d2ad44,#e78b70);
    color: #fff;
}

.marign{
	margin: 35px 0;
}

.menu-golf-flex{
	display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.menu-golf-flex-left{
	width: 45%;
    font-size: 14px;
    letter-spacing: 1px;
}

.menu-golf-flex-title{
	font-weight: bold;
    font-size: 1rem;
}

.menu-golf-flex-right{
	width: 45%;
    font-size: 14px;
    letter-spacing: 1px;
}





/* スタッフ紹介 */
.staff{
	letter-spacing:1.5px;
}

.display-flex-staff{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}

.staff-flex-case{
	display: flex;
	margin-bottom: 50px;
}

.staff-flex-case-left{
margin-right: 15px;
	width: 55%;
}

.staff-flex-case-left img{

}

.staff-title{
	font-size: 32px;
  margin-bottom: 15px;
	letter-spacing: 3px;
}


.staff-title-bottom{
	font-size: 20px;
  margin-top: 10px;
  margin-bottom: 50px;
  letter-spacing: 3px;
}


.staff-box{
        margin-bottom: 40px;
        position: relative;
}

.staff-box img{
	width: 250px;
  height: 250px;
}

    .border-link {
        border-bottom: 0.5px solid rgb(204, 203, 203);
        padding-bottom: 5px;
        padding-top: 15px;
    }
.staff-box-title{
	padding-top: 10px;
  padding-bottom: 10px;
}

.staff-box-name{
	font-size:20px;
	font-weight:bold;
	padding-bottom: 10px;
	letter-spacing: 3px;
}

.staff-box-name span{
	font-size:12px;
	padding-left: 15px;
}

.staff-box-link{
	margin-bottom: 25px;
  margin-top: 25px;
  text-align: center;
}

.staff-box-link a{
	  background: linear-gradient(#e95903, #d77027,#d25215,#e6b05d);
  padding: 15px 59px;
  border-radius: 20px;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	position: relative;
}

.staff-box-link a:after {
  transition: .3s ease-in-out;
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  background: url(https://tatikawa-treatment.com/wp/wp-content/uploads/2021/08/icon-ayy.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 1.4em;
	right:15px;
}

.staff-box-link a:hover:after {
  right: 7px;
}


.staff-box-shikaku{
	width: 215px;
}

.staff-box-shikaku span{
	padding: 2px 3px;
  border: 1px solid #fb7575;
  color: #fb7575;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  display: inline-block;
  letter-spacing: 0.5px;
}

.foreword-01{
	border: 5px solid #d2d2d2;
}

.foreword-01-title{
	font-size: 20px;
  font-weight: bold;
 padding: 15px 25px;
  letter-spacing: 3px;
  border-bottom: 2px solid #eae7e7;
}

.foreword-01-box{
	padding: 15px;
	display:flex;
	flex-wrap: wrap;
}

.foreword-01-box li{
	border: 1px solid #a5a0a0;
  padding: 5px 12px;
  border-radius: 15px;
  margin: 5px 5px;
  letter-spacing: 3px;
}

.staff-h1{
	border-left: 3.5px solid #ff5f00a3;
  padding: 5px 15px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 40px;
}

.staff-ul{
	margin-top: 15px;
}

.staff-ul li{
	padding-bottom: 8px;
}


.staff-ul li:before{
	content:"▶︎";
	color: #ec591094;
	padding-right: 10px;
}


.list-touin {
  background-color: #fff;
  height: 25px;
	
  padding-top: 12px;
  padding-left: 20px;
  font-weight: bold;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  margin-top: -1px;
}

.list-touin-top {
	font-size:18px;
  background-color: #fff;
  height: 25px;
  padding-top: 12px;
  padding-left: 15px;
  font-weight: bold;
}

.item .item-title {
  background: #715742;
  text-align: center;
  color: white;
  font-size: 22px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 20px 0;
}

.item .item-pic {
  text-align: center;
  margin: 20px 15px;
}

.item .item-text {
  margin: 0 15px 15px;
}

.item .item-pic img {
  max-width: 100%;
}

.item {
 
}

.list-item > li {
  margin: 10px auto;
}

.maeda-border {
  border-bottom: 1px Dotted;
  padding-bottom: 15px;
  padding-top: 15px;
}

.maeda-borderleft {
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 4px solid #dc6305;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
}

.header-telnew{
	display:none;
}

.header-telnew-1{
	display:none;
}

.header-con-btn{
	display:none;
}

.header-reserve{
	display:none;
}

.box-contact-wrap {
  background: url(https://tatikawa-labo.com/wp/wp-content/uploads/2021/09/footer-back.png) center top no-repeat;
 background-size: cover;
  padding: 1px 0;
  position: relative;
  z-index: 10;
}

.box-contact {
  border-radius: 10px;
  background: white;
  margin: 20px 20px 20px;
}

.box-contact .box-contact-left {
   margin: 0px 35px 0;
  padding-top: 10px;
}

.box-contact .box-contact-left p {
  font-weight: bold;
}

.box-contact-mail {
  margin: 20px 0 10px;
  text-align: center;
}

.box-contact .box-contact-left p:nth-child(2) {
  margin-bottom: 15px;
}

.box-contact .box-contact-right {
  margin: 10px;
  text-align: center;
}

.google-map {
  width: 100%;
  height: 200px;
}

.group {

}

.group h2 {
  margin-top: 40px;
}

.group ul {
  font-size: 16px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.group ul li {
  width:47%;
  margin: 10px auto;
	list-style: none;
}


.box-contact-mail p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  color: #572c00;
  font-weight: bold;
}



/* ブログ、記事 */
.chart{
  display: flex;
  justify-content: center;
  margin: 0px auto;
  border-bottom: dotted 1.5px #707070;
  flex-wrap: wrap;
  padding-bottom: 10px;
  padding-top: 10px;
}

.chart-left{
	margin-right: 3%;
  width: 27%;
}

.chart-left img{
	width: 80px;
}

.chart-right{
	width: 70%;
}

.chart-right span {
  font-size: 12px;
}

.list-news-item-column {
  background: #6aad60;
  color: #fff;
  font-weight: bold;
  padding: 3px 15px;
  font-size: 12px;
}

.list-news-item-title {
  font-weight: bold;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.list-news-item-text {
  color: #a3a2a2;
  font-size: 11px;
  padding-top: 5px;
}

.chart-right-text{
	font-size:11px;
}

.chart-right-title{
	font-weight:bold;
	letter-spacing: 3px;
}

.tab-menu {
  width: 88%;
  margin: 0 auto;
	padding-top: 20px;
}



.tab-menu-title {
  background: #F3F0DB;
  border-left: 10px solid #914110;
  margin: 0 0 10px 0;
  padding: 8px 0 8px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #6d4912;
  margin-bottom: 15px;
}

.tab-menu li {
  margin-bottom: 10px;
}

.tab-menu li a {
  display: block;
  position: relative;
  background-color: #fffefa;
  border: 3px solid #6d4912;
  font-weight: 600;
  padding: 10px 5px 10px 20px;
  color: #333;
  font-size: 14px;
}

.tab-menu li img {
  margin-right: 10px;
  margin-top: 2px;
  width: 23px;
}

.margin-top-60 {
  margin-top: 30px;
}

.chart-btn{
	margin-top: 35px;
  margin-left: 100px;
}

.chart-btn a{
padding: 10px 20px;
  background: linear-gradient(#C34545, #F7B36F,#F47213,#894512);
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}


.title-page-post{
 text-align: center;
  padding-top: 25px;
  font-size: 24px;
  z-index: 110;
  position: relative;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 65px;
}

.title-page-post:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -12px;
  display: inline-block;
  width: 50px;
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #666666;
}

.title-page-post .post-news {
position: absolute;
  left: 44%;
  bottom: -80%;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 12px;
}

.title-page-post .post-column {
  position: absolute;
  left: 42%;
  bottom: -85%;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 12px;
}

.title-page-post .post-media {
  position: absolute;
  left: 43%;
  bottom: -85%;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 12px;
}


.box-side-new-title{
	font-weight: bold;
  letter-spacing: 3px;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #707070;
  text-align: center;
}

.box-side-new ul{
	
}




.l-sidebar-information-new{
	margin-top: -50px;
}

.l-sidebar-information-new-1{
	
}


.box-side-new{
	margin-bottom: 60px;
}

.box-side-new-1{
}

.box-side-new ul li{
	padding-bottom: 10px;
  padding-top: 25px;
  padding-left: 15px;
  border-bottom: dotted 1.5px #707070;
}
.box-side-new-1 ul li{
	padding-bottom: 10px;
  padding-top: 25px;
  padding-left: 15px;
  border-bottom: dotted 1.5px #707070;
}

.box-side-new ul li a img{
  padding-right: 15px;
}

.box-side-new-1 ul li a img{
  padding-right: 15px;
}


.box-side-new ul li a {
color: #333;
  letter-spacing: 2px;
  font-weight: bold;
}

.box-side-new-1 ul li a {
color: #333;
  letter-spacing: 2px;
  font-weight: bold;
}

.margin-top-post{
padding-top:50px;
}

.all-posts{
	width: 100%;
	margin: 40px 15px;
}

.all-posts-title{
	  border-bottom: 4px solid #333;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  padding-left: 10px;
  letter-spacing: 2px;
}

.all-posts-title img{
	padding-right:15px;
}



.all-posts ul{
	padding-top:20px;
	padding-bottom:20px;
	height: 130px;
}



.all-posts ul li{
	padding: 5px;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 800;
}


.all-post-btn a img{
padding-top: 5px;
  padding-left: 20px;
}


.all-posts-flex{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
}

.all-post-btn {
  padding: 10px 15px;
  border: 2px solid #575785;
  width: 180px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin: 30px auto;
  font-size: 14px;
  background: linear-gradient(#e47a0d, #ec731e,#ff6a00,#e89255);
}

.all-post-btn a {
  color: #fff;
}

.title-page-post .all-posts {
position: absolute;
  left: -3.5%;
  bottom: -165%;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 12px;
}


.chart-footer{
	display: flex;
  justify-content: center;
	align-items: center;
}

 
.chart-footer ul{
	display: flex;
  justify-content: center;
 
}


.chart-footer ul li{
padding: 10px 15px;
  margin: 5px 5px;
  border: 2px solid #D3D3D3;
}

.chart-footer ul li a{
	color:#333;
	
}


.chart-footer-btn{
	padding-left: 10px;
  padding-right: 10px;
}



.chart-footer-btn a{
	color:#333;
}

.chart-footer-back{
	background: #D3D3D3;
}



.chart-footer-i{
	letter-spacing: 1px;
  margin-left: 5px;
}

.chart-footer-i span{
	font-size: 24px;
  color: #F47213;
}

.center-btn {
  text-align: center;
  margin-bottom: 30px;
}
.chart-top {
    display: flex;
  margin-top: 13px;
  border-bottom: dotted 1.5px #707070;
  padding-bottom: 7px;
  height: 70px;
}

.chart-left-top {
  padding-right: 10px;
}

.chart-left-top img {
  width: 65px;
}

.all-posts a {
  color: #fff;
}
.chart-right-top a {
  color: #333;
}
.all-posts-title a {
  color: #333;
}


.chart-right-top {
  width: 85%;
}


.chart-right-top a {
  color: #333;
}

.chart-right-text-top {
  font-size: 11px;
}

.chart-right-title-top {
  font-size: 12.5px;
  line-height: 1.4;
  font-weight: bold;
}
.nav-header-1 {
  display: none;
}


.acd-check {
  display: none;
}

.acd-label {
  font-size: 14px;
  color: #000000;
  display: block;
  padding: 15px 15px 5px;
  background: #fff url(../img/plus-sp.png) 93% center no-repeat;
  background-size: 10px 10px;
  text-align: left;
  font-weight: bold;
}

.acd-check:checked + .acd-label + .acd-content {
  height: 215px;
  opacity: 1;
  display: block;
  visibility: visible;
}

.acd-content {
  height: 0;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
}

.acd-content li {
  background: #fff;
  border-bottom: 1px solid #d2cec9;
	text-align: left;
   padding-left: 10px;
}

.acd-content li a {
  color: #64564e;
  padding: 10px 15px;
  font-size: 14px;
  display: block;
}

.btn-case {
  margin: 22px 0px 25px;
  text-align: center;
  padding: 0px 20px;
}

.btn-case a{
	padding: 10px 20px;
  background: #F3F0DB;
  color: #e84830;
  border: 1px solid #e84830;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  display: block;
}

.btn-case a:hover{
	opacity:0.4;
}

.mushikaku {
  width: 85%;
  margin: 2rem auto;
  border: 2px solid #D8D5CB;
  padding: 1rem;
  overflow: hidden;
}

.mushikaku img {
  width: 5rem;
  float: left;
  margin: 0 1rem 1rem 0;
}

.mushikaku h3 {
  color: #45403c;
  margin-bottom: .75rem;
}

.right {
  text-align: right;
}

.mushikaku p{
	line-height:1.5;
}


.main-reason-1 {
  background: url(https://tatikawa-labo.com/wp/wp-content/uploads/2021/09/bg-main-reason.png) center top no-repeat;
  background-size: cover;
  /* height: 1178px; */
  padding: 1px 0;
  position: relative;
  z-index: 10;
  margin: 20px 0px 70px;
}

.main-reason-1 .box-white2 {
  margin: 20px 5px;
  padding: 15px 8px 10px;
  border: 1px solid #eee;
  background: white;
  border-radius: 10px;
}

.pickup p {
  margin: .875rem 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

.box-white2 p {
  
	
}

.btn-media{
	width: 240px;
  margin: 10px auto;
  display: block;
  border-radius: 4px;
  border: none;
	margin-top: 50px;
}


.btn-media a {
  background: linear-gradient(#80411b, #a9724c,#774843,#6b2b06);
  color: white;
  text-align: center;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 240px;
  border: none;
  border-radius: 5px;
  position: relative;
  font-weight: bold;
}

.title-main-1 {
  font-size: 12px;
  width: 207px;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 1.4em;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin: 10px auto 30px;
}

.title-main-1 .en {
  font-size: 40px;
  display: block;
  padding-bottom: 2px;
  font-weight: bold;
  line-height: 1;
}

.media-box p {
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  height: 30px;
}





.header-tel-inner-sp {
  background: #fff;
  position: relative;
  padding: 5px;
}

.header-tel-inner-sp ul {
  background: #eee;
  padding: 10px 5px;
}

/* 
.tel-reservation{
	background: transparent;
  border: 1px solid #fff;
  display: block;
  position: relative;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}

.tel-reservation:before {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  background: #fff;
  transform: rotate(
45deg);
  position: absolute;
  top: 11px;
  right: 26px;
}

.tel-reservation:after {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  background: #fff;
  transform: rotate(
-45deg);
  position: absolute;
  top: 11px;
  right: 26px;
} */

.btn-close{
display: block;
  position: unset;
  margin: 30px auto;
}

.tel-inner-span{
	font-size: 16px;
 color: #48B5B5;
  font-weight: bold;
}

.tel-inner-span-2{
	font-size: 16px;
 color: #ED700A;
  font-weight: bold;
}

.tel-inner-span-3{
	font-size: 16px;
 color: #CC1D32;
  font-weight: bold;
}

.main-reason-1 .box-white2 h2 {
  
}



.charge-border{
  font-size: 22px;
  text-align: center;
  border-bottom: 2px solid #f95506;
  padding-bottom: 7px;
  letter-spacing: 2px;
  font-weight: bold;
}

.charge-btn{
	text-align:center;
	margin-top: 20px;
	margin-bottom: 40px;
}



.charge-btn a{
  background: linear-gradient(#e95903, #d77027,#d25215,#e6b05d);
  color: white;
  text-align: center;
  display: block;
  line-height: 40px;
  height: 40px;
  border: none;
  display: inline-block;
  padding: 3px 20px;
  border-radius: 5px;
	text-decoration: none;
}

.charge-h{
font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: inline-block;
	color: #eb8023;
	}

.display-AI{
	text-align:center;
}

.display-AI img{
	width:235px;
	margin-bottom: 10px;
}
.page-header-sporst {
  background: url(https://tatikawa-treatment.com/wp/wp-content/uploads/2021/12/header-sporst.png) center top no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  position: relative;
}

.page-inner-sporst h2 {
  background: linear-gradient(to right, #000000, #504848);
  color: #fff;
  font-size: 22px;
  padding: 10px 20px;
  text-align: center;
}

.page-inner-sporst p {
  line-height: 1.7em;
  letter-spacing: 1.8px;
  font-size: 15px;
  padding: 0 10px;
  color: #333;
}

.contact-section-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333;
  margin-bottom: 20px;
  position: relative;
}

.contact-section-title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 50px;
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #333;
}

.table-box table {
  margin: 0 auto;
}

.table-box table tr .th {
  background-color: #EDEDED;
  border: 1px solid #000000;
  padding: 5px;
  padding-left: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  vertical-align: middle;
}

.table-box table tr .td {
  border: 1px solid #000000;
	padding: 5px 0;
}

.table-box table tr{
	display: flex;
  flex-direction: column;
	padding:0 10px;
}

.example{
	font-size: 12px;
  display: block;
  padding-left: 10px;
  padding-bottom: 5px;
}

.table-box table tr .td input {
  height: 20px;
  padding: 10px 15px;
  vertical-align: middle;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  margin: 5px 10px;
}

.btn-submit-2 {
  padding: 15px 80px;
  border: none;
  font-weight: bold;
  background: linear-gradient(to right, #000000, #b19e9e);
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.input-textarea-1 {
  padding: 10px 6px;
  margin: 5px 10px;
  line-height: 1.5;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
	height: 100px;
}

.grid-list {
  margin-bottom: 40px;
}

.grid-list__item {
  width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 33px 37px 8px;
  margin: 35px auto;
  border: 1px solid #DCE5EB;
  background: #fff;
}

.grid-list__title {
  font-weight: bold;
  margin-bottom: 26px;
  text-align: center;
}

.grid-list__title a {
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 30px;
  color: #305abb;
  font-size: 18px;
}

.grid-list__title a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(https://tatikawa-treatment.com/wp/wp-content/uploads/2021/06/arrow_right_blue.png);
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}


.nayami{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
}


.nayami li{
padding: 15px;
  border-radius: 10px;
  max-width: 260px;
  box-sizing: border-box;
  background-color: #fff;
  font-weight: 500;
  border: 2px solid #aea6a6;
  color: #434242;
  text-align: center;
  background: #e6e2e2;
  margin: 15px 10px;
  width: 100%;
}


.insole-box{
padding: 10px 12px 0px;
  border: 4px solid #dedede;
  margin: 0 auto;
}

.insole-box ul{
display: flex;
  flex-wrap: wrap;
 justify-content: flex-start;
}

.insole-box ul li{
	  padding-right: 30px;
  padding-bottom: 13px;
  font-size: 14.5px;
}

.insole-box ul li i{
	  padding-right: 5px;
}


.case-title-page{
	background-color: #E4D9C2;
  text-align: center;
  margin-bottom: 5px;
  padding: 4px 0 2px 0;
}

.insole-flex{
	display: flex;
  flex-wrap: wrap;
 justify-content: space-evenly;
}

.insole-inner{
  padding: 15px;
  border: 0.5px solid #d6d4d4;
  margin-bottom: 25px;
	width: 350px;
}


.insole-inner-p{
	font-size:14px;
	letter-spacing: 0px;
}

.topix{
	position:relative;
}

.topix-title{
  position: absolute;
  background: #f31515;
  text-align: center;
  padding: 2px 10px;
  font-size: 13px;
  color: #fff;
  border: 3px solid #fff;
  font-weight: bold;
  z-index: 100;
  top: 70px;
	left: 15px;
  border-radius: 10px;
}

.btn-inner{
	text-align:center;
	padding:10px;
}

.btn-inner a{
	color: #fff;
  background: #767373;
  padding: 10px 15px;
	font-size: 14px;
  border-radius: 5px;
}


.set-box{
	font-size: 20px;
  border: 3px solid #d8701f;
  border-radius: 5px;
  padding: 10px 13px;
  text-align: center;
  font-weight: bold;
  width: 85%;
  margin: 20px auto;
}

.sp-top-main-box{
	
}

.sp-top-main {
  padding: 0px 5px 25px;
}

.item-btn-left {
  bottom: 43px;
  right: 12px;
}

.sp-top-main-box-title{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #df5718ab;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
  margin-bottom: 10px;
}

.gensoku-box-title {
  background: linear-gradient(#e47a0d, #ec731e,#e89255);
  color: #fff;
  font-weight: bold;
  position: relative;
  text-align: center;
  font-size: 16px;
  padding: 7px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.sp-top-main-box-title-p::before {
  content: '';
  display: block;
  width: 1px;
  background-color: #f6575d;
  position: absolute;
  margin: auto;
  transform-origin: center bottom;
  transition: transform 1s cubic-bezier(0.140, 0.700, 0.000, 1.490);
  height: 25px;
  left: 30px;
  top: 0px;
  transform: rotate(315deg);
}


.sp-top-main-box-title-p::after {
  content: '';
  display: block;
  width: 1px;
  background-color: #f6575d;
  position: absolute;
  margin: auto;
  transform-origin: center bottom;
  transition: transform 1s cubic-bezier(0.140, 0.700, 0.000, 1.490);
  height: 25px;
  right: 30px;
  top: 0px;
  transform: rotate(45deg);
}

.sp-top-main-box-title-p {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 20px;
  position: relative;
}


.sp-top-main-box-title-p span {
    color: #f6575d;
  font-size: 16px;
}


/* /当院について */
.navi-case-inner{

  padding: 5px 0px;
	
}

.navi-case-title{
  margin-bottom: 10px;
 background: #e9e8e8;
  padding: 4px 12px;
}
	

.navi-case-title a{
font-weight: bold;
  text-decoration: none;
  color: #ff861d;
	font-size: 16px;
  white-space: nowrap;
}

.navi-case-list{
  padding-left: 15px;
}

.navi-case-list ul{
  margin: -7px 0 0 -28px;
	display: flex;
  flex-wrap: wrap;
}

.navi-case-list ul li{
	margin: 10px 0 2px 30px;
}

.navi-case-list ul li a{
	letter-spacing: -1px;
  font-size: 13px;
  text-decoration: revert;
  color: #060606;
}

.navi-case-list ul li a i{
	padding-right: 5px;
}
.touin-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.flex-toin{
	  width: 47.5%;
  margin-bottom: 20px;
}


.flex-toin-title{
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  background: #000000e6;
  color: #fff;
  letter-spacing: 0px;
  padding: 6px 4px 4px;
}

.flex-toin-img{
text-align:center;
}

.flex-toin-p{
font-size: 13px;
  margin-top: 3px;
}


.store-box{
  padding: 20px 10px 25px;
  background: #eaeaea6b;
	margin-bottom: 25px;
}

.store-box-left{

}

.store-box-title{
  color: #b40000;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
}

.store-box-img{
	
	
}

.store-menu{
	display: inline-block;
  background-color: #edece2;
 padding: 5px 8px;
  font-size: 14px;
  margin-bottom: 15px;
}

.store-menu a{
 color: #b40000;
}


.store-box-right{
	  margin-top: 20px;
}

.store-text{
	  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 1.8;
  color: #5e5c5c;
  font-size: 13px;
}

.store-btn{
	  text-align: center;
   background: #ffe5e5;
	margin-top:20px;
		  padding: 5px;
}

.store-btn a{
 color: #b40000;
	display:block;
}

.access_inner {
  color: #808080;
}

.list-access li{
	  margin-bottom: 25px;
}

.access_inner_index {
  font-size: 18px;
  margin-bottom: 2%;
}


.access_inner_address1 {
  font-size: 13px;
  margin-bottom: 1%;
}

.access_inner_address2 {
  margin-bottom: 2%;
}

.access-number {
  width: 30px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  background: #e94727ad;
  border-radius: 10px;
  line-height: 20px !important;
  /* padding: 0px; */
  font-size: 12px;
  margin-right: 3px;
}
.reserve-box{
	border: 1px solid #cccccc;
  padding-top: 20px;
  background: #33333312;
  margin-bottom: 20px;
  padding: 0px 10px;
  padding-top: 20px;
  line-height: 1.6;
  letter-spacing: 0px;
}



.reserve-box-title{
	  text-align: center;
  font-size: 20px;
  font-weight: bold;
    color: #fff;
 margin-bottom: 20px;
  background: #f47431a8;
	padding: 10px 15px;
}


.flow {
  margin: 2rem auto;
}


.flow li {
width: 100%;
	background: #fff;
  border: rgba(83,55,12,.2) solid 2px;
  line-height: 1.4;
  font-size: .875rem;
	  margin-bottom: 30px;
 padding: 10px 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  border-radius: 0.25rem;
  position: relative;
}

.flow li:first-child::after, .flow li:nth-child(2)::after {
 content: '▼';
  font-family: 'entypo',sans-serif;
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 50%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #333;
  
}

.contact-border {
  font-weight: bold;
  padding: 5px;
  background: linear-gradient(transparent 65%, #ffc6ce 0%);
}

.box-green {
  border: 1px solid #66b21a;
  border-radius: 8px;
  margin: 40px auto;
  padding: 20px;
  clear: both;
}

.box-green .box-green-title {
  color: #66b21a;
  font-size: 16px;
  margin-bottom: 1em;
  border-bottom: 2px solid #66b21a;
  padding-bottom: 10px;
  font-weight: bold;
}

.list-new li i {
  padding-right: 5px;
  font-size: 3px;
}

.process-box {
  background-color: #eeeeee87;
  padding: 12px 15px 30px;
  margin-top: 25px;
}

.process-case-title {
  margin-bottom: 10px;
  /* background: #e5e3e0; */
  padding: 4px 12px;
  color: #333;
  text-align: center;
  border-bottom: 2px solid #8c8989;
  font-weight: bold;
  font-size: 18px;
}

.process-box ul li {
  border-bottom: 2px solid #eee;
  padding: 15px 15px 5px;
  font-weight: bold;
}

.process-box ul li span {
  padding-right: 10px;
}

.gensoku-box {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #dee2e6!important;
  padding: 1rem;
  background: #e2e2e24f;
}

.gensoku-box-inner {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #dee2e6!important;
  padding: 1rem;
  background: #ffffff;
}

.sub-title-red {
  background: #CC3241;
  display: inline-block;
  width: 100px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
}


table.attmgr_weekly_all td.portrait img{

	margin:0 auto;
}

table.attmgr_guide_weekly td.current {
  background-color: #ffbfbf;
}

table.attmgr_guide_weekly td a {
  font-weight: bold;
	color:#333;
}
.post-info .name{
		  font-size: 12px;
  letter-spacing: 2px;
  padding-top: 3px;
}

.post-info .attendance{
	font-size:10px;
}

table.attmgr_guide_weekly .dow {
	  line-height: 1.5;
  margin-left: 0px;
}

table.attmgr_monthly_schedule td .info div{
		font-size:11px;
	text-align: center;
}


ul.staff_block{
	display: flex;
  flex-wrap: wrap;
justify-content: center;
}



ul.staff_block li {
	height:130px;
	float: none;
	width:80px;
}

table.attmgr_weekly_all td.not_working {
  background-color: #f1d6d6;
}


.table-case {
  width: 100%;
  margin: 0 auto;
}

.table-case table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}


.table-case th {
	padding:10px;
}



.table-case td {
  text-align: left;
  vertical-align: middle;
	padding: 8px;
  padding-left: 10px;
	line-height: 1.8;
  border: 1px solid #333;
}

.first-price-title {
  background: #138c8f;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 0 3px 3px 0;
  padding: 1px 6px;
}

.btn-close {
  display: block;
  text-align: center;
  background: #fff;
  padding: 5px 10px;
	  width: 85%;
  margin: 0 auto;
}



.group ul {
 margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
}

.group ul li {
width: 46.5%;
  margin: 15px auto;
  position: relative;
}

.group ul li a {
  color: #572c00;
}

.group ul li a .group-list-logo {
  position: absolute;
  top: -10px;
  left: 0px;
  padding: 2px;
  background: #fff;
  width: 105px;
  border: 1.5px solid #c2b7b7;
}

.group-list-title {
  font-weight: bold;
  font-size: 11.5px;
  padding-top: 5px;
}

.group-list-text {
  font-size: 8.5px;
}

.XO-11 {
  width: 150px;
  height: 200px;
}

.voice-img-pic {
  width: 250px;
  height: 188px;
  margin: 0 auto;
}

.voice-text-new {
  margin-top: 10px;
}

.box-orange-title {
   position: relative;
  padding: 10px 20px;
  border: 3px solid #644d3a;
  border-radius: 10px;
  background: #f9f9f9;
  font-weight: bold;
  color: #644d3a;
  margin-bottom: 20px;
	margin-top: 20px;
}

.box-orange-title:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #644d3a transparent transparent transparent;
}

.box-orange-title:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}


.display-one {
  display: flex;
  flex-wrap: wrap;
}

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

.width-40-percent {
  width: 40%;
}

.width-recommend {
  margin-left: 15px;
  width: 55%;
}
.width-recommend-title {
  border-radius: 5px;
  font-weight: bold;
}

.recommend-title-span {
  background: linear-gradient(180deg,#d83326,#ecd0d0 100px);
  padding: 5px 15px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  margin-right: 25px;
  font-size: 1rem;
}

.price {
  color: #db340f;
  font-size: 24px;
  font-weight: 700;
  margin-left: 12px;
  display: inline-block;
  position: relative;
}

.bottombtn {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 5px 0px;
  background: #fff;
}


.bottombtn .tel {
  width: 30%;
  background-color: #3f5dbc;
  border-radius: 4px;
  text-shadow: 0px 2px 0px #1b2850;
  box-shadow: 0px 2px 0px 0px #293d7c;
  color: #fff;
  font-size: 14.5px;
  font-weight: bold;
  padding: 16px 0px 11px;
  text-align: center;
	position: relative;
}
.bottombtn .tel a {
  color: #fff;
}

.bottombtn .tel::before {
 content: "当日予約可";
  position: absolute;
  top: -10px;
  background: #cdc3fc;
  padding: 2px 1px;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  text-align: center;
 color: #4a1ebb;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -0.8px;
  text-shadow: none;
}



.bottombtn .web {
  width: 40%;
  background-color: #fc9d10;
  border-radius: 4px;
  text-shadow: 0px 2px 0px #f48814;
  box-shadow: 0px 2px 0px 0px #f35800;
  padding-top: 5px;
  color: #fff;
  font-size: 14.5px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.bottombtn .web a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
}

.web::before {
  content: "24時間受付中";
  position: absolute;
  top: -10px;
  background: #b90041;
  padding: 2px 1px;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
	letter-spacing: -0.8px;
  text-shadow: none;
}


.bottombtn .line {
  width: 30%;
  background-color: #00B900;
  border-radius: 4px;
  text-shadow: 0px 2px 0px #2a813b;
  box-shadow: 0 0.4vw 0 0 #2a813b;
  padding-top: 5px;
  color: #fff;
  font-size: 14.5px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.bottombtn .line a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
}

.line::before {
 content: "予約受付中";
  position: absolute;
  top: -10px;
  background: #f1ff34;
  padding: 2px 1px;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  text-align: center;
  border: 1.5px solid #fff;
 color: #146914;
  font-weight: bold;
  font-size: 11px;
	letter-spacing: -0.8px;
  text-shadow: none;
}



.media-title {
  padding: 3.5px 0px;
  background: #1c1a1a;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: center;
}

.media-text {
  text-align: left;
  margin: 7px 0px 10px;
  line-height: 1.6;
  font-size: 12px;
	color:#333;
}

.swiper-slide {
  width: 31%;
}

.swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.section-concept {
  background: #f5f3f2;
  padding: 25px 20px;
}



.section-concept-left {
  text-align: center;
  background: #fff;
  padding: 20px 15px;
  position: relative;
  margin-bottom: 30px;
}

.section-concept-right {
  text-align: center;
  background: #fff;
  padding: 20px 15px;
  position: relative;
}

.section-concept-subtitle {
  font-weight: bold;
  padding-bottom: 12px;
  font-size: 14.5px;
}

.color-g {
  color: #85a800;
}

.section-concept-left :before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 3px;
  top: 0;
  background: #E25D64;
}

.section-concept-title {
  font-size: 20px;
  font-weight: bold;
}

.section-concept-title span {
  font-size: 20px;
}

.section-concept-text {
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
  padding-top: 20px;
  height: auto;
}


.color-r {
  color: #E25D64;
}

.section-concept-right :before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 3px;
  top: 0;
 background: #85a800;
}

.group p {
  font-size: 13px;
  text-align: center;
}

.bottombtn .line-bana {
  width: 100%;
  background-color: #00B900;
  border-radius: 4px;
  text-shadow: 0px 2px 0px #2a813b;
  box-shadow: 0 0.4vw 0 0 #2a813b;
  padding-top: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.line-bana::before {
  position: absolute;
  top: -15px;
  left: 0%;
  content: url(https://tatikawa-treatment.com/wp/wp-content/uploads/2023/10/bottom-sp-header-02.png);
  display: inline-block;
  width: 100%;
}

.bottombtn .line-bana a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 0px 15px;
}

.bottombtn .line-bana img {
  width: 33px;
  padding-right: 8px;
}



.strength-box {
  margin-top: 25px;
  padding: 10px;
}

.strength-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.strength-box ul li {
  margin-bottom: 55px;
  background: url(https://medical-kokubunji.com/wp-content/uploads/2023/04/corner1@2x.png) no-repeat left top;
  background-size: 100px 100px;
  padding: 15px 0 25px 15px;
}

.strength-title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}

.strength-text {
  font-size: 12.5px;
  padding-bottom: 5px;
}


.readTxt {
  letter-spacing: 1px;
  line-height: 1.8;
  padding-top: 5px;
  display: block;
  font-size: 11.5px;
}
.font-size-14 {
  font-size: 14px;
}
.margin-10{
	margin:10px 0;
}

.padding-10{
	padding:10px 0px;
}

.width-45-sp {
  width: 45%;
}


.margin-50{
	margin:40px 0;
}

.size{
	font-size:11px;	
  padding-right: 5px;
}

.recommend-list__img-1{
	text-align:center;
}

.recommend-list__text-1{
	text-align:center;

}

.madical-massage-box {
  background: #efefef;
  padding: 10px 15px;
  margin-bottom: 30px;
}

.medical-massage-title {
  color: #d25215;
  font-size: 20px;
  font-weight: bold;
}

.medical-massage-title-border {
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 2px solid rgb(173, 169, 169);
}

ol.cp_clist {
	counter-reset:cp_clist; /*数字をリセット*/
	list-style-type: none;
	padding:0.5em;
}
ol.cp_clist li {
	position: relative;
	padding-left: 30px;
	padding: 0.5em 0.5em 0.5em 40px;
}
ol.cp_clist li::before {
	position: absolute;
	display:inline-block;
	top: 50%;
	left: 0;
	/* カウントさせる */
	counter-increment: cp_clist;
	content: counter(cp_clist);
	/*装飾*/
	padding: 0 0.2em 0 0.2em;
	background: #F4511E;
	color: #fff;
	font-weight:bold;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align:center;
	transform: translateY(-50%);
}

.owl-item img{
	height: 570px;
    object-fit: cover;
}

.width-45 {
 width: 48.5%;
}

.list-access img{
	display:block;
	width: 100%;
}

.display-flex-space-evenly {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

    .beginner-note {
        position: relative;
        top: 0px;
        background: #f9f6e6;
        padding: 20px 30px;
    }

    .beginner-note::before {
        position: absolute;
        top: -10px;
        left: -8px;
        content: '';
        display: block;
        width: 35px;
        height: 35px;
        background: url(https://tatikawa-treatment.com/wp/wp-content/uploads/2023/01/icon-top.png) 0 0 no-repeat;
        background-size: contain;
    }



.t-form {
        text-align: center;
        font-weight: bold;
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

    .p-form-box {
        margin: 25px 8px 15px;
        background-color: #fff4f4;
        border: 1px solid #e13f62;
        position: relative;
        padding: 40px 10px 15px;
        line-height: 1.6;
        border-radius: 5px;
    }

    .p-form-box::before {
        content: "！";
        display: block;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.8;
        text-align: center;
        color: rgb(255, 255, 255);
        position: absolute;
        top: -13px;
        left: 50%;
        transform: translate(-50%);
        width: 20px;
        height: 20px;
        border-radius: 50%;
        padding: 3px;
        background: rgb(225, 63, 98);
    }


div.vid_contents {
    width: 100%; /* 初期状態では背景色を横幅いっぱいに広げる */
    text-align: center;
    margin: auto;
    padding: 30px 0% 20px 0%;
    background: #f9f9f9; /* 余白の背景色 */
    transition: width 0.5s ease, top 0.5s ease; /* アニメーションの追加 */
}
video.vid_main {
    width: 100%;
           height: 100%;
    -webkit-tap-highlight-color: transparent; /* タップ時のハイライトを無効化 */
}

.vid_title{
	        font-weight: bold;
        color: #e37106;
        font-size: 26px;
        padding: 15px 50px;
}

.menu-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
	margin-bottom: 30px;
    }

    .menu-list li {
        height: auto;
        width: 31%;
        margin-bottom: 3px;
        padding-bottom: 5px;
        text-align: center;
        background: #fff;
        margin-right: 3px;
        border: 1px solid #ccc;
    }


    .menu-list li a {
        color: #333;
    }

    .menu-list-img img {
        width: 100%;
        height: 65px;
        background-image: cover;
        object-fit: cover;
    }

    .menu-list-title {
        font-size: 11.5px;
        color: #333;
        padding: 8px 3px;
        line-height: 1.2;
        letter-spacing: 0px;
        font-weight: bold;
    }

    .menu-sub-title {
        font-size: 12px;
    }

    .menu-sub-title span {
        font-size: 16px;
        font-weight: bold;
        color: #E25D64;
    }
.visp{
	width:100%;
	height:300px;
}

.grid-list__title-1 a {
        text-decoration: none;
        display: block;
        position: relative;
        padding-right: 30px;
	color: #1a0dab;
    }


.grid-list__title-1 a:after {
        content: "";
        position: absolute;
        top: 20px;
        right: 0;
        background: url(https://tatikawa-treatment.com/wp/wp-content/uploads/2025/01/提携-04.png);
        width: 26px;
        height: 26px;
        background-size: 26px 26px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }


.profile-img-flex {
  
}

.profile-img{
	         position: relative;
        width: 100%;
        /* height: 336px; */
        /* margin-right: 40px; */
        border: solid 1px #e3e2e2;
        border-radius: 6px;
        overflow: hidden;
        flex-shrink: 0;
}

.profile-txt-wrap{
	width:100%;
}

.profile-post{
	    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
	    font-family: "Hannari", serif;
    letter-spacing: 0.04em;
}


.profile-name{
	    margin-top: 4px;
            font-family: "Hannari", serif;
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.25em;
}

.profile-name-eng{
	    margin-top: 4px;
            font-family: "Hannari", serif;
      font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #c5c5c5;
    letter-spacing: 0.2em;
}


.profile-txt{
	margin-top: 24px;
}


.doctor-detail-profile-txt p {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.04em;
}

    .flow__items {
        display: block;
        margin-top: 47px;
    }

    .flow-item {
        border: none;
        border-bottom: 1px solid #F2F4F7;
        padding-bottom: 11px;
        width: 100%;
    }

    .flow-item__head {
        display: flex;
        margin-bottom: 20px;
    }

    .flow-item__head-num {
        align-items: center;
        background-color: #ffa622;
        color: #fff;
        display: flex;
        flex-direction: column;
        font-size: 1.2rem;
        height: 60px;
        justify-content: center;
        margin-right: 10px;
        width: 60px;
    }

    .flow-item__head-num span {
        font-size: 0.8rem;
        margin-bottom: 2px;
    }

    .flow-item__content {
        flex: 1;
        padding: 0 10px 20px 0;
    }

    .flow-item__title {
        font-size: 1.2rem;
		font-weight:bold;
        line-height: 1.4117647059;
    }

    .flow-item__text {
        font-size: 1rem;
        line-height: 1.4615384615;
        margin-top: -3px;
    }

    .flow-item:not(:last-child)::after {
        border-color: #dedede transparent transparent transparent;
        border-width: 10px 12px 0 12px;
        bottom: -32px;
        left: 50%;
        right: auto;
        top: auto;
		content: "";
    height: 0;
    position: absolute;
		    width: 0;
        transform: translateX(-50%);
    }
    .flow-item__img {
        margin-right: 11px;
        width: 35.9050445104%;
    }

    .flow-item__num {
        display: none;
    }

    .flow-item__box {
        display: flex;
    }
    .s-none {
        display: none;
    }

    .first-price {
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 9px;
        padding: 15px 5px 15px;
    }



    .display-flex-frist {
        margin-bottom: 40px;
        text-align: center;
    }

    .display-flex-frist>div {
        margin-bottom: 15px;
    }
.margin{
	margin:18px 0;
}




/* 美容鍼 */
.price-box ul{        
}

.price-box li{
        padding: 0px 15px;
        margin: 5px;
        margin-top: 20px;
}

.price-box .gold-b{
	border:5px solid #B0A014;
}

.price-box .bule-b{
	border:5px solid #0497BF;
}


.price-box .orange-b{
	border:5px solid #FF6407;
}



.price-box .price-en{
        text-align: center;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 15px;
}

.price-box .gold{
	 color: #B0A014;
}


.price-box .bule{
	 color: #0497BF;
}

.price-box .orange{
	 color: #FF6407;
}


.price-case {
	text-align:center;
	        margin-bottom: 15px;
}

.price-case span{
    display: inline-block;
	        padding: 0px 10px;
}

.price-tabe{
	  text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
	        margin-bottom: 1rem;
}

.price-time{
}


.price-img{
	margin-top:15px;
	margin-bottom:15px;
}

.price-time span{
    display: block;
    font-size: 12px;
	}


.menu-title{
		text-align:center;
	
}
.title-sub{
        font-size: 1.5rem;
}

.section-menu{
	padding:5rem 0;
}

.menu-inner{
	        margin-top: 20px;
	margin-bottom:2rem;
}

.menu-inner ul{
           display: flex;
              justify-content: space-around;
        flex-wrap: wrap;
}

.menu-inner li{
text-align: center;
        width: 45%;
        padding: 0px 5px;
        margin-bottom: 1.5rem;
}




.menu-box-text{
	font-weight:bold;
}

.sym-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.sym-table th,
.sym-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
}

.sym-table thead th {
  background-color: #ccc;
  color: #000;
  border-right: 1px solid #fff; 
}

.sym-table thead th:last-child {
  border-right: none;
}


.after-sym-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0px 20px 0px;
}

.after-sym-table th,
.after-sym-table td {
  border: 1px solid #a39870;
  padding: 16px;
  text-align: center;
  font-size: 1rem;
}

.after-sym-table th {
  background-color: #a39870;
  color: white;
  font-weight: bold;
}

.after-sym-table thead th {
  background-color: #a39870;
  color: #fff;
  border-right: 1px solid #fff;
}

.after-sym-table thead th:last-child {
  border-right: none;
}



.search-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 10px;
}

.search-form input[type="text"] {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
}

.search-form input[type="submit"] {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #0089cf;
  color: #fff;
  border: none;
  cursor: pointer;
}

.search-form input[type="submit"]:hover {
  background-color: #0072b1;
}

.popular-searches {
  margin-bottom: 30px;
  font-size: 14px;
}

.popular-searches ul {
  display: flex;
  flex-wrap: wrap;
          gap: 25px 5px;
  padding-left: 0;
  list-style: none;
}

.popular-searches li a {
          padding: 10px 25px;
        background-color: #f0f0f0;
        color: #333;
        font-size: 16px;
        border-radius: 20px;
        text-decoration: none;
        transition: background-color 0.2s ease;
}

.list-main-blog-title{
	font-weight:bold;
}

.popular-searches li a:hover {
  background-color: #ddd;
}

.no-results {
  margin: 30px 0;
  font-size: 16px;
  color: #666;
}


.pagenavi {
  margin: 40px auto;
  text-align: center;
  font-size: 16px;
}

.pagenavi a,
.pagenavi span {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 14px;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #333;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.pagenavi a:hover {
  background-color: #0089cf;
  color: #fff;
  border-color: #0089cf;
}

.pagenavi span.current {
  background-color: #0089cf;
  color: #fff;
  font-weight: bold;
  border-color: #0089cf;
}

.page-numbers{
	    display: flex;
    justify-content: center;
}

    th, td {
        border: 1px solid #ddd;
        padding: 12px;
        text-align: left;
    }

.fv {
  position: relative;
  height: min(65vh, 820px);   /* 画面高さに合わせる */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: left;
  background-image:
	  linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.3)), /* 読みやすくするオーバーレイ */
    url("https://tatikawa-labo.com/wp/wp-content/uploads/2025/09/fv-01.png"); /* ← SP用の画像に差し替え */
  background-size: cover;
  background-position: center;
}


.fv__inner {
  width: 100%;
  max-width: 1120px;
  padding: clamp(24px, 5vw, 80px) clamp(16px, 3.2vw, 56px);
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

/* キャッチコピー（小見出し） */
.fv__kicker {
  font-weight: 700;
  font-size: clamp(13px, 1.6vw, 20px);
  line-height: 1.7;
  letter-spacing: .02em;
  margin: 0 0 .8em;
}

/* 半透明パネル背景付き（任意で外してOK） */
.fv__panel {
  display: inline-block;
  background: rgba(0,0,0,.30);
  padding: .35em .6em;
  border-radius: .6rem;
}

/* メインキャッチ */
.fv__headline {
  margin: 0 0 .3em;
  font-weight: 800;
  line-height: 1.22;
  font-size: clamp(26px, 4.2vw, 56px);
}
.fv__headline span {
  display: block;
	        font-size: 1.8rem;
}

/* リード文 */
.fv__lead {
  margin: .8em 0 0;
  font-size: clamp(15px, 1.9vw, 22px);
  line-height: 1.75;
  max-width: 46em;
  letter-spacing: .02em;
}

    .staff-box-license {
        display: inline-block;
        margin-bottom: 10px;
    }

    .media-border {
        border: 1px solid rgb(186, 186, 186);
        padding: 20px 0px;
    }

    .media-border img {
        width: 170px;
        height: 225px;
        object-fit: cover;
    }

    .affiliation {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .affiliation li {
        width: 48.5%;
        border: 2px solid rgb(238, 238, 238);
        margin-bottom: 25px;
    }

    .affiliation li div {
        background: rgb(252, 250, 250);
        padding-top: 3px;
        color: rgb(51, 51, 51);
        font-size: 12px;
    }