@charset "utf-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, figure {
	padding: 0;
	outline: 0;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
}
body, table, input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
} article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
    color: #2A2A2A;
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #FFFFFF;
}
p {  }
td {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
image { margin: 0; padding: 0; border-width: 0; }
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/

a:visited {
	color: #00F;
}
a:hover {
	color: #ff6f00;
	text-decoration: none;
}
a:active {  }
image { margin: 0; padding: 0; border-width: 0; }
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/

#globalNavi ul {
    display: none;
}




/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#contents p {
	margin-top: 7px;
	margin-bottom: 10px;
	line-height: 1.8em;
}
.graph-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 5%;
	max-width: 33.68%;
	height: auto;
}
.graph-left {
	float: left;
	margin-right: 5%;
	margin-bottom: 10px;
	max-width: 33.68%;
	height: auto;
}
.graph-max {
	max-width: 100%;
	height: auto;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-075 {
	font-size: 0.75em;
	line-height: 1.4em;
}
.text-085 {
	font-size: 0.85em;
	line-height: 1.4em;
}
.text-orange {
	color: #F17F00;
}
.text-pink { color: #ff0067; }
.text-green {
	color: #2c8516;
}
.text-blue {
	color: #0046D9;
}
.text-red { color: #f00; }
.text-pinkbold {
    color: #FF3E8C;
    font-size: 1em;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.text-strike {
	text-decoration: line-through;
}
.text-in {
	padding-left: 15px;
}
.text-name {
	font-size: 1.3em;
}
hr { height: 1px; clear: both; }
ul { margin-top: 0; margin-right: 0; margin-bottom: 0; list-style-type: disc; }
ol { margin-top: 10px; margin-right: 0; margin-bottom: 10px; list-style-type: decimal; }
#contents ul li {
    text-decoration: none;
    margin-left: 20px;
    list-style-image: url(../img/list-icon.gif);
    line-height: 1.7em;
}
#contents ol li {
	text-decoration: none;
	margin-left: 25px;
	line-height: 1.7em;
}
.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 160px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.button:visited {
	text-decoration: none;
	color: #000000;
}
.button a {
	color: #000000;
	text-decoration: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .2s;
}
.button:hover {
    color: #FFFFFF;
    background-color: #909090;
}
.boxleft {
    float: left;
    clear: both;
}
td.td-history1 {
    padding: 4px;
    width: 120px;
    border-bottom: 1px dashed #B0B0B0;
}
td.td-history2 {
    padding-right: 5px;
    padding-left: 10px;
    border-bottom: 1px dashed #B0B0B0;
    padding-top: 5px;
    padding-bottom: 5px;
}
a.anchor{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
.policybox {
	border: 3px solid #9dbde4;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
	border-radius: 20px;
	width: 90%;
}
.text-faq1 {
	font-weight: bold;
	background-image: url(../img/faq-q.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 40px;
	min-height: 25px;
}
.text-faq2 {
	background-image: url(../img/faq-a.png);
	background-repeat: no-repeat;
	background-position: 20px 4px;
	padding-left: 55px;
	min-height: 25px;
	padding-bottom: 20px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer a {
    color: #2A2A2A;
}

/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.clear {
    clear: both;
}  
.clear hr {
    display: none;
}
.clear-space {
	clear: both;
	height: 20px;
}  
.clear-space hr {
	display: none;
}
.space {
	height: 20px;
}  
.space hr {
	display: none;
}
.space-w {
	height: 40px;
}  
.space-w hr {
	display: none;
}




/*------------------------------------------------------------
	フェードイン
------------------------------------------------------------*/
	
.fadein {
  opacity : 0;
  transform: translateY(70px);
  transition: all 1s;
}








/* ########## 480px以下 ########## */

@media (max-width: 480px) {

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#container {
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 320px;
}
#box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#contents {
    padding-right: 0%;
    padding-left: 0%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    font-size: 1em;
    width: 100%;
}
.blockinner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.block1w {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 20px;
    margin-bottom: -7px;
    clear: both;
    background-color: #f5f5f5;
}
.block1 {
	width: 100%;
	padding-bottom: 0px;
	padding-top: 30px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(../img/block1-bg.webp);
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.graph-hour {
	margin-bottom: 10px;
	padding-top: 20px;
}
.block2 {
	width: 100%;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 0px;
	background-color: #333333;
}
.block2inner {
	width: 90%;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	clear: both;
	padding-left: 5%;
	color: #FFFFFF;
	padding-right: 5%;
}
.graph-block2 {
	text-align: center;
	padding-bottom: 20px;
}
.block3 {
	width: 100%;
	padding-bottom: 30px;
	padding-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/block3-bg.webp);
	background-repeat: repeat-x;
	background-color: #e7e7e7;
}
.block3inner {
	width: 90%;
	padding-bottom: 0px;
	padding-top: 220px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(../img/block3-photo.webp);
	background-repeat: no-repeat;
	background-size: auto 240px;
	background-position: center top;
	padding-left: 5%;
	padding-right: 5%;
}





/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	font-size: 1px;
	text-decoration: none;
	text-align: left;
	height: 55px;
	clear: both;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	min-width: 950px;
	border-bottom: 1px solid #727272;
	position: fixed;
	z-index: 100;
	background-image: url(../img/header-bg.webp);
	background-repeat: repeat-x;
	background-size: auto 100%;
}
#headerglobal {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 100%;
    height: 55px;
}
#headerglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
}
#headerglobal a:link { text-decoration: none; }
#headerglobal a:hover { text-decoration: none; }
#headerglobal a:visited { text-decoration: none; }
#headerglobal ul li.home a {
	background-repeat: no-repeat;
	background-image: url(../img/header-logo.webp);
	display: block;
	float: left;
	width: 215px;
	height: 51px;
	outline: none 0;
	background-position: center 0%;
	background-size: 100% auto;
	margin-left: 10px;
	margin-top: 2px;
}







