@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 {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 1em;
}
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: #363636;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {  }
td {
	line-height: 1.5em;
	vertical-align: top;
	font-size: 1em;
	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:link {
	color: #00F;
}

a:visited {
	color: #00F;
}
a:hover {
	color: #ff6f00;
	text-decoration: none;
}
a:active {  }


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

#contents p { margin-top: 7px; margin-bottom: 3px; }
.graph-max {
    max-width: 100%;
    height: auto;
}
.graph-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 5%;
	max-width: 45%;
	height: auto;
}
.graph-left {
	float: left;
	margin-right: 5%;
	margin-bottom: 10px;
	max-width: 45%;
	height: auto;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-brown {
	color: #533129;
}
.text-orange {
	color: #fb6d00;
}
.text-pink { color: #ff0067; }
.text-green {
	color: #406C23;
}
.text-blue {
	color: #014DE8;
}
.text-red { color: #f00; }
.text-strike {
	text-decoration: line-through;
}
.text-1 { font-size: 10px; }
.text-in {
	padding-left: 15px;
}
.text-faq1 {
    font-weight: bold;
    background-image: url(../image/faq1.gif);
    background-repeat: no-repeat;
    padding-left: 28px;
    background-position: 0px 5px;
    padding-bottom: 5px;
}
.text-faq2 {
    font-weight: normal;
    background-image: url(../image/faq2.gif);
    background-repeat: no-repeat;
    padding-left: 42px;
    background-position: 0px 5px;
    padding-bottom: 30px;
}
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;
	list-style-image: url(../image/list-icon.gif);
	line-height: 1.8em;
	margin-left: 25px;
}
#contents ol li {
	text-decoration: none;
	margin-left: 30px;
	line-height: 1.8em;
}
.button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #fefaf2;
    color: #8F8F8F;
    padding-top: 15px;
    padding-bottom: 13px;
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 1em;
    padding-left: 50px;
    padding-right: 50px;
    border: 1px solid #fb6d00;
    float: left;
}
.button:link {
	color: #363636;
	text-decoration: none;
}
.button:visited {
	color: #363636;
	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 {
	background-color: #feedcb;
	color: #363636;
}
.treatmentbox1 {
	border: 2px solid #fb6d00;
	border-radius: 20px;
	background-color: #fefaf2;
	text-align: center;
	width: 97%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1%;
	padding-right: 1%;
}


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

#footer ul li {
	text-decoration: none;
	list-style-image: url(../image/list-icon.gif);
	line-height: 1.8em;
	margin-left: 25px;
}
#footer a {
	margin: 0;
	color: #62482f;
}
td.td-footerinfo1 {
    background-color: #fcb200;
    text-align: center;
    vertical-align: middle;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 10px;
    color: #FFFFFF;
    border-bottom: 5px solid #FFFFFF;
}
td.td-footerinfo2 {
    vertical-align: middle;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 10px;
}



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



/*------------------------------------------------------------
	RSS
------------------------------------------------------------*/
.rss-box {
    text-align: left;
    margin: 0;
    padding: 0px;
}

/* RSSフィード　サイトタイトル表示 */
.rss-title {
	padding: 0;
	margin: 0px;
}

/* RSSフィード　サイトタイトル表示　リンクカラー */
.rss-title a {

}

