/*
Theme Name:Template-theme
Author:更新システム
Description:更新システム専用テーマ
Version: 2.4.1
*/


/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0; box-sizing: border-box;}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}
legend{color:#000}
#yui3-css-stamp.cssreset{display:none}

a { }

a:hover { text-decoration: none; }

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

body {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	margin: 0;
	font-size:14px;
	color: #111;
	background: #fff;
}

body .sans{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

body .serif{
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#body-inside{

}

img{width: auto; height: auto;}

.imgbox img{
	width: 100%;
	margin: 20px auto;
}

.bold{
	font-weight: bold;
}

/* -------------------------------------------
	CLEAR-FIX
---------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html.clearfix { height: 1%; }

.clearfix { display: block; }

/* -------------------------------------------
	Utility
---------------------------------------------- */

/* Margin
-------------*/
.m0 { margin: 0 }
.m10 { margin: 10px }
.m15 { margin: 15px; }
.m20 { margin: 20px; }
.mg5 { margin: 5px; }
.mg10 { margin: 10px; }
.mg15 { margin: 15px; }
.mg20 { margin: 20px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }
.mt100 { margin-top: 100px; }
.ml5 { margin-left: 5px; }
.ml8 { margin-left: 8px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb50 { margin-bottom: 50px; }
.mb100 { margin-bottom: 100px; }

/* padding
---------------------*/
#wrapper .p5 { padding: 5px; }
#wrapper .p10 { padding: 10px; }
#wrapper .pt10 { padding-top: 10px; }
#wrapper .pt20 { padding-top: 20px; }
#wrapper .pb20 { padding-bottom: 20px; }

/* Float
---------------------*/
.fl { float: left }
.fr { float: right; }
.cl { clear: both; }

/* cursor
-------------------*/
.cp { cursor: pointer; }

.fcr { color: #fff; }

.attention {
	color: #f00;
	font-weight: bold;
}

.link-arrow {
	padding-left: 20px;
	background: url(images/common/bg_side-list.png) left center no-repeat;
}

/* width
--------------------*/
.w50 { width: 50px; }
.w100 { width: 100px; }
.w130 { width: 130px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.w245 { width: 245px; }
.w270 { width: 270px; }
.w300 { width: 300px; }
.w330 { width: 330px; }
.w400 { width: 400px; }
.w500 { width: 500px; }
.w570 { width: 570px; }

.w90 input, .w90 textarea { width: 90%; }

/* align
------------------- */
.tac { text-align: center }
.tal { text-align: left }
.tar { text-align: right }

/* Link Button
------------------- */
.button a {
	/* サイトごとに変更 */
	display: block;
	width: 80%;
	margin: 10px auto;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
	text-decoration: none;
}
.flexbox-base{
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	justify-content: space-around;
	align-items: center;
}

.flexbox-base img{
	width: 100%;
}

.flexbox-base .w30{
	width: 30%;
	padding: 10px;
}

.flexbox-base .w70{
	width: 70%;
	padding: 10px;
}

/* -------------------------------------------
	WordPress Editor
---------------------------------------------- */

img.size-auto, img.size-large, img.size-full, img.size-medium {
	max-width: 100%;
	height: auto;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}

.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img.alignleft, img.alignright, img.aligncenter { margin-bottom: 12px; }

.wp-caption {
	border: none;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}

.wp-caption img { margin: 5px; }

.wp-caption p.wp-caption-text { margin: 0 0 4px; }

.wp-smiley { margin: 0; }

#main .post-content h1 {
	font-size: 48px;
	font-weight: bold;
	line-height:150%;
}

#main .post-content h2 {
	font-size: 36px;
	font-weight: bold;
	line-height:150%;
}

#main .post-content h3 {
	font-size: 24px;
	font-weight: bold;
	line-height:150%;
}

#main .post-content h4 {
	font-size: 18px;
	font-weight: bold;
	line-height:150%;
}

#main .post-content h5 {
	font-size: 14px;
	font-weight: bold;
	line-height:150%;
}

#main .post-content h6 {
	font-size: 12px;
	font-weight: bold;
	line-height:150%;
}

#main .post-content h7 {
	font-size: 10px;
	font-weight: bold;
	line-height:150%;
}


.post-content img {
	width: auto;
    max-width: 100%;
    height: auto;
}

#main .post-content ul, #main ul.default, #main .post-content ol { padding: 10px 0 10px 20px; }

#main ul.default li, #main .post-content ul li { list-style: disc; }

#main .post-content ol li { list-style: decimal; }

#main .post-content blockquote {
	margin: 10px 20px;
	font-style: italic;
}