/*------------------------------------------------------------
	ヘッダーイメージ
------------------------------------------------------------*/

#headerimg {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 450px;
}
#toptext {
    padding-top: 200px;
    margin-right: auto;
    margin-left: auto;
    width: 96%;
    text-align: center;
    margin-top: 0px;
}
#headerimg-b {
    padding-top: 55px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin: 0px;
    width: 100%;
}


/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/
#mobile-menu{
    position: fixed;
    top: 0;
    display: block;
    clear: both;
    width: 100%;
    margin-top: 0px;
    height: 5px;
    text-align: left;
	z-index: 9999;
}
#right-menu {
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 55px;
    background-image: url(../img/menu.gif);
    background-repeat: no-repeat;
    height: 0;
    background-size: 100% 100%;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 55px;
} 
#right-menu a{
	color: #fff;
	display: block;
	cursor: pointer;
	line-height: 100%;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
h1{
	font-size: 1.4em;
	font-weight: bold;
	clear: both;
	margin-top: 2em;
	margin-bottom: 25px;
	padding-top: 70px;
	padding-bottom: 5px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background-image: url(../img/h1.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 60px;
}
h2{
	font-size: 1.4em;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	clear: both;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom: 1px solid #c9c9c9;
	border-left: 13px solid #333333;
}
h3{
    font-size: 1.3em;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-top: 1.5em;
    margin-right: 0;
    margin-bottom: 0.8em;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 23px;
    margin-left: 1px;
    background-image: url(../img/h3.png);
    background-repeat: no-repeat;
    background-position: 0% 8px;
    clear: both;
}
.text-largemincho {
    font-size: 1.4em;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.6em;
}
#infobox {
    background-color: #FFFFFF;
    border: 1px solid #01367e;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.sptel {
	margin-bottom: 40px;
}