/* RSSフィード　記事一覧の大枠 */
.rss-items {
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 */
.rss-item {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー */
.rss-item a:link ,
.rss-item a:visited ,
.rss-item a:active {
	text-decoration : underline;
	color: blue;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー：ロールオーバー */
.rss-item a:hover {
color: #ff7d00;
}

/* RSSフィード　記事日付 */
.rss-date {
    color: #f75600;
    font-size: 12px;
    font-weight : normal;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    line-height: 14px;
}

/*------------------------------------------------------------
	bxslider
------------------------------------------------------------*/
.bxslider li {
    display: none;
}
.bx-viewport .bxslider li {
    display: block !important;
}




/* ########## 599px以下 ########## */

@media (max-width: 599px) {
	

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

#container {
    width: 100%;
    clear: both;
    min-width: 320px;
}
#contents {
    line-height: 1.6em;
    text-align: left;
    vertical-align: top;
    width: 100%;
    float: right;
    padding: 0;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 60px;
    margin-left: 0;
    font-size: 1em;
}
#topimage {
    width: 100%;
    clear: both;
    margin-bottom: 25px;
}



/*------------------------------------------------------------
	ヘッダーメニュー
------------------------------------------------------------*/

#navicontainer {
    vertical-align: top;
    width: 87%;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 9999;
    text-align: left;
}	
#globalNav {
    display: none;
}
#headercontainer {
    vertical-align: top;
    width: 87%;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 9999;
    text-align: left;
    background-image: url(../image/sp-header-bg.gif);
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: auto 100%;
}
#header {
    width: 67%;
}

/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/

#mobile-menu{
    position: fixed;
    top: 0;
    display: block;
    clear: both;
    width: 100%;
    margin-top: 0px;
    height: 5px;
    text-align: left;
}
#right-menu {
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 42px;
    background-image: url(../image/menu.png);
    background-repeat: no-repeat;
    height: 0;
    background-size: 100% 100%;
    float: right;
    margin-top: 5px;
    margin-right: 0px;
    padding-top: 51px;
} 
#right-menu a{
	color: #fff;
	display: block;
	cursor: pointer;
	line-height: 100%;
}


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

h1 {
    font-size: 1.1em;
    font-weight: bold;
    background-image: url(../image/h1.gif);
    background-repeat: no-repeat;
    background-position: 0 center;
    clear: both;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 55px;
    border: 1px solid #fb6d00;
    padding-top: 17px;
    background-color: #fefaf2;
    border-radius: 10px;
}

h2 {
    font-size: 1.1em;
    font-weight: bold;
    clear: both;
    margin-top: 2em;
    margin-right: 0;
    margin-bottom: 1.3em;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    border-bottom: 2px solid #fb6d00;
    border-left: 10px solid #fb6d00;
    background-color: #fefaf2;
}
h3{
    font-size: 1.1em;
    font-weight: bold;
    background-repeat: no-repeat;
    clear: both;
    margin-top: 2em;
    margin-right: 0;
    margin-bottom: 1.3em;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 30px;
    background-image: url(../image/h3.png);
    border-bottom: 1px dashed #8F8F8F;
    background-position: 7px 7px;
}

.box1 {
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
}
.box2 {
	width: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 25px;
}
.box3 {
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
}
.box4 {
	width: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 25px;
}
#infobox {
    margin-bottom: 0px;
    padding-bottom: 25px;
    padding-top: 15px;
    padding-left: 15px;
    margin-top: 10px;
    padding-right: 15px;
    margin-left: 3%;
    margin-right: 3%;
    border: 2px solid #fb6d00;
    font-size: 0.85em;
    border-radius: 10px;
    background-color: #fefaf2;
    background-image: url(../image/infobox-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 30% auto;
}
#block1 {
    background-color: #fff9f3;
    margin-top: 40px;
    background-image: url(../image/block1-bg.jpg);
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: auto 100%;
    padding-top: 40px;
    padding-bottom: 15px;
    line-height: 1.5em;
    margin-bottom: 40px;
    width: 100%;
    font-size: 0.9em;
}
#block1-inner {
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
}
#block1-inner1 {
    width: 35%;
    float: left;
    display: none;
}
#block1-inner2 {
    width: 100%;
}
.block-inner {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}
.block940 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
#box-4 ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
	}
#box-4 li {
	float: left;
	list-style: none;
	text-align: left;
}
#box-4:after {
	content: "";
	display: block;
	clear: both;
}
#box-4 img {
	max-width: 100%;
	height: auto;
}
td.td-price1 {
    background-color: #ffdab2;
    text-align: center;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
    font-size: 0.85em;
}
td.td-price2 {
    text-align: center;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
    font-size: 0.85em;
}
.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;
}
a.anchor{
    display: block;
    padding-top: 10px;
    margin-top: -10px;
}	

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

