@charset "UTF-8";
* {
    margin: 0px;
    padding: 0px;
}
body{
	margin: 0;
	background-color: #ffffff;
	color: #666666;
	font-size: 16px;
	font-size: 1.1rem;
	line-height: 1.8em;
	font-family: sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.05em;
}

header{
	margin: 0;
	background-color: #ffffff;
}
.siteinfo {
	margin: 0;
	padding: 10px;
	color: #666666;
	background-color: #ffffff;
	width: 100%;
	height: 50px;
	overflow: hidden;
}
.siteinfo h1 {
	margin: 0;
	padding: 0 0 0 30px;
	float: left;
}
.head-nav {
	color: #666666;
	margin: 0;
	padding: 10px 30px 0 0;
	font-size: 16px;
	position: relative;
	text-align: right;
	float: right;
}
.head-nav ul {
	margin: 0;
	padding: 0;
}
.head-nav ul li {
	display: inline-block;
	list-style-type: none;
}
.head-nav > ul > li > a{
	color: #666666;
	display: block;
	line-height: 30px;
	padding: 5px 10px;
	text-decoration: none;
}
.head-nav > ul > li> a:hover{
	color: #b44c97;
	background-color: #fdeff2;
	border-radius: 20px;
}

/*やさしいはり・きゅう治療画像*/
.herderpict{
	margin: 0;
}
.herderpict img{
	width:100%;
	object-fit: contain;
}

.container{
	max-width: 650px;
	margin: 0 auto;
	padding: 5px 15px 50px 15px;
}

/*contents*/
article{
	margin: 0 0 40px 0;
}
article a:link{
	color: #007bbb;
	text-decoration: none;
}
article a:visited{
	color: #89c3eb;
	text-decoration: none;
}
article a:hover{
	color: #c85179;
	text-decoration-line: underline;
}
article h1,h2{
	margin: 30px 0;
	font-family: "Maru Folk Medium", serif;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}