.box1 {
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
}
.box2 {
	width: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
}
.treatmentbox1 {
	width: 90%;
	margin-bottom: 0px;
	padding-left: 0%;
	padding-right: 10%;
	padding-bottom: 10px;
}
.treatmentbox2 {
	width: 90%;
	margin-bottom: 0px;
	padding-left: 10%;
	padding-right: 0%;
	padding-bottom: 10px;
}
.graph-right-center {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: center;
    width: 100%;
    height: auto;
}
.graph-left-center {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: center;
    width: 100%;
    height: auto;
}
.pccentertext {
    text-align: left;
}
.guidebox1 {
    width: 49%;
    float: left;
    margin-top: 0;
    margin-right: 2%;
    margin-left: 0%;
    margin-bottom: 10px;
    padding: 0;
}
.guidebox2 {
    width: 49%;
    float: left;
    margin-top: 0;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 10px;
    padding: 0;
}
.guidebox3 {
    width: 49%;
    float: left;
    margin-top: 0;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 10px;
    padding: 0;
}
td.td-price1 {
    background-color: #F4F4F4;
    text-align: center;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 8px;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    font-size: 0.85em;
}
td.td-price2 {
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	font-size: 0.85em;
}
td.td-price3 {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	font-size: 0.85em;
}
.sp-off {
    display: none;
}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
	font-size: 0.85em;
	line-height: 1.7em;
	vertical-align: top;
	clear: both;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 40px;
	width: 100%;
}
#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}
#footerbox {
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	width: 90%;
	text-align: left;
	margin-right: auto;
	padding-bottom: 0px;
}
.footerbox1 {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
.footerbox2 {
    width: 100%;
    margin-bottom: 30px;
}
.footertext {
    color: #FFF;
    font-size: 0.75em;
    text-align: center;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #000000;
}


/*------------------------------------------------------------
	ページトップボタン
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	bottom: 15px;
	right: 5px;
	width: 50px;
	background-image: url(../img/pagetop.png);
	background-size: 50px 50px;
	font-size: 1px;
	text-indent: -9999px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 50px;
	height: 50px;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}


/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/

.pcclear {
	display: none;
}  

.spclear {
	clear: both;
}  
.spclear hr {
	display: none;
}





}



/* ########## 959～481px ########## */

@media print, screen and (max-width: 959px) and (min-width: 481px) {


/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#container {
    padding: 0;
    margin: 0;
    width: 100%;
}
#box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#contents {
    padding-right: 0%;
    padding-left: 0%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    font-size: 1em;
    width: 100%;
}
.blockinner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.block1 {
	width: 100%;
	padding-bottom: 0px;
	padding-top: 30px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(../img/block1-bg.webp);
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.graph-hour {
	margin-bottom: 10px;
	text-align: right;
	padding-top: 30px;
	padding-left: 5%;
}
.block2 {
	width: 100%;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 0px;
	background-color: #333333;
}
.block2inner {
	width: 90%;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	clear: both;
	padding-left: 5%;
	color: #FFFFFF;
	padding-right: 5%;
}
.graph-block2 {
	text-align: center;
	padding-bottom: 30px;
}
.block3 {
	width: 100%;
	padding-bottom: 30px;
	padding-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/block3-bg.webp);
	background-repeat: repeat-x;
	background-color: #e7e7e7;
}
.block3inner {
	width: 90%;
	padding-bottom: 0px;
	padding-top: 220px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(../img/block3-photo.webp);
	background-repeat: no-repeat;
	background-size: auto 240px;
	background-position: center top;
	padding-left: 5%;
	padding-right: 5%;
}




/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	font-size: 1px;
	text-decoration: none;
	text-align: left;
	height: 60px;
	clear: both;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	min-width: 950px;
	border-bottom: 1px solid #727272;
	position: fixed;
	z-index: 100;
	background-image: url(../img/header-bg.webp);
	background-repeat: repeat-x;
	background-size: auto 100%;
}
#headerglobal {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 100%;
    height: 60px;
}
#headerglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
}
#headerglobal a:link { text-decoration: none; }
#headerglobal a:hover { text-decoration: none; }
#headerglobal a:visited { text-decoration: none; }
#headerglobal ul li.home a {
	background-repeat: no-repeat;
	background-image: url(../img/header-logo.webp);
	display: block;
	float: left;
	width: 236px;
	height: 56px;
	outline: none 0;
	background-position: center 0%;
	background-size: 100% auto;
	margin-left: 20px;
	margin-top: 2px;
}






/*------------------------------------------------------------
	ヘッダーイメージ
------------------------------------------------------------*/

#headerimg {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 580px;
}
#toptext {
    padding-top: 220px;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    text-align: center;
    margin-top: 0px;
}
#headerimg-b {
    padding-top: 60px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin: 0px;
    width: 100%;
}


/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/
#mobile-menu{
    position: fixed;
    top: 0;
    display: block;
    clear: both;
    width: 100%;
    margin-top: 0px;
    height: 5px;
    text-align: left;
	z-index: 9999;
}
#right-menu {
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 60px;
    background-image: url(../img/menu.gif);
    background-repeat: no-repeat;
    height: 0;
    background-size: 100% 100%;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 60px;
} 
#right-menu a{
	color: #fff;
	display: block;
	cursor: pointer;
	line-height: 100%;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