#footerinfo {
    text-align: left;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom: 40px;
}
.graph-footerlogo {
    max-width: 70%;
    height: auto;
}
#footerinfo-1 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 0.85em;
}
#footerinfo-2 {
    width: 100%;
    text-align: right;
    line-height: 2em;
    font-size: 0.85em;
}
#footer {
    font-size: 0.85em;
    line-height: 1.5em;
    vertical-align: top;
    clear: both;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    margin: 0;
    background-color: #fbf7f4;
}
#footerbox {
    vertical-align: top;
    order-right-style: solid;
    margin-top: 0;
    margin-right: 1%;
    margin-bottom: 0;
    margin-left: 0%;
    width: 99%;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}
#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}
.footer-menubox {
    line-height: 1.6em;
    width: 50%;
    float: left;
    margin-top: 0;
    text-align: left;
    margin-bottom: 10px;
}
.footertext {
    color: #FFF;
    font-size: 0.85em;
    text-align: center;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 2px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #fb6d00;
}


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

.pcclear {
	display: none;
}  

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



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

#pageTop {
	position: fixed;
	bottom: 30px;
	right: 5px;
	width: 50px;
	background-image: url(../image/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;
}

}







/* ########## 969～600px ########## */

@media print, screen and (max-width: 969px) and (min-width: 600px) {

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

#contents {
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	width: 100%;
	float: right;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 60px;
	margin-left: 0;
	font-size: 1em;
}
#topimage {
    width: 100%;
    clear: both;
    margin-bottom: 25px;
}



/*------------------------------------------------------------
	ヘッダーメニュー
------------------------------------------------------------*/

#navicontainer {
    vertical-align: top;
    width: 100%;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 9999;
    text-align: left;
}	
#globalNav {
    display: none;
}
#headercontainer {
    vertical-align: top;
    width: 92%;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 9999;
    text-align: left;
    background-image: url(../image/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: auto 100%;
}
#header {
    width: 57%;
}

/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/

#mobile-menu{
    position: fixed;
    top: 0;
    display: block;
    clear: both;
    width: 100%;
    margin-top: 0px;
    height: 5px;
    text-align: left;
}
#right-menu {
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 56px;
    background-image: url(../image/menu.png);
    background-repeat: no-repeat;
    height: 0;
    background-size: 100% 100%;
    float: right;
    margin-top: 5px;
    margin-right: 0px;
    padding-top: 68px;
} 
#right-menu a{
	color: #fff;
	display: block;
	cursor: pointer;
	line-height: 100%;
}


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

h1 {
    font-size: 1.3em;
    font-weight: bold;
    background-image: url(../image/h1.gif);
    background-repeat: no-repeat;
    background-position: 0 center;
    clear: both;
    margin-bottom: 30px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 55px;
    border: 1px solid #fb6d00;
    padding-top: 17px;
    background-color: #fefaf2;
    border-radius: 10px;
}
h2 {
    font-size: 1.3em;
    font-weight: bold;
    clear: both;
    margin-top: 2em;
    margin-right: 0;
    margin-bottom: 1.3em;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: 2px solid #fb6d00;
    border-left: 10px solid #fb6d00;
    background-color: #fefaf2;
}
h3{
    font-size: 1.2em;
    font-weight: bold;
    background-repeat: no-repeat;
    clear: both;
    margin-top: 2em;
    margin-right: 0;
    margin-bottom: 1.3em;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 30px;
    background-image: url(../image/h3.png);
    border-bottom: 1px dashed #8F8F8F;
    background-position: 7px 7px;
}

