@charset "UTF-8";

/* ベースとカラー等
/*--------------------------------- */
body{
	background-color: #fefefe;
	font-size: 18px;
	line-height: 1.48;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width:767px){
body{font-size: 16px;}
}
header{
	background-color: #fefefe;
	padding-top: 2px;
	color: #333;
}
footer{
	padding-top: 15px;
	display: block;
}
#footer{
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFF;
	font-size: 14px;
}
nav{
}

.blue{}
.blue #footer{background: linear-gradient(-135deg, #225E99, #0D3D7D);}
.blue nav{background: linear-gradient(-135deg, #225E99, #0D3D7D);}
.blue .telicon a{	background-color: #369;}
.blue .midasi{ color:#114FA2; border-bottom-color: #369;}

.orange{}
.orange #footer{background-color: #FF8306;}
.orange nav{background-color: #FF8306;}
.orange .telicon a{	background-color: #FF8306;}
.orange .midasi{ color:#FF8306; border-bottom-color:#FF8306;}

.green{}
.green #footer{background-color: #393;}
.green nav{background-color: #393;}
.green .telicon a{background-color: #393;}
.green .midasi{ color:#393; border-bottom-color:#393;}

.brown{}
.brown #footer{	background-color: #7D4A31;}
.brown nav{background-color: #7D4A31;}
.brown .telicon a{background-color: #7D4A31;}
.brown .midasi{ color:#393; border-bottom-color:#602D1D;}

h1,h2{font-size: 26px;font-weight: bold;margin-bottom: 15px;}
h3,h4,h5{font-size: 21px;font-weight: bold;margin-bottom: 10px;}

section{
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
	
}
/* 見出し */
.title{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
	color: #333 !important;
}
.title2{text-align: center;}
.small{
	display: inline-block;
	color: #818181;
	font-size: 14px;
	line-height: 1.2;
	padding-left: 5px;
}
/* カード */
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	height: 100%;
}
.card h3{
	font-size: 21px;
}
@media screen and (max-width:767px){
.card h3{font-size: 18px;}}

@media screen and (max-width:767px){h1,h2{font-size: 21px;}}
/* ヘッダー
/*--------------------------------- */
h1#logo{
	width:350px;
	font-size: 24px;
	padding-top: 0px;
	float: left;
	color: #369;
	line-height: 1.1;
	margin-bottom: 16px;
}
@media screen and (max-width:767px){
h1#logo{
	font-size: 20px;
	margin-bottom: 10px;
	width:280px;
}}
#logo img{max-height:45px; max-width:100%;}
@media screen and (max-width:767px){#logo img{max-height:30px; max-width:100%;}}
h1#logo a, h1#logo a:hover{color: #369;}
h1 span{
	font-size: 70%;
	color: #333;
	line-height: 1.4;
}
.header-right{
	float: right;
	padding-top: 6px;
}
@media screen and (max-width:767px){.header-right{display: none;}}


/* ヘッダー固定時*/
#header.fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 98;
}
/* ヘッダー固定時のマージン調整*/
@media screen and (max-width:767px){
header{border-bottom: 1px solid #dee2e6;
}
#slider{margin-top: 64px;}
.info{margin-top: 64px;}}

/* ナビのみ固定時*/
@media screen and (min-width:768px){
#global-nav.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 99;
	right: 0px;  
}}
/* モバイル時ヘッダー固定時*/
@media screen and (max-width:767px){
#header.mobilefixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 98;
}}

/* ナビ
/*--------------------------------- */
/*スマホのスタイル*/
@media screen and (max-width:767px){
/*ナビ色*/
.blue header nav ul li a{	color: #006598;}
.orange header nav ul li a{	color: #FF8306;}
.green header nav ul li a{	color: #393;}
.brown header nav ul li a{	color: #7D4A31;}
/*バーガー色*/
.blue #nav_toggle span{background: #369;}
.orange #nav_toggle span{background: #FF8306;}
.green #nav_toggle span{background: #393;}
.brown #nav_toggle span{background: #7D4A31;}
}

/*PCのスタイル*/
@media screen and (min-width:768px){
	header nav ul{	margin: 0px;padding: 10px 0px;}
	header nav ul li a{padding: 1px 16px; display:block}
	header nav ul li a:hover{ background-color:rgba(255,255,255,0.3); color:#444;}
}
header nav ul{
	display: flex;
	align-items: center;
    justify-content: center;
}

header nav ul li{
	list-style-type: none;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
header nav ul li:last-of-type{border-right-width: 0px;}
header nav ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#nav_toggle{
	display: none;
	position: absolute;
	top: 20px;
	right: 10px;
}
 
@media screen and (max-width:767px){
	/*メニュー部分*/
	nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background:rgba(255,255,255,0.8) !important;
		left: 0;
		z-index: 99;
		
	}
	header nav ul{
		display: block;
		width: 90%;
		height: 350px;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
		padding: 16px;
	}
}
@media screen and (max-width:767px){	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 36px;
		height: 36px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}
/* tel
/*--------------------------------- */
.tel{
	font-size: 36px;
	font-weight: bold;
	margin: 0px;
	line-height: 1;
	text-align: right;
}
.telicon{
	position: absolute;
	top: 8px;
	right: 60px;
	display:none;
	height: 50px;
	width: 50px;
	font-size: 8px;
}
.telicon a{
	border-radius: 50%;
	height: 36px;
	width: 36px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.telicon a:hover{
	background-color: #C63;
}
@media screen and (max-width:767px){.telicon{display:block;}}
/* フッターfooter
/*--------------------------------- */
footer address{
	font-size: 14px;
	line-height: 1.25;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
}

/* 各ページトップ　info
/*--------------------------------- */
.info{
	height: auto;
	width: 100%;
	position: relative;
}
.info .imgcover{height:250px;}
.infotitle{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 24px;
	color: #FFF;
	text-align: center;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.infotitle span{
	font-size: 18px;
	display: block;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
@media screen and (max-width:767px){
.info .imgcover{height:150px;}
}

/* サムネイル
/*--------------------------------- */
.thum{height:150px;}
@media screen and (max-width:767px){.thum{height:100px;}}
/* access　グーグルマップ
/*--------------------------------- */
.gmap{	width: 100%;
	height: 450px;}
@media screen and (max-width:767px){.gmap{	height: 360px;}}

/* 追加
/*--------------------------------- */
.max800{
	max-width:800px;
margin:; 	margin-right: auto;
	margin-left: auto;
}
.text-left{
	text-align: left;
}
.anc{
	margin-top: -70px;
	padding-top: 70px;
	content: "";
	display: block;
}
.line {
	background:linear-gradient(transparent 75%, #fff799 75%);
	font-weight:bold;
	font-size: 1.2em;
}
/* b-life
/*--------------------------------- */
.textbox{border: 2px solid #FFEFE0;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
padding: 8px;
font-size: 16px;
margin-top: 15px;
margin-right: 7px;
margin-bottom: 7px;
margin-left: 7px;}

table.infomation{
	width:100%;
	max-width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #cacaca;
}
.infomation th{width: 180px;
font-weight: bold;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999;
padding: .75rem;
vertical-align: top;
border-top: 1px solid #cacaca;}
.infomation td{padding: .75rem;
vertical-align: top;
border-bottom: 1px solid #cacaca;}
@media screen and (max-width:767px){.infomation th{width: 130px;}}

.test2{
	position: absolute;
	width: 80%;
	max-width:800px;
	top: 0;
	bottom: 0;
	right: 20%;
	margin:auto;
}
.test3{
	position: absolute;
	width: 30%;
	max-width:300px;
	top: 0;
	bottom: 0;
	left: 70%;
	margin:auto;
}

/* kataduke
/*--------------------------------- */
.miniblock{
	display: inline-block;
	padding: 6px;
	border: 2px solid #FFDD97;
	background-color: #FFDD97;
	border-radius: 0.25rem;
	font-size: 0.85em;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #063;
	font-weight: bold;
}
.kataduke .thum{object-position: top center;}
.kataduke .thum{height:180px;}
@media screen and (max-width:767px){.kataduke .thum{height:115px;}}
.yajirusi{
	width:10%;
	background-image:url(../img/yajirusi.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}
.before{
	font-size: 20px;
	color: #FFF;
	margin: 0px;
	padding: 2px;
	background-color: #06F;
	text-align: center;
}
.after{
	font-size: 20px;
	color: #FFF;
	margin: 0px;
	padding: 2px;
	background-color: #F00;
	text-align: center;
}

.sekou_thum{
	height: 230px;
}
@media screen and (max-width:767px){
.sekou_thum{
	height: 200px;
}
}
/* charman
/*--------------------------------- */
.gyaralyimg{
	position: relative;
	width: 100%;
	padding-top:480px;
	margin-bottom: 8px;
}
@media screen and (max-width:767px){
.gyaralyimg{ position: relative;  width: 100%;  padding-top:340px;}}
.gyaralyimg img{position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;
z-index: 0;
object-fit:contain;}
.remodal .minphoto{	display: inline-block;	width: 60px; height: 60px;}
.minphoto .imgcover{ max-height:60px;}
.items{
}
.items .imgcover{height: 200px;}
@media screen and (max-width:767px){.items .imgcover{height: 135px;}}
.items .item_title{
	font-size: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.1;
}
@media screen and (max-width:767px){.items .item_title{font-size: 18px;}}
.price{
	margin: 0px;
	color: #C00;
	text-align: right;
}
.item_id{
	color: #333;
	margin: 0px;
	font-size: 14px;
}
.item_setumei{
	border: 1px solid #963;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 8px;
	margin-top: 15px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	text-align: left;
}
.soldout{
	background: rgba(0, 0, 0, 0.33);
	z-index: 1;
	position: absolute;
	left: 8px;
	top: 0;
	height: 100%;
	text-align: center;
	right: 8px;
}
.soldout:before{
	content:'';
	display: inline-block;
	height: auto;
	background-image: url(../img/soldout.png);
	background-size: contain;
	vertical-align: middle;
	width: 100%;/*画像の幅*/
	height: 100%;/*画像の高さ*/
	background-repeat: no-repeat;
	background-position: center center;
}
/* 田村鍼灸治療院
/*--------------------------------- */
.point {
	width: 80px;
	margin-right: auto;
	border-radius: 50%;
	background-color: #0085DD;
	height: 80px;
	color: #FFF;
	text-align: center;
	padding-top: 13px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin-left: auto;
	margin-top: 10px;
}
.point span {
    font-size: 40px;
}
.point-setumei {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 1.48em;
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #FF8306;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.1em;
}
.timeBox {
    width: 97%;
    margin: 0em 0;
    padding: 16px;
}
.timeBox table{
	background-color: #FFF;
	border: 1px solid #CaCaCa;
}
.timeBox table tr {
    border-bottom: 1px solid #999;
	padding: 10px;
}
.timeBox table tr:last-of-type {
    border-bottom: 0px;
}
.timeBox table th:first-of-type {
    width: 175px;
}

.timeBox table th {
    padding: 8px 0;
    border-right: 1px solid #999;
    text-align: center;
    vertical-align: middle;
    color: #212121;
}

.timeBox table td {
    border-right: 1px solid #999;
    text-align: center;
    vertical-align: middle;
    color: #1976d6;
	padding:10px;
}

.timeBox ul li span {
    background: #ff9800;
    padding: 0px 8px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    margin-right: 8px;
}
.card2 {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: rgba(255, 255, 255, 0.84);
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	height: 100%;
}

.card2 .t_title{
	text-align: center;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	font-size: 24px;
	border-bottom-color: #FF8306;
}
.t_ryoukinn{
	text-align: center;
	font-size: 21px;
	margin-bottom: 15px;
	color: #09F;
}
@media screen and (max-width:767px){
.card .t_title{
	text-align: center;
	font-size: 21px;
}
.t_ryoukinn{
	text-align: left;
	font-size: 18px;
}
}