h1{
	font-size: 1.6em;
	font-weight: bold;
	clear: both;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 25px;
	padding-top: 95px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background-image: url(../img/h1.webp);
	background-repeat: no-repeat;
	background-position: center top;
}
h2{
	font-size: 1.5em;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	clear: both;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom: 1px solid #c9c9c9;
	border-left: 13px solid #333333;
}
h3{
    font-size: 1.3em;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-top: 1.5em;
    margin-right: 0;
    margin-bottom: 0.8em;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 23px;
    margin-left: 1px;
    background-image: url(../img/h3.png);
    background-repeat: no-repeat;
    background-position: 0% 8px;
    clear: both;
}
.text-largemincho {
    font-size: 1.6em;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.6em;
}
#infobox {
    background-color: #FFFFFF;
    border: 1px solid #01367e;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.sptel {
	display: none;
}


.box1 {
    width: 47%;
    float: left;
    margin-bottom: 15px;
}
.box2 {
    width: 47%;
    float: right;
    margin-bottom: 15px;
}
.treatmentbox1 {
    width: 47%;
    float: left;
    margin-bottom: 0px;
}
.treatmentbox2 {
	width: 47%;
	float: right;
	margin-bottom: 0px;
	padding-top: 30px;
}
.graph-right-center {
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
    height: auto;
    width: 33.68%;
}
.graph-left-center {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
    height: auto;
    width: 33.68%;
}
.pccentertext {
    text-align: left;
}
.guidebox1 {
    width: 32%;
    float: left;
    margin-top: 0;
    margin-right: 2%;
    margin-left: 0%;
    margin-bottom: 5px;
    padding: 0;
    font-size: 0.95em;
}
.guidebox2 {
    width: 32%;
    float: left;
    margin-top: 0;
    margin-right: 2%;
    margin-left: 0%;
    margin-bottom: 5px;
    padding: 0;
    font-size: 0.95em;
}
.guidebox3 {
    width: 32%;
    float: left;
    margin-top: 0;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 5px;
    padding: 0;
    font-size: 0.95em;
}
td.td-price1 {
    background-color: #F4F4F4;
    text-align: center;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 8px;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}
td.td-price2 {
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
td.td-price3 {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}


.pc-off {
    display: none;
}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
	font-size: 0.85em;
	line-height: 1.7em;
	vertical-align: top;
	clear: both;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 100px;
	width: 100%;
}
#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}
#footerbox {
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	width: 90%;
	text-align: left;
	margin-right: auto;
	padding-bottom: 0px;
}
.footerbox1 {
	width: 38%;
	float: left;
	margin-bottom: 15px;
	text-align: left;
}
.footerbox2 {
    width: 58%;
    float: right;
    margin-bottom: 15px;
}
.footertext {
    color: #FFF;
    font-size: 0.75em;
    text-align: center;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #000000;
}

/*------------------------------------------------------------
	ページトップボタン
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	bottom: 15px;
	right: 5px;
	width: 50px;
	background-image: url(../img/pagetop.png);
	background-size: 50px 50px;
	font-size: 1px;
	text-indent: -9999px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 50px;
	height: 50px;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}





/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/

.pcclear {
	display: none;
}  

.spclear {
	clear: both;
}  
.spclear hr {
	display: none;
}
	
}







/* ########## 960px以上 ########## */

@media (min-width: 960px) {


/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#container {
    padding: 0;
    min-width: 950px;
    width: 100%;
}
#box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#contents {
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.blockinner {
    width: 80%;
    min-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.block1 {
	width: 100%;
	padding-bottom: 0px;
	padding-top: 30px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(../img/block1-bg.webp);
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.graph-hour {
	margin-bottom: 10px;
	text-align: right;
	padding-top: 30px;
}
.block2 {
	width: 100%;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 0px;
	background-color: #333333;
}
.block2inner {
	width: 57%;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(../img/block2-bg.webp);
	background-repeat: no-repeat;
	background-size: 36% auto;
	background-position: left center;
	padding-left: 40%;
	color: #FFFFFF;
	padding-right: 3%;
}
.graph-block2 {
	display: none;
}
.block3 {
	width: 100%;
	padding-bottom: 30px;
	padding-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/block3-bg.webp);
	background-repeat: repeat-x;
	background-color: #e7e7e7;
}
.block3inner {
	width: 52%;
	padding-bottom: 0px;
	padding-top: 30px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(../img/block3-photo.webp);
	background-repeat: no-repeat;
	background-size: 36% auto;
	background-position: right top;
	padding-left: 8%;
	padding-right: 40%;
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#header {
	font-size: 1px;
	text-decoration: none;
	text-align: left;
	height: 90px;
	clear: both;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	min-width: 950px;
	background-color: #FFFFFF;
	background-image: url(../img/header-bg.webp);
	background-repeat: repeat-x;
}
#headerglobal {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 80%;
    background-image: url(../img/header-bg3.webp);
    background-repeat: no-repeat;
    background-position: right center;
    height: 90px;
}
#headerglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
}
#headerglobal a:link { text-decoration: none; }
#headerglobal a:hover { text-decoration: none; }
#headerglobal a:visited { text-decoration: none; }
#headerglobal ul li.home a {
    background-repeat: no-repeat;
    background-image: url(../img/header-logo.webp);
    display: block;
    float: left;
    width: 380px;
    height: 90px;
    outline: none 0;
    background-position: center 0%;
}