.box1 {
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
}
.box2 {
	width: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 25px;
}
.box3 {
    width: 47%;
    float: left;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
}
.box4 {
    width: 47%;
    float: right;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
}
#infobox {
    margin-bottom: 0px;
    padding-bottom: 25px;
    padding-top: 15px;
    padding-left: 15px;
    margin-top: 10px;
    padding-right: 15px;
    margin-left: 3%;
    margin-right: 3%;
    border: 2px solid #fb6d00;
    border-radius: 10px;
    background-color: #fefaf2;
    background-image: url(../image/infobox-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 30% auto;
}
#block1 {
    background-color: #fff9f3;
    margin-top: 60px;
    background-image: url(../image/block1-bg.jpg);
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: auto 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1.5em;
    margin-bottom: 60px;
    width: 100%;
}
#block1-inner {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
#block1-inner1 {
    width: 27%;
    float: left;
}
#block1-inner2 {
    width: 68%;
    float: right;
}
.block-inner {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.block940 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
#box-4 ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
	}
#box-4 li {
	float: left;
	list-style: none;
	text-align: left;
}
#box-4:after {
	content: "";
	display: block;
	clear: both;
}
#box-4 img {
	max-width: 100%;
	height: auto;
}
td.td-price1 {
    background-color: #ffdab2;
    text-align: center;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    vertical-align: middle;
}
td.td-price2 {
    text-align: center;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    vertical-align: middle;
}
.graph-right-center {
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
    height: auto;
    max-width: 45%;
}
.graph-left-center {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
    height: auto;
	max-width: 45%;
}
a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}


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

#footerinfo {
    text-align: left;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
#footerinfo-1 {
    width: 44%;
    float: left;
    font-size: 0.85em;
}
#footerinfo-2 {
    float: right;
    width: 53%;
    margin-top: 30px;
    text-align: right;
    line-height: 2em;
    font-size: 0.85em;
}
#footer {
    font-size: 0.85em;
    line-height: 1.5em;
    vertical-align: top;
    clear: both;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    margin: 0;
    background-color: #fbf7f4;
}
#footerbox {
    vertical-align: top;
    order-right-style: solid;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 98%;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}
#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}
.footer-menubox {
    line-height: 1.6em;
    width: 33%;
    float: left;
    margin-top: 0;
    text-align: left;
    margin-bottom: 20px;
}
.footertext {
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 2px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #fb6d00;
}


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

.pcclear {
	display: none;
}  

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



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

#pageTop {
	position: fixed;
	bottom: 30px;
	right: 5px;
	width: 50px;
	background-image: url(../image/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;
}


}





/* ########## 970px以上 ########## */

@media (min-width: 970px) {

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

#bodybox {
	min-width: 980px;
	overflow: hidden;
}
#contents {
    line-height: 1.8em;
    text-align: left;
    vertical-align: top;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 80px;
    margin-left: 0;
    font-size: 1em;
}
#topimage {
    width: 100%;
    clear: both;
    margin-bottom: 40px;
    padding-top: 0px;
    min-width: 950px;
}
#pc-off {
	display: none;
}
a.anchor{
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}

/*------------------------------------------------------------
	ヘッダーメニュー
------------------------------------------------------------*/

#header {
    text-align: left;
    width: 950px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../image/header-bg.jpg);
    background-position: right 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;
}
#navicontainer {
    vertical-align: top;
    width: 100%;
    text-align: center;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(../image/navicontainer-bg.gif);
    background-repeat: repeat-x;
    min-width: 980px;
}
#globalNav {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    height: 50px;
}
#globalNav ul li {
    margin-right: 0px;
    float: left;
    position: relative;
    list-style-type: none;
    list-style-position: inside;
    margin-bottom: -7px;
}
#globalNav ul li ul {
    display: none;
    position: absolute;
	z-index:2;
    top: 50px;
    left: 0;
}
#globalNav ul li ul li {
	float: none;
	font-size: 13px;
	line-height: 0;
}
#globalNav ul li ul li a {
    display: block;
    width: 148px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 8px;
    background-color: #FFFFFF;
    line-height: normal;
    border-right: 1px solid #d3a57a;
    border-left: 1px solid #d3a57a;
    border-bottom: 1px solid #d3a57a;
    text-decoration: none;
    text-align: left;
    color: #ba5202;
    margin-left: -1px;
    margin-bottom: 7px;
}
#globalNav ul li ul li a:hover {
    color: #ba5202;
    background: #fef1dc;
}