#wrapper img {
	max-width: 100%;
	height: auto;
}

#wrapper #galleria img { max-width: none; }

.mobile { display: none; }

.pr-content { margin-bottom: 30px; }


/* ------------------------------------------
	PC用のスタイル記述
--------------------------------------------- */

:target:before {
   height: 100px;/* ヘッダの高さ */
   margin: -100px 0 0;/* ヘッダの高さ */
   content:””;
   display:block;
}

a[href^="tel:"] {
	text-decoration: none;
}

p{
	margin: 10px auto;
}

.pc_block{
	display: block;
}

.sp_block{
	display: none;
}

body {
	font-size: 100%;
	line-height: 1.6;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
}







/* Header */
#pagehead{
	display: block;
	content: "";
	height: 70px;
	width: 100%;
}

header {
	position:fixed;
	width: 100%;
	height: 70px;
	background-color: #fff;
	z-index: 99;
}

.head_contents	{
	/*width: 960px;*/
	margin:0 5%;
}

.head_contents h1{
	font-size: 0.8rem;
	color: #ffffff;
	text-align: left;
	padding-left: 5px;
}


.head_contents:after{
	content:"";display:block;clear:both
}

.head_logo {float:left;margin-top:10px;background: #fff;padding: 10px;padding-left: 50vw;margin-left: -50vw;}
.head_logo img{height: 80px;}
.head_logo a {text-decoration: none;}

.head_info{float: right;margin-right: 30px;margin-top: 2px;}
.head_info h2{line-height: normal;font-size:1.8rem;font-weight: bold;margin: 0;}
.head_info h2 a{color: #98548f;}
.head_info p{background:#98548f;color: #fff;font-size:0.8rem;border-radius: 5px;padding:2px 10px;margin:-2px 0 0 0;}



/* Navigation
------------------------------------ */
#btn-menu {
	position: fixed;
	z-index:102 !important;
	width: auto;
	overflow: hidden;
	padding: 5px;
	float: right;
	top: 0px;
	right: 15px;
	font-size:1rem;
}

#btn-menu p {
	color: #b4a8ce;
	margin: 0 5px;
	display: inline-block;
	padding:3px 0;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	line-height: 0.9;
}

#btn-menu #logo img{
	height: 50px;
}


#btn-menu span {
	font-size: 1rem;
	}

#navigation{
	display: none;
	position: fixed;
	background:rgba(135, 109, 192, 0.95);
	width: 300px;
	height: 100%;
	top:0;
	right: 0;
	z-index: 101;
	padding: 80px 15px 15px 15px;
	box-shadow: 0 0 5px #aaa;
}

#navigation.open_menu {
	display: block;
	z-index: 101;
}

#navigation li{
	margin: 10px 10px;
	list-style: disc;
}

#navigation li a{
	color: #fff;
	font-size:1rem;
	font-weight: bold;
	text-decoration: none;
}

#navigation li .sub-menu li{
	margin: 5px 5px 5px 30px;
}

#navigation li .sub-menu li a{
	font-size:1rem;
	font-weight: bold;
	text-decoration: none;
}

#navigation li a:hover{
	opacity: 0.7;
}


/* Contents
------------------------------------ */
#breadcrumb {position: relative;margin: 20px auto 10px;width: 960px;font-size: 0.9rem;z-index: 10;}

.container {
	margin: auto;
	max-width: 1200px;
}

.contents-box{
	padding: 50px 3%;
}

.contents-box img{
	max-width: 100%;
}