#headerglobal ul li.home a:hover {
    background-image: url(../img/header-logo-a.webp);
    background-position: center 0%;
    background-repeat: no-repeat;
}

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/

#globalNavi ul {
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	list-style-type: none;
	margin: 0 auto;
	padding: 0px 0;
	width: 100%;

}
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 100;
}
#global {
	font-size: 1px;
	text-decoration: none;
	text-align: left;
	height: 70px;
	clear: both;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	background-image: url(../img/global-bg.webp);
	background-repeat: repeat-x;
}
#globalcontainer {
    font-size: 1px;
    text-decoration: none;
    text-align: left;
    height: 70px;
    clear: both;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 80%;
    min-width: 950px;
    max-width: 1200px;
}
#global ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
}
#global a:link { text-decoration: none; }
#global a:hover { text-decoration: none; }
#global a:visited { text-decoration: none; }
#global ul li.n01 {
    background-repeat: no-repeat;
    background-image: url(../img/menu/menu_01.png);
    display: block;
    float: left;
    width: 14%;
    height: 40px;
    outline: none 0;
    background-position: center center;
    border-right: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    margin-top: 15px;
}
#global ul li.n01 a {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	outline: none 0;
}
#global ul li.n01 a:hover {
    background-image: url(../img/menu/menu_01a.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#global ul li.n02 {
    background-repeat: no-repeat;
    background-image: url(../img/menu/menu_02.png);
    display: block;
    float: left;
    width: 14%;
    height: 40px;
    outline: none 0;
    background-position: center center;
    border-right: 1px solid #d1d1d1;
    margin-top: 15px;
}
#global ul li.n02 a {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	outline: none 0;
}
#global ul li.n02 a:hover {
    background-image: url(../img/menu/menu_02a.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#global ul li.n03 {
    background-repeat: no-repeat;
    background-image: url(../img/menu/menu_03.png);
    display: block;
    float: left;
    width: 14%;
    height: 40px;
    outline: none 0;
    background-position: center center;
    border-right: 1px solid #d1d1d1;
    margin-top: 15px;
}
#global ul li.n03 a {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	outline: none 0;
}
#global ul li.n03 a:hover {
    background-image: url(../img/menu/menu_03a.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#global ul li.n04 {
    background-repeat: no-repeat;
    background-image: url(../img/menu/menu_04.png);
    display: block;
    float: left;
    width: 14%;
    height: 40px;
    outline: none 0;
    background-position: center center;
    border-right: 1px solid #d1d1d1;
    margin-top: 15px;
}
#global ul li.n04 a {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	outline: none 0;
}
#global ul li.n04 a:hover {
    background-image: url(../img/menu/menu_04a.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#global ul li.n05 {
    background-repeat: no-repeat;
    background-image: url(../img/menu/menu_05.png);
    display: block;
    float: left;
    width: 14%;
    height: 40px;
    outline: none 0;
    background-position: center center;
    border-right: 1px solid #d1d1d1;
    margin-top: 15px;
}
#global ul li.n05 a {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	outline: none 0;
}
#global ul li.n05 a:hover {
    background-image: url(../img/menu/menu_05a.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#global ul li.n06 {
    background-repeat: no-repeat;
    background-image: url(../img/menu/menu_06.png);
    display: block;
    float: left;
    width: 14%;
    height: 40px;
    outline: none 0;
    background-position: center center;
    border-right: 1px solid #d1d1d1;
    margin-top: 15px;
}
#global ul li.n06 a {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	outline: none 0;
}
#global ul li.n06 a:hover {
    background-image: url(../img/menu/menu_06a.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#global ul li.n07 {
    background-repeat: no-repeat;
    background-image: url(../img/menu/menu_07.png);
    display: block;
    float: left;
    width: 14%;
    height: 40px;
    outline: none 0;
    background-position: center center;
    border-right: 1px solid #d1d1d1;
    margin-top: 15px;
}
#global ul li.n07 a {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	outline: none 0;
}
#global ul li.n07 a:hover {
    background-image: url(../img/menu/menu_07a.png);
    background-repeat: no-repeat;
    background-position: center center;
}