article h3{
	margin: 30px 0;
	font-family: "Maru Folk Regular", serif;
	letter-spacing: 0.1em;
}
article h3,h4,h5,h6{
	margin: 30px 0;
	font-family: "Maru Folk Medium", serif;
	letter-spacing: 0.1em;
}
article h1{
	color: #82ae46;
	font-size: 2em;
	text-shadow: 2px 3px 5px #dddddd; 
}
article h2{
	color: #887938;
	font-size: 1.6em;
	text-shadow: 2px 3px 5px #dddddd; 
}
article h3{
	padding: 2px 8px;
	color: #726250;
	border-radius: 5px;
	background: linear-gradient(98deg, #e6cde3, #d6e9ca);
	font-style: normal;
	font-size: 1.4em;
}
article h4{
	color: #6b7b6e;
	font-size: 1.2em;
}
article h5{
	color: #5a79ba;
	font-size: 1.1em;
}
article h6{
	margin: 0 0 20px 0;
	color: #68699b;
	font-size: 1em;
}
article p{
	margin: 15px 0;
}
article p.caption-text{
	margin: 0 0 20px 10px;
	color: #afafb0;
	font-size: 0.8em;
}
article p.date{
	margin: -45px 0 5px 0;
	font-size: 0.9em;
	text-align: right;
}
article p.edate{
	margin: 0 0 5px 0;
	font-size: 0.9em;
	text-align: right;
}
article ul,ol{
	margin: 20px 0 20px 35px;
}
article li{
	margin: 8px 0;
}
article dt{
	margin: 0 0 2px 0;
	color: #478384;
}
article dd{
	margin: 0 0 15px 15px;
}
article img{
	border-radius: 10px;
	max-width: 100%;
	height: auto;
}
article hr{
	margin: 40px 0 20px 0;
	height: 3px;
	border: none;
	background: rgba(198, 155, 193, 0.3);
}

/*スタッフ紹介*/
.staffqua ul li{
	margin: 0;
	list-style-type: none;
}
.staffqua summary{
	color: #5a79ba;
	font-size: 1.1em;
	font-weight: 600;
	font-family: "Maru Folk Regular", serif;
}
.staffqua img{
	margin: 0 35px 35px 35px;
	border-radius: 10px;
	max-width: 100%;
	height: 200px;
	float: left;
}

/*回り込み解除*/
.kaizyo{
	clear: both;
}

/*パンくずリスト*/
.bread{
	font-size: 0.8em;
	letter-spacing: normal;
}

/*上部アンカー*/
.anchor{
	margin: 50px 0 50px 15px;
	color: #485859;
	font-size: 1.2em;
	font-family: "Maru Folk Regular", serif;
}
.anchor details li{
	margin: 5px 0;
	font-size: 0.9em;
}
section{
	margin: 0 0 80px 0;
}
article summary{
	cursor: pointer;
	transition: 0.3s;
}
article summary:hover{
	cursor: pointer;
	background-color: #f3f3f2;
}
article details{
	margin: 0 0 2px 0;
}
article details p{
	color: #666666;
}
strong{
	font-weight: 600;
	color: #9a493f;
}
article .ptime{
	margin: 0 10px 30px 0;
	font-size: 0.9em;
	color: #999999;
	text-align: right;
}

/*大きいリンクボタン*/
.bigbutton{
	margin: 40px 0;
}
.bigbutton li{
	margin: 30px 0;
	list-style-type: none;
	font-size: 1.2em;
	font-family: "Maru Folk Regular", serif;
	letter-spacing: 0.1em;
}
.bigbutton li > a{
	padding: 20px 30px;
	display: block;
	max-width: 300px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
	background-color: #83ccd2;
}
.bigbutton li> a:hover{
	color: #ffffff;
	background-color: #a2d7dd;
	transition: 0.3s;
}

/*SNSボタン*/
.slogo li{
	display: inline;
	list-style-type: none;
	margin-right: 20px;
}


/*テーブル*/
table,th,td{
	border: solid 1px #cccccc;
}
table{
	table-layout: fixed;
	width: 98%;
	border-collapse: collapse;
}
th{
	height: 24px;
	font-weight: 500;
	background-color: #e9f5ff;
}
td{
	padding: 0 0 0 15px;
	height: 24px;
}

/*テーブル・カレンダー用*/
.calendar{
	margin: 50px 0;
	font-size: 0.6em;
	font-family: "Maru Folk Medium", serif;
}
.calendar table{
	width: 98%;
}
.calendar td{
	padding: 0;
	text-align: center;
}
.cal35{
	height: 40px;
	background-color: #fdeff2;
}
.cal50{
	padding: 0;
	height: 70px;
}


/*map*/
iframe{
	margin: 0;
	max-width: 100%;
	border: 0;
}


/*フッター*/
.footer-container{
	margin: 0 auto;
	height: 230px;
}
footer{
	margin: 0 0 80px 0;
	padding: 30px 80px 30px 0;
	background: linear-gradient(to bottom, #d6e9ca, #ffffff);
	text-align: right;
}
footer p{
	font-size: 0.8em;
	font-family: "Maru Folk Regular", serif;
}
footer p a{
	color: #2f5d50;
	text-decoration: none;
}

/*トップへ戻るボタン*/
.to-top {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 15px;
    bottom: 80px;
    background: #a0d8ef;
    border: solid 2px #a0d8ef;
    border-radius: 50%;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.to-top a:hover{
	border: none;
	color: #ffffff;
	text-decoration: none;
}

.to-top-arrow {
	height: 15px;
    width: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}
/*ボトムナビゲーション*/
.bottom-nav{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
}
.bottom-nav li{
	float: left;
	width: 20%;
	list-style-type: none;
	text-align: center;
	font-size: 22px;
}
.bottom-nav a span {
	font-size: 10px;
}
.bottom-nav li a {
    display: block;
    color: slategray;
    padding: 10px 0 5px 0;
    line-height: 10px;
    text-decoration: none;
    }
.bottom-nav li a:hover {
    color: steelblue;
}

/*トップページ用*/
.container-top{
	max-width: 650px;
	margin: 30px auto 0 auto;
	padding: 0 15px;
}
.sitemenu-top{
	margin: 0 0 30px 0;
}
aside a{
	color: #5383c3;
	text-decoration: none;
}
aside h2{
	color: #6b7b6e;
	font-size: 1.2em;
	border-bottom: solid 2px #bed3ca;
}


/*表示設定*/
@media(orientation:landscape) ,
@media(min-width: 768px) {
	.bottom-nav {display: none;}

.container{
	max-width: 1100px;
	overflow: hidden;
}
.contents{
	width: 70%;
	margin: 0 auto;
}
}

@media(max-width: 767px){
	font-size: 1.4rem;
	.head-nav {display: none;}
	.anchor{margin: 20px 0 20px 15px;}
	article h1{font-size: 1.8rem;}
	article h2{font-size: 1.6rem;}
	article h3{font-size: 1.4rem;}
	#footer{margin-bottom: 80px;}
}

/*トップページ2段組*/
@media (min-width: 768px){
.container-top{
	max-width: 1100px;
	overflow: hidden;
}
.contents-top{
	width: 70%;
	float: left;
}
.sitemenu-top{
	width: 25%;
	float: right;
}
}