/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/

#mobile-menu{
	display: none;
}


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

h1 {
    font-size: 1.3em;
    font-weight: bold;
    background-image: url(../image/h1.gif);
    background-repeat: no-repeat;
    background-position: 0 center;
    clear: both;
    margin-bottom: 30px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 55px;
    border: 1px solid #fb6d00;
    padding-top: 17px;
    background-color: #fefaf2;
    border-radius: 10px;
}
h2 {
    font-size: 1.3em;
    font-weight: bold;
    clear: both;
    margin-top: 2em;
    margin-right: 0;
    margin-bottom: 1.3em;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: 2px solid #fb6d00;
    border-left: 10px solid #fb6d00;
    background-color: #fefaf2;
}
h3{
    font-size: 1.2em;
    font-weight: bold;
    background-repeat: no-repeat;
    clear: both;
    margin-top: 2em;
    margin-right: 0;
    margin-bottom: 1.3em;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 30px;
    background-image: url(../image/h3.png);
    border-bottom: 1px dashed #8F8F8F;
    background-position: 7px 7px;
}

.box1 {
    width: 47%;
    float: left;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
}
.box2 {
    width: 47%;
    float: right;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
}
.box3 {
    width: 47%;
    float: left;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
}
.box4 {
    width: 47%;
    float: right;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
}
#infobox {
    margin-bottom: 0px;
    padding-bottom: 25px;
    padding-top: 15px;
    padding-left: 25px;
    margin-top: 20px;
    padding-right: 25px;
    width: 906px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fb6d00;
    background-color: #fefaf2;
    border-radius: 10px;
    background-image: url(../image/infobox-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

#block1 {
    background-color: #fff9f3;
    margin-top: 60px;
    background-image: url(../image/block1-bg.jpg);
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: auto 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1.5em;
    margin-bottom: 60px;
    width: 100%;
}
#block1-inner {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
}
#block1-inner1 {
    width: 260px;
    float: left;
}
#block1-inner2 {
    width: 650px;
    float: right;
}
.block-inner {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}
.block940 {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}
#box-4 ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
    width: 235px;
    margin-left: 0px;
    margin-right: 0px;
}
#box-4 li {
	float: left;
	width: 235px;
	list-style: none;
	text-align: left;
}
#box-4:after {
	content: "";
	display: block;
	clear: both;
}
#box-4 img {
	max-width: 100%;
	height: auto;
}
td.td-price1 {
    background-color: #ffdab2;
    text-align: center;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    vertical-align: middle;
}
td.td-price2 {
    text-align: center;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    vertical-align: middle;
}
.graph-right-center {
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
    height: auto;
    max-width: 45%;
}
.graph-left-center {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
    height: auto;
	max-width: 45%;
}
a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}


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

#footerinfo {
    text-align: left;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
#footerinfo-1 {
    width: 320px;
    float: left;
}
#footerinfo-2 {
    float: right;
    width: 600px;
    margin-top: 30px;
    line-height: 2em;
    text-align: right;
}
#footer {
    font-size: 0.85em;
    line-height: 1.5em;
    vertical-align: top;
    clear: both;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    margin: 0;
    background-color: #fbf7f4;
}
#footerbox {
    vertical-align: top;
    order-right-style: solid;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 950px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}
#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}
.footer-menubox {
    line-height: 1.6em;
    width: 20%;
    float: left;
    margin-top: 0;
    text-align: left;
    margin-bottom: 20px;
}
.footertext {
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 2px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #fb6d00;
}



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

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



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

#pageTop {
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 60px;
	background-image: url(../image/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;
}

}