/*------------------------------------------------------------
	ヘッダーイメージ
------------------------------------------------------------*/

#headerimg {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 740px;
    vertical-align: bottom;
}
#toptext {
    padding-top: 260px;
    margin-right: auto;
    margin-left: auto;
    width: 800px;
    text-align: center;
    margin-top: 0px;
}
#headerimg-b {
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin: 0px;
    width: 100%;
}




/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/
#mobile-menu{
	display: none;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

h1{
	font-size: 1.8em;
	font-weight: bold;
	clear: both;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 25px;
	padding-top: 95px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background-image: url(../img/h1.webp);
	background-repeat: no-repeat;
	background-position: center top;
}
h2{
	font-size: 1.5em;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	clear: both;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom: 1px solid #c9c9c9;
	border-left: 13px solid #333333;
}
h3{
    font-size: 1.3em;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-top: 1.5em;
    margin-right: 0;
    margin-bottom: 0.8em;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 23px;
    margin-left: 1px;
    background-image: url(../img/h3.png);
    background-repeat: no-repeat;
    background-position: 0% 8px;
    clear: both;
}
.text-largemincho {
    font-size: 1.8em;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.6em;
}
#infobox {
    background-color: #FFFFFF;
    border: 1px solid #01367e;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.sptel {
	display: none;
}

.box1 {
    width: 47%;
    float: left;
    margin-bottom: 15px;
}
.box2 {
    width: 47%;
    float: right;
    margin-bottom: 15px;
}
.treatmentbox1 {
    width: 47%;
    float: left;
    margin-bottom: 0px;
}
.treatmentbox2 {
	width: 47%;
	float: right;
	margin-bottom: 0px;
	padding-top: 30px;
}
.graph-right-center {
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
    height: auto;
    width: 33.68%;
}
.graph-left-center {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
    height: auto;
    width: 33.68%;
}
.pccentertext {
    text-align: center;
}

.guidebox1 {
    width: 32%;
    float: left;
    margin-top: 0;
    margin-right: 2%;
    margin-left: 0%;
    margin-bottom: 5px;
    padding: 0;
    font-size: 0.95em;
}
.guidebox2 {
    width: 32%;
    float: left;
    margin-top: 0;
    margin-right: 2%;
    margin-left: 0%;
    margin-bottom: 5px;
    padding: 0;
    font-size: 0.95em;
}
.guidebox3 {
    width: 32%;
    float: left;
    margin-top: 0;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 5px;
    padding: 0;
    font-size: 0.95em;
}
td.td-price1 {
    background-color: #F4F4F4;
    text-align: center;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 8px;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}
td.td-price2 {
    background-color: #FFFFFF;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 8px;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}
td.td-price3 {
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 8px;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}

.wrap{
 display:flex;
}
.pc-off {
    display: none;
}

	
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
    font-size: 0.85em;
    line-height: 1.7em;
    vertical-align: top;
    clear: both;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    margin-top: 100px;
    width: 100%;
}
#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}
#footerbox {
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	width: 80%;
	margin-right: auto;
	padding-bottom: 0px;
	min-width: 960px;
}
.footerbox1 {
	width: 38%;
	float: left;
	margin-bottom: 15px;
	text-align: left;
}
.footerbox2 {
    width: 58%;
    float: right;
    margin-bottom: 15px;
}
.footertext {
    color: #FFF;
    font-size: 0.75em;
    text-align: center;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #000000;
}

/*------------------------------------------------------------
	ページトップボタン
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 60px;
	background-image: url(../img/pagetop.png);
	background-size: 60px 60px;
	font-size: 1px;
	text-indent: -9999px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 60px;
	height: 60px;
}

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




/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/

.pcclear {
	clear: both;
}  
.pcclear hr {
	display: none;
}
.spclear {
	display: none;
}




}