.title{margin: 10px auto 30px auto;}
.title h2{color: #98548F;font-size:2.5rem;font-weight: bold;letter-spacing: 0.3rem;margin: 0 auto;text-align: center;}
.title p{color: #C79F5D;font-weight: bold;text-align: center;margin-top: -20px;}

.childhead{background:#b4a8ce;padding-bottom: 130px;}
.childhead .childhead-inner{position: absolute;top:0;left: 0;z-index: 100;background:#fff;display: inline-block;padding: 15px 50px 15px 5%;}
.childhead .childhead-inner h2{font-size:3rem;color: #c79f5d;}
.childhead .childhead-inner h2 span{display: block;font-size: 1rem;margin: 0;padding: 0;line-height: 1rem;}
.childhead .in-headimg{display: inline-flex;}
.childhead .in-headimg .img{width: 80px;margin-right: 15px;}
.childhead .in-headimg .img img{width: 100%;}
.child-mainimg{width: 100%;margin: 0 auto;max-width: 1440px;}
.child-mainimg img{width: 100%;}

#page-legs .childhead .childhead-inner h2,
#page-menopause .childhead .childhead-inner h2,
#page-worry-posture .childhead .childhead-inner h2,
#page-worry-leg .childhead .childhead-inner h2{font-size:2rem;line-height: 2.5rem;}

.contents-box h3{font-size:2rem;color:#98548f;border-bottom: 2px solid #98548f;margin: 10px auto;font-weight: bold;}
.contents-box h3 span{font-size:1.3rem;}
.contents-box h4{font-size:1.3rem;color:#98548f;font-weight: bold;}
.contents-box p{line-height: 1.8rem;padding: 5px;}
.contents-box .strong{font-weight: bold;color: #98548f;}

.blue-box{position: relative;background: #f0f2f7;padding: 30px 15px;margin: 30px auto;}
.blue-box:after{position: absolute;width: calc(100% - 12px);height: calc(100% - 12px);top:0;left: 0;display: block;content: "";margin: 5px;border:1px solid #98548f;z-index: 1;}
.blue-box .inner{position: relative;z-index: 2;}

.fuji-box{background: url(images/common/bg-fuji.png);}

.borderline{border-bottom: 1px solid #D0D1D5;}

.check-list{}
.check-list li{position: relative;margin: 10px 0 10px 20px;font-weight: bold;}
.check-list li:before{position: absolute;display: block;content: "";background: url(images/common/check-pink.svg)no-repeat;background-size: 16px;width: 20px;height: 20px;left: -20px;top:3px;}

.dot-list{list-style: disc;margin: 10px 0 30px 30px;}

.btn_basic{margin: 10px auto;width: 100%;text-align: center;}
.btn_basic a{display: inline-block;text-decoration: none;background: linear-gradient(110deg,#b4a8ce,70%,#d9b7c5);color: #fff;padding: 15px 0;border-radius: 8px;border:1px solid #fff;width: 90%;max-width: 600px;font-weight: bold;}
.btn_basic a:hover{opacity: 0.9;}

.two-btn{display: flex;justify-content: space-around;width: 90%;max-width: 600px;margin: 10px auto;}
.two-btn .btn_basic{width: 49%;}
.two-btn .btn_basic a{width: 100%;padding: 7px 0;}

.bnr-list{display: flex;}
.bnr-list li{width: 48%;margin: 15px 1%;}

.flex-two{display: flex;flex-wrap: wrap;}
.flex-two div{width: 48%;margin: 5px 1%;}
.all-flex-two{display: flex;align-self: flex-start;}
.all-flex-two img{width: 48%;margin: 5px 1%;}

.deco-a .container{position: relative;}
.deco-a .container:after{position: absolute;display: block;content:"";width: 300px;height: 300px;background: url(images/common/deco-a.svg)no-repeat;background-size: 100%;bottom: 0;left: 0;}

/* Sidebar
------------------------------------ */

.sidebar { }

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

.sidebar .widget { margin-bottom: 30px; }

.sidebar .widget li a {
	/* サイトごとに変更 */
	text-decoration: none;
	display: block;
	padding: 8px;
}

/* ご予約
------------------------------------ */
#reservation{}
#reservation p{text-align: center;}
#reservation .reserve-btn{display: flex;justify-content: space-around;width: 90%;margin: 10px auto;}
#reservation .reserve-btn .btn_basic{width: 49%;}
#reservation .reserve-btn .btn_basic a{width: 100%;}

/* Footer
------------------------------------ */
footer {padding-top: 50px;text-align: center;background: #fff;}
footer .googlemap iframe,
footer .googlemap object,
footer .googlemap embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.copyright {
	margin-top: 30px;
}


/* pagetop button */
#pageTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
}

#pageTop img{
	width: 120px;
}

#pageTop i {
  padding-top: 6px
}



#pageTop a {
  display: block;
  background-color: rgba(255,255,255,0.50);
  color: #777;
  border-radius: 10px;
  padding: 10px;
  line-height: 16px;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* side-icon */
#side-icon{
	position: fixed;
	width: 4%;
	background-color:rgba(223,191,102,0.50);
	top:15%;
	left: 0;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	padding: 30px 0;
	opacity: 0.6;
}

#side-icon:hover{
	opacity: 1;
}

#side-icon img{
	width: 80%;
	padding: 5px 10%;
}

/* news一覧 */
.news-box{
	margin: 50px auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.news-box ul{
	text-align: center;
	margin-bottom: 50px;
}

.news-box li p{
	display: inline-block;
	margin: 5px 15px;
	text-align: left;
}



	/* TOPコンテンツ */
#first_view{background: #f0f2f7;}
#first_view .swiper-container{position: relative;width: 100%;margin: 0 auto;max-width: 1440px;z-index: 1;}
#first_view img{width: 100%;vertical-align: middle;}

#home-camp{position: relative;margin-top: -170px;z-index: 2;}
#home-camp h2{font-size: 3rem;text-align: center;color: #fff;text-shadow: 0 0 3px rgba(0,0,0,0.3);}
#home-camp .blue-box{text-align: center;}

#home-menu{}
#home-menu .menu-list{display: flex;flex-wrap: wrap;justify-content: space-between;}
#home-menu .menu-list li{width: 23%;text-align: center;margin: 15px auto;}
.menu-list li img{width: 100%;}
.menu-list li a{text-decoration: none;}
.menu-list li a:hover{text-decoration:underline;}
.menu-list li h5{font-weight: bold;color: #98548f;}

#home-problem{}
#home-problem .menu-list{display: flex;flex-wrap: wrap;justify-content: space-between;}
#home-problem .menu-list li{width: 16%;text-align: center;margin: 15px auto;}



#home-voice .voice-flex{}
#home-voice .voice-flex .voice-post{width: 50%;padding: 15px 2%;color: #fff;text-align: center;margin: 0 auto;}
#home-voice .voice-flex .voice-post a{color: #fff;}
#home-voice .voice-flex .voice-post .img{border-radius: 15px;overflow: hidden;border:2px solid #fff;margin-bottom: 5px;}
#home-voice .voice-flex .voice-post .img img{vertical-align: middle;width: 100%;}

/* 下層ページ
----------------------------- */
/* 初めての方へ */
#page-introduction{}
#page-introduction .prof h6{font-weight: bold;margin: 15px auto 10px auto;color: #48013E;}
#page-introduction .prof h5{color: #98548F;font-size: 2rem;margin: 10px;}
#page-introduction .prof p{margin-left: 10px;}

/* メニュー一覧 */
.menulistpage{}
.menulistpage li{margin: 100px auto;position: relative;padding-bottom: 50px;}
.menulistpage li:before{position: absolute;background: #b4a8ce;width: 80%;height: 80%;top:20%;left: 20%;content: "";display: block;}
.menulistpage li .img{width: 80%;z-index: 2;position:relative;box-shadow: 1px 1px 5px #999;}
.menulistpage li .img img{width: 100%;vertical-align: middle;}
.menulistpage li h2{width: 76%;margin: -50px 0 0 15%;background: #fff;position: relative;z-index: 3;font-size: 2.5rem;padding: 10px 2%;color:#C79F5D;box-shadow: 1px 1px 5px #999;}
.menulistpage li h2:after{position: absolute;top:0;right: 0;content: "";display: block;height: 100%;width: 100px;background: url(images/common/round-arrow.svg)no-repeat;background-position: center center;}
.menulistpage li a{text-decoration: none;}
.menulistpage li:nth-child(even):before{left: 0;right: 20%;}
.menulistpage li:nth-child(even) .img{margin-left: 20%;}

/* メニューページ */
.price-box .text li{margin: 30px 15px;}
.price-box .text li h3{margin-top: 0;}
.osusumetag{position: relative;display: inline-block;height: 24px;margin-left: 15px;padding: 1px 10px 5px 15px;color: #fff;background: #c79f5d;}
.osusumetag:before {position: absolute;top: 0;left: -15px;content: '';border-width: 12px 15px 12px 0;border-style: solid;border-color: transparent #c79f5d transparent transparent;}
.osusumetag:after {position: absolute;top: calc(50% - 5px);left: 0;width: 10px;height: 10px;content: '';border-radius: 50%;background: #fff;}

.kaisuken{border:1px solid #98548f;padding: 15px;margin: 50px auto;background: #fff;}
.kaisuken .text li h3 span{display: inline-block;margin-right: 15px;}

.pricelist-box .text li .inner{margin: 30px 4%;width: 92%;}
.pricelist-box .text li h3{margin-top: 0;}
.pricelist-box .text li h5{background: #98548f;color: #fff;padding: 3px 10px;display: inline-block;}
.pricelist-box .osusumetag{padding: 0px 10px 0px 15px;font-size: 0.9rem;}
.pricelist-box{position: relative;}
.pricelist-box:after{position: absolute;display: block;content: "";width: 200px;height: 200px;background: url(images/common/deco-a.svg)no-repeat;background-size: 100%;bottom:0;right: -50px;}

/* コロナ対策 */
.corona-list{display: flex;justify-content: space-around;margin: 50px auto;}
.corona-list li{width: 25%;}
.corona-list li .img{margin: 0 auto;}
.corona-list li .img img{width: 100%;}
.corona-list li .text{padding: 0 1%;}
.corona-list li .text p{font-weight: bold;color: #98548f;}

/* 店舗情報 */
.accsss-date tbody{width: 100%;}
.accsss-date th{width: 20%;vertical-align: top;}
.accsss-date td{width: 80%;padding-bottom: 5px;}

/* 問い合わせ
----------------------------- */
.sec-contact .tel-btn{width:800px;margin: 30px auto;}
.sec-contact  .tel-btn img{width:100%;}
.sec-contact  .googlemap{width: 800px;margin: 30px auto;}
.sec-contact  .googlemap iframe{width: 100%;}

.mailform-tbl {
	clear: both;
	margin-bottom: 20px;
	width: 100%;
}

.mailform-tbl th, .mailform-tbl td { padding: 10px;text-align: left;vertical-align: top;}

.mailform-tbl th { width: 30%; }
.mailform-tbl td { width: 70%; }

.mailform-tbl td label {
	margin: 0 3px 3px 0;
	display: inline-block;
}

.mailform-tbl td label input{
	width: 1rem;
}

.mailform-tbl .long {
	width: 100%;
}

.mailform-tbl .checkbox {
	width: auto;
}

.mailform-tbl input,.mailform-tbl textarea {
	width: 100%;
}


input, select { margin-right: 3px; outline: 1px solid #ccc; }

textarea { outline: 1px solid #ccc; }

#submit-button {
	text-align: center;
}

#submit-button input {
	text-decoration: none;
	background: #555;
	color: #fff;
	padding: 10px 30px;
}

#submit-button input:hover {
	text-decoration: none;
	background: #888;
	color: #fff;
	padding: 10px 30px;
}

.page-contact { margin-bottom: 30px; }



/* ブログ
----------------------------- */
/*
#page-main-image {  メイン画像
	margin-bottom:20px;
}
*/

.blogtitle{
	font-size:28px;
	padding: 10px;
	font-weight: bold;
	color:#333;
	line-height: normal;
}

.cat-list{
	margin:0 0 20px;
	overflow:hidden;
}
.cat-list a{
	margin:0 10px;
	padding:10px;
	float:left;
	border:1px solid #666;
	border-radius:5px;
	display:block;
	background-color:#999;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.cat-list a:hover{
	background-color:#666;
}
#blog-top { /* ブログトップページフリーエリア */ margin-bottom: 20px; }

.article { /* 記事ボックス */
	padding: 20px;
	margin-bottom: 50px;
	border-radius: 5px;
}

.article .post-title { /* 記事タイトル */ margin-bottom: 20px; font-size:1.5rem;font-weight: bold;}

.article .post-title a{ color: #573C33;text-decoration: none;}

.article .post-content { /* 記事本文 */
	margin-bottom: 10px;
	padding-bottom: 50px;
	position: relative;
}

.article .post-content strong{font-weight: bold;}
.page-defaultblog .article .post-content { /* 記事本文 */
	overflow:hidden;
}
.wp_social_bookmarking_light {
	position: absolute;
	right: 0;
	bottom: 10px;
}

.article .post-meta { /* 記事メタ情報 */
	text-align: right;
	font-size: 0.85rem;
}

.wp-pagenavi { /* ページ送り */
	margin: 50px 0 20px;
	text-align: center;
	font-size: 0.8rem;
}

#single-paging {/* 詳細ページ送り */ }

#signature-block { /* ブログ署名欄 */
	clear: both;
	padding: 50px 0 0;
}

/* コメント部分
----------------------------- */
.blog .comment-area {
	margin: 10px;
	text-align: left;
}

#com h3 {/* コメントタイトル */
	margin: 10px 0;
	padding: 5px;
}

#com .compost { /* コメント本文 */
	margin: 10px;
	padding: 10px;
	line-height: 1.5rem;
}

#comment { /* テキストエリア */
	width: 60%;
	height: 80px;
}

#commentform p { margin: 10px; }

.cominfo { /* コメントメタ */
	text-align: right;
	margin-top: 30px;
	font-size: 0.85rem;
}
/* ブログリスト型 */

#bloglistwrap .article{
	margin:0 5px 10px 5px;
	width:205px;
	padding:10px;
}
#bloglistwrap .post-meta{
	text-align:left;
}
#bloglistwrap .post-content{
	padding-bottom:0;
}
/* ブログ1行型 */
.page-lined-blog {
}
.page-lined-blog .article{
	margin:0 5px 20px;
	padding:15px;
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;

}
.page-lined-blog .article-left{
	width: 30%;
}
.page-lined-blog .article-right{
	width: 68%;
}
.page-lined-blog .post-meta{
	text-align:left;
}
.page-lined-blog .post-content{
	padding-bottom:0;
}





@media screen and (max-width:768px)  and (min-width:641px) {

/* ------------------------------------------
	タブレット用ポートレート表示のスタイル記述
--------------------------------------------- */
body { }

#first_view{

}

/* Navigation
------------------------------------ */

#header .inner {
	margin: 0 auto 20px;
	width: 100%;
}

#breadcrumb {
	margin: 20px auto 10px;
	width: 96%;
}

.container { width: 98%; margin: 30px 1%; }

.column-right #main, .column-left #main {
	margin: 0 auto;
	float: none;
	width: 96%;
}

.column-right .sidebar, .column-left .sidebar {
	margin: 0 auto;
	width: 96%;
	float: none;
}

#pagetop {
	margin: 30px auto;
	width: 96%;
	text-align: right;
}

.side-banner {
	margin: 20px 0;
	overflow: hidden;
}

.side-banner p {
	float: left;
	margin: 0 1%;
	max-width: 30%;
	height: auto;
}

/* index */
.cont03 {
	margin-bottom: 20px;
	overflow: hidden;
}

.cont03 li {
	margin-right: 5%;
	width: 30%;
	padding-bottom: 50px;
	float: left;
	position: relative;
}

.cont03 li:last-child { margin-right: 0; }

.cont02>ul>li {
	margin-right: 5%;
	width: 47.5%;
	padding-bottom: 50px;
	float: left;
	position: relative;
}

/* 1カラム用スタイル */
.column-one .cont02 { width: 100%; }

.column-one .cont02>ul>li {
	margin: 0 2%;
	width: 46%;
}

.column-one .cont02>ul>li .inner-cont02 {
	width: 100%;
	overflow: hidden;
}

.column-one .cont02>ul>li .inner-cont02>li { width: 100%; }

.column-one .cont04 { overflow: hidden; }

.column-one .cont04>ul { width: 100%; }

.column-one .cont04>ul>li {
	margin: 0 1%;
	width: 23%;
	float: left;
}

/* コース案内 */
.course-cf dl { width: 48%; }

.reason-box{
	border: 1px solid #3399FF;
	border-left-width: 30px;
	margin-bottom: 15px;
}

.reason-box img{
	float:left;
	padding:10px;
	width: 10%;
}

.reason-box-text{
	float:left;
	padding:10px;
	font-size:20px;
	width: 85%;
}

.three_colmun{
	width: 30%;
	margin:20px 2% 20px 1%;
	float: left;
}

.contents-water .point-img{
	width:40%;
}

.contents-water .point-text{
	width: 60%;
}

.table_recruit { /* テーブル部分 */
	width: 100%;
}

}


@media screen and (max-width:640px) {

.pc_block{
	display: none;
}

.sp_block{
	display: block;
}

/* ------------------------------------------
	スマホ用のスタイル記述
--------------------------------------------- */
.pc { display: none; }
.mobile { display: block; }

.m-ctr {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center;
}



/* Header */
#pagehead{height: 60px;}

header {height: 60px;}

.head_contents	{
	/*width: 960px;*/
	margin:0 5%;
}

.head_contents h1{
	font-size: 0.8rem;
	color: #ffffff;
	text-align: left;
	padding-left: 5px;
}


.head_contents:after{
	content:"";display:block;clear:both
}

.head_logo {float:left;margin-top:20px;}
.head_logo img{height: 60px;}
.head_logo p{letter-spacing: 0rem;margin-left: 10px;margin-top: 0px; color: #555;}

.head_info{float: right;margin-right: 40px;margin-top: 15px;}
.head_info h2{line-height: normal;font-size:2rem;font-weight: bold;margin: 0;letter-spacing: 0.1rem;}
.head_info h2 a{color: #573C33;}
.head_info p{background:#573C33;color: #fff;font-size:0.8rem;border-radius: 5px;padding:2px 10px; margin:-7px 0 0 0;}

.head_info_kozu{float: right;margin-right: 40px;margin-top: 15px;}
.head_info_kozu h2{line-height: normal;font-size:2rem;font-weight: bold;margin: 0;letter-spacing: 0.1rem;}
.head_info_kozu h2 a{color: #2D672A;}
.head_info_kozu p{background:#2D672A;color: #fff;font-size:0.8rem;border-radius: 5px;padding:2px 10px; margin:-7px 0 0 0;}


/* Navigation
------------------------------------ */
/* Navigation
------------------------------------ */
#btn-menu {
	position: fixed;
	z-index:102 !important;
	width: auto;
	overflow: hidden;
	padding: 5px;
	float: right;
	top: 5px;
	right: 15px;
	font-size:0.9rem;
}

#btn-menu p {
	color: #b4a8ce;
	margin: 0 5px;
	display: inline-block;
	padding:3px 0;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	line-height: 0.9;
}


#btn-menu span {
	font-size: 0.7rem;
	}






body {

}


#body-inside{
	font-size: 0.9rem;
}

#breadcrumb {
	margin: 10px 3%;
	width: 94%;
	font-size: 0.8rem;
}




/*ファーストビュー*/
#first_view{width: 100%;}

.top_margin {
	height: 80px;
	width: auto;
}


/* FlexSlider */
.flexslider {
	padding: 10px;
	background: none;
	height: 150px;
}

.container {
	margin: 0 1%;
	width: 98%;
}

.contents-box{
	padding: 30px 2%;
}
.title{margin: 10px auto;}
.title h2{font-size:2rem;margin:auto;}
.title p{margin-top: -10px;}
.childhead.title{margin:0 0 0 0;padding:30px 15px 15px 15px;}

#page-menopause .childhead .childhead-inner h2,
#page-worry-posture .childhead .childhead-inner h2,
#page-worry-leg .childhead .childhead-inner h2{font-size:1.5rem;line-height: 1.8rem;}
#page-head .childhead .childhead-inner h2,#page-corona .childhead .childhead-inner h2{font-size:1.5rem;line-height: 2rem;padding-top: 10px;}

.contents-box h3{font-size:1.5rem;margin: 10px auto;}
.contents-box h3 span{font-size:1rem;}
.contents-box h4{font-size:1rem;margin: 10px auto;}
.contents-box p{line-height: 1.5rem;padding: 5px;}

.bnr-list{display: flex;flex-direction: column;}
.bnr-list li{width: 94%;margin: 5px 3%;}

.flex-two{display: flex;flex-wrap: wrap;}
.flex-two div{width: 98%;margin: 15px 1%;}

.btn_contact{
	margin: 20px auto;
	width: 100%;
	text-align: center;
	padding: 5px 40px;
	font-weight: bold;
	color: #fff;
}

.btn_contact p{
	padding: 0;
	margin: 0;
	}

.btn_contact h4{
	font-size:1.8rem;
	padding: 0;
	margin: 0;
	}

.btn_contact h5{
	font-size:1.2rem;
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #fff;
	}

.btn_contact a{
	text-decoration: none;
	color: #fff;
}

.btn_contact a:hover{
	color: #fff;
	text-decoration: underline;
}

.deco-a .container:after{position: absolute;display: block;content:"";width: 200px;height: 200px;background: url(images/common/deco-a.svg)no-repeat;background-size: 100%;bottom: -30px;left: -30px;}

/* 予約
------------------------------------ */
#reservation .reserve-btn{flex-direction: column;}
#reservation .reserve-btn .btn_basic{width: 100%;}

/* Footer
------------------------------------ */

footer {padding-top: 50px;padding-bottom: 80px;}
.logo_footer img{width: 230px;}

.copyright {
margin-top: 10px;
font-size:0.8rem;
}


/* pagetop button */
#pageTop {position: fixed;bottom: 90px;right: 20px;z-index: 999;}
#pageTop img{width: 80px;}
#pageTop i {padding-top: 6px}
#pageTop a {display: block;background-color: rgba(255,255,255,0.50);border-radius: 10px;}
#pageTop a:hover {text-decoration: none;opacity: 0.7;}

/* mobile btn */
#footer-btn{height: 70px;background: #fff;border:1px solid #fff;display: flex;justify-content: space-around;position: fixed;bottom: 0;left: 0;right: 0;z-index: 99;padding: 2px 0;}
#footer-btn a{display: inline-block;width: 32%;text-align: center;padding-top: 15px;background: linear-gradient(110deg,#b4a8ce,70%,#d9b7c5);border-radius: 5px;}
#footer-btn a img{height: 40px;}
#footer-btn a:last-child{border-right: none;}

/* INDEX
----------------------------- */
#home-camp{margin-top: -120px;}
#home-camp h2{font-size: 2rem;}

#home-menu .menu-list li{width: 48%;text-align: center;margin: 10px auto;}
#home-problem .menu-list li{width: 32%;text-align: center;margin: 10px auto;}
#home-problem .menu-list li h5{font-size: 0.8rem;}

#home-voice .voice-flex .voice-post{width: 90%;padding: 15px 2%;}

/* 下層ページ
----------------------------- */
.childhead{background:#b4a8ce;padding-bottom: 100px;}
.childhead .childhead-inner{position: absolute;top:0;left: 0;z-index: 100;background:#fff;display: inline-block;padding: 15px 50px 15px 5%;}
.childhead .childhead-inner h2{font-size:2rem;color: #c79f5d;}
.childhead .in-headimg{display: inline-flex;}
.childhead .in-headimg .img{width: 60px;margin-right: 5px;}

/* メニュー一覧 */
.menulistpage{}
.menulistpage li{margin: 50px auto;position: relative;padding-bottom: 30px;}
.menulistpage li:before{width: 90%;height: 90%;top:10%;left: 10%;}
.menulistpage li .img{width: 90%;}
.menulistpage li h2{width: 86%;margin: -30px 0 0 7%;font-size: 1.5rem;padding: 10px 2%;}
.menulistpage li:nth-child(even):before{left: 0;right: 10%;}
.menulistpage li:nth-child(even) .img{margin-left: 10%;}

/* メニューページ */
.price-box .text li{margin: 15px 5px 30px 5px;}

.kaisuken{border:1px solid #98548f;padding: 15px;margin: 50px auto;background: #fff;}
.kaisuken .text li h3 span{display: inline-block;margin-right: 15px;}

.pricelist-box .flex-two{margin: 30px auto;}
.pricelist-box .flex-two div{width: 98%;margin: 0 1% 0 1%;}
.pricelist-box .wp-block-image{margin: 0;}
.pricelist-box{position: relative;overflow-x: hidden;}

/* コロナ対策 */
.corona-list{display: block;margin: 30px auto;}
.corona-list li{display: flex;align-items: center;margin: 15px auto;width: 100%;}
.corona-list li .img{width: 25%;}
.corona-list li .text{width: 73%;padding: 0 1%;}

/* 店舗情報 */
.accsss-date .access-logo{text-align: center;}
.accsss-date th{width: 30%;vertical-align: top;}
.accsss-date td{width: 70%;padding-bottom: 5px;}

/* 問い合わせ
----------------------------- */
.sec-contact .tel-btn{width:100%;margin: 30px auto;}
.sec-contact  .googlemap{width: 100%;margin: 30px auto;}
.sec-contact  .googlemap iframe{width: 100%;}

#contact-allora h4{font-size:1.2rem;text-align: center;color: #DFBF66;margin: 30px auto;}
#contact-kozu h4{font-size:1.2rem;text-align: center;color: #2D672A;margin: 30px auto;}

.mailform-tbl {
	clear: both;
	margin-bottom: 20px;
	width: 100%;
}

.mailform-tbl th, .mailform-tbl td { display: block; padding: 10px;text-align: left;vertical-align: top;}

.mailform-tbl th { width: 100%; }
.mailform-tbl td { width: 100%; }

.mailform-tbl td label {
	margin: 0 3px 3px 0;
	display: inline-block;
}

.mailform-tbl td label input{
	width: 1rem;
}

.mailform-tbl .long {
	width: 100%;
}

.mailform-tbl .checkbox {
	width: auto;
}

.mailform-tbl input,.mailform-tbl textarea {
	width: 100%;
}


input, select { margin-right: 3px; outline: 1px solid #ccc; }

textarea { outline: 1px solid #ccc; }

#submit-button {
	text-align: center;
}

#submit-button input {
	text-decoration: none;
	background: #555;
	color: #fff;
	padding: 10px 30px;
}

#submit-button input:hover {
	text-decoration: none;
	background: #888;
	color: #fff;
	padding: 10px 30px;
}


/* ブログ
----------------------------- */
.contents-box .blogtitle{
	font-size:1.5rem;
	padding: 10px;
	font-weight: bold;
	color:#333;
	line-height: normal;
}

.article {
	padding: 20px;
	margin-bottom: 50px;
	border-radius: 5px;
}

.ddcatlist select{
	display: block;
	width: 90%;
	margin: 20px auto;
	border: 1px solid #777;
}

.article .post-meta { /* 記事メタ情報 */
	text-align: left;
	font-size: 0.8rem;
}

.article .post-content { word-wrap: break-word; }

.wp-pagenavi { /* ページ送り */
	margin: 50px 0 20px;
	text-align: center;
	font-size: 0.8rem;
}

#single-paging {/* 詳細ページ送り */ }

#signature-block { /* ブログ署名欄 */
	clear: both;
	padding: 50px 0 0;
}
	.article-left{
		text-align: center;
	}




}

/*リンク位置制御*/
@media all and (min-width:641px) {
	#unitbath, #kitchen, #bathroom, #washstand, #all, #etc, #osusume{
		margin-top:-170px;
  		padding-top:170px;
	}
}
