@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;
}
.boxslide2{
    margin-top: 30px;
    margin-bottom: 30px;
}

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



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

a:link {
	color: #00F;
}

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


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


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

#contents h5{
	clear: both;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
#contents p { margin-top: 7px; margin-bottom: 3px; }

.graph-max {
    max-width: 100%;
    height: auto;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-brown {
	color: #533129;
}
.text-orange {
	color: #FB6425;
}
.text-pink { color: #ff0067; }
.text-green {
	color: #406C23;
}
.text-lightgreen {
	color: #01a12e;
}
.text-blue {
	color: #014DE8;
}
.text-red { color: #f00; }
.text-blue-glay { color: #415161; }
.text-in2 {
	padding-left: 35px;
}
.text-1 { font-size: 10px; }
.text-12 {
	font-size: 12px;
}
.text-name {
	color: #6f3a07;
	font-size: 1.3em;
	font-weight: bold;
}
.text-16bold {
	font-size: 16px;
	font-weight: bold;
}
.text-13em {
	font-size: 1.3em;
}
.text-13boldred {
	font-size: 1.3em;
	font-weight: bold;
	color: #FF0000;
}
.text-mincho{
	font-size: 1.1em;
	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;
	margin-left: 0px;
	clear: both;
}
.text-strike {
	text-decoration: line-through;
}
.text-underline {
    text-decoration: underline;
}
.text-faq1 {
    font-weight: bold;
    background-image: url(../img3/faq1.gif);
    background-repeat: no-repeat;
    padding-left: 28px;
    background-position: 0px 5px;
}
.text-faq2 {
    font-weight: normal;
    background-image: url(../img3/faq2.gif);
    background-repeat: no-repeat;
    padding-left: 42px;
    background-position: 0px 5px;
}
.waku {
	border: 3px double #FF9239;
	clear: both;
	line-height: 1.5em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
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; }
.box3 {
	line-height: 1.6em;
	width: 46.875%;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.box4 {
	line-height: 1.6em;
	width: 46.875%;
	float: right;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
td.td-box1 {
    text-align: center;
    vertical-align: middle;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: 1px solid #c09d59;
    width: 90px;
    border-right: 1px solid #c09d59;
}
td.td-box2 {
    text-align: left;
    vertical-align: middle;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: 1px solid #c09d59;
    border-right: 1px solid #c09d59;
}


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

#footer ul li {
	text-decoration: none;
	list-style-image: url(../img3/list-icon.gif);
	line-height: 1.8em;
	margin-left: 25px;
}
#footer a {
	margin: 0;
	color: #2d2a2a;
}
td.td-footerinfo1 {
    background-color: #7dc73a;
    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;
}
td.td-footerinfo3 {
    background-color: #f59e27;
    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-footerinfo4 {
    background-color: #f08d78;
    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;
}


/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.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;
}



/*------------------------------------------------------------
	jquery.inview.js
------------------------------------------------------------*/

.effect {
    overflow: hidden;
}
.effect li {
    transition: .8s;
}
.ef-fade01 {
	opacity: 0;
}
.fade01 {
	opacity: 1.0;
}
.ef-fade02 {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
}
.fade02 {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}


/*------------------------------------------------------------
	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;
    /* [disabled]margin-top: 100px; */
    margin-bottom: 10px;
    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: #C7870B;
    font-size: 0.95em;
    font-weight : normal;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    line-height: 1.4em;
}

/*------------------------------------------------------------
	YouTube
------------------------------------------------------------*/

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}








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

@media (max-width: 599px) {
	

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


#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;
}
#spinfo {
    width: 310px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: 0.75em;
    text-align: left;
}
#topimage {
	width: 100%;
	clear: both;
	margin-bottom: 25px;
	display: none;
}
#spinfo p {
	margin-top: 10px;
}
#sp-off {
	display: none;
}
.sp-off {
	display: none;
}


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

#navicontainer {
    vertical-align: top;
    width: 100%;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 9999;
    height: 46px;
    min-width: 320px;
    text-align: left;
}	
#globalNav {
    display: none;
}

#sphead {
    width: 85%;
}


/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/
#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(../img3/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(../img3/h1.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    clear: both;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-right: 0;
    padding-bottom: 3px;
    padding-left: 35px;
    color: #62482f;
    border-bottom: 3px solid #c09d59;
    padding-top: 2px;
    background-size: 30px auto;
}
h2 {
    font-size: 1.1em;
    font-weight: bold;
    clear: both;
    margin-top: 2em;
    margin-right: 0;
    margin-bottom: 1.3em;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-bottom: 1px solid #c1c1c1;
    border-left: 10px solid #c09d59;
}
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: 0px;
    padding-bottom: 2px;
    padding-left: 25px;
    background-image: url(../img3/navi-icon.gif);
    border-bottom: 1px dashed #06263E;
    background-position: 7px 7px;
}
#contents h4{
	font-size: 1em;
	font-weight: normal;
	clear: both;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0.8em;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-left: 3px;
	border-left: 4px solid #896542;
}
.graph-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 8px;
	max-width: 40%;
	height: auto;
}
.graph-left {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	max-width: 40%;
	height: auto;
}
.graph-right-center {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: center;
    width: 100%;
    height: auto;
}
.graph-left-center {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: center;
    width: 100%;
    height: auto;
}
.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;
}
.box1s {
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
}
.box2s {
	width: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
}
#contents ul li {
	text-decoration: none;
	list-style-image: url(../img3/list-icon.gif);
	line-height: 1.8em;
	margin-left: 25px;
}
#contents ol li {
	text-decoration: none;
	margin-left: 30px;
	line-height: 1.8em;
}
#infobox {
    margin-bottom: 0px;
    padding-bottom: 25px;
    padding-top: 15px;
    padding-left: 4%;
    margin-top: 10px;
    padding-right: 4%;
    margin-left: 3%;
    margin-right: 3%;
    border: 2px solid #c09d59;
    font-size: 0.9em;
}
#block1 {
    background-color: #f8f3e9;
    margin-top: 40px;
    background-image: url(../img3/block1-bg.jpg);
    background-repeat: no-repeat;
    background-position: left 0%;
    background-size: auto 100%;
    padding-top: 40px;
    padding-bottom: 15px;
    line-height: 2.2em;
    margin-bottom: 40px;
}
#block1-inner {
    width: 68%;
    margin-right: 2%;
    background-image: url(../img3/block1-photo.png);
    background-repeat: no-repeat;
    margin-left: 2%;
    padding-left: 28%;
    background-size: 25% auto;
}
#block1-inner2 {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
}
#block1 ul li {
    list-style: none;
    margin-left: 0px;
}
#block2 {
    background-color: #f8f3e9;
    margin-top: 40px;
    background-image: url(../img3/sp-block2-bg2.jpg);
    background-repeat: no-repeat;
    background-position: left 0%;
    background-size: auto 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 2.2em;
    margin-bottom: 40px;
}
#block2 ul li {
    list-style: none;
    margin-left: 0px;
    max-width: 100%;
}
.block2-inner {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
}
#block3 {
    background-color: #f8f3e9;
    margin-top: 40px;
    background-image: url(../img3/block3-bg.jpg);
    background-repeat: no-repeat;
    background-position: left 0%;
    background-size: auto 100%;
    padding-top: 40px;
    padding-bottom: 15px;
    line-height: 2.2em;
    margin-bottom: 40px;
}
#block3-inner {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
}
#block3 ul li {
    list-style: none;
    margin-left: 0px;
}
#block4 {
	background-color: #f8f3e9;
	margin-top: 40px;
	background-image: url(../img3/block4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0%;
	background-size: auto 100%;
	padding-top: 40px;
	padding-bottom: 15px;
	line-height: 2.2em;
	margin-bottom: 40px;
}
#block4-inner {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
}
#block4 ul li {
    list-style: none;
    margin-left: 0px;
}
.block-inner {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}
.block990 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
#box-3 ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
}
#box-3 li {
	float: left;
	list-style: none;
	text-align: left;
}
#box-3:after {
	content: "";
	display: block;
	clear: both;
}
#box-3 img {
	max-width: 100%;
	height: auto;
}
#box-3t ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
}
#box-3t li {
	float: left;
	width: 300px;
	list-style: none;
	text-align: left;
}
#box-3t:after {
	content: "";
	display: block;
	clear: both;
}
#box-3t img {
	max-width: 100%;
	height: auto;
}
.graph-box-3a {
    margin-top: 70px;

}
.graph-box-3b {
}
.button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #FFFFFF;
    color: #8F8F8F;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 1em;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #c09d59;
    float: right;
    margin-left: 10px;
}
.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: #FFEEDF;
    color: #363636;
}
.setsubibox {
	width: 46%;
	float: left;
	margin-top: 0;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 5px;
	padding: 0;
	font-size: 0.85em;
}	
a.anchor{
    display: block;
    padding-top: 10px;
    margin-top: -10px;
}	






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

#footerinfo {
    text-align: left;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    padding-bottom: 40px;
}
#footerinfo-1 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 0.8em;
}
#footerinfo-2 {
    width: 100%;
    border: 1px solid #62482f;
}
#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: #f0ebe4;
}
#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: 15%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../img3/footertext-bg.jpg);
	background-size: 100% 100%;
}
#floating-menu {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #FFFFFF;
	z-index: 9999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



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

.pcclear {
	display: none;
}  

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



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

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

}





/* ########## 600px以上 ########## */

@media (min-width: 600px) {

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
#bodybox {
	min-width: 990px;
	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: 78px;
    min-width: 990px;
}
#pc-off {
	display: none;
}
.pc-off {
	display: none;
}




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

#navicontainer {
    position: fixed;
    vertical-align: top;
    width: 100%;
    text-align: center;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 85px;
    z-index: 9999;
    background-image: url(../img3/navicontainer-bg.png);
    background-repeat: repeat-x;
    min-width: 960px;
}	
#globalNav {
	width: 960px;
	margin: 0 auto;
	height: 100px;
}
#globalNav ul li {
    margin-right: 0px;
    float: left;
    position: relative;
	list-style-type: none;
	list-style-position: inside;
}
#globalNav ul li ul {
    display: none;
    position: absolute;
	z-index:2;
    top: 78px;
    left: 0;
}
#globalNav ul li ul li {
	float: none;
	font-size: 13px;
	line-height: 0;
}
#globalNav ul li ul li a {
    display: block;
    width: 180px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 8px;
    background-color: #FFFFFF;
    line-height: normal;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-decoration: none;
    text-align: left;
    color: #2A2A2A;
}
#globalNav ul li ul li a:hover {
    color: #2A2A2A;
    background: #f0f7ff;
}	
#sphead {
    display: none;
}

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



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

h1 {
    font-size: 1.3em;
    font-weight: bold;
    background-image: url(../img3/h1.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    clear: both;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 45px;
    color: #62482f;
    border-bottom: 3px solid #c09d59;
    padding-top: 7px;
}
h2 {
    font-size: 1.3em;
    font-weight: bold;
    clear: both;
    margin-top: 2em;
    margin-right: 0;
    margin-bottom: 1.3em;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-bottom: 1px solid #c1c1c1;
    border-left: 10px solid #c09d59;
}
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: 0px;
    padding-bottom: 2px;
    padding-left: 25px;
    background-image: url(../img3/navi-icon.gif);
    border-bottom: 1px dashed #06263E;
    background-position: 7px 7px;
}
#contents h4{
	font-size: 1em;
	font-weight: normal;
	clear: both;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0.8em;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-left: 3px;
	border-left: 4px solid #896542;
}
.graph-right {
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
    height: auto;
}
.graph-left {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    height: auto;
}
.graph-right-center {
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
    height: auto;
}
.graph-left-center {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
    height: auto;
}
.box1 {
    width: 45%;
    float: left;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
}
.box2 {
    width: 45%;
    float: right;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
}
.box1s {
    width: 45%;
    float: left;
    padding: 0;
}
.box2s {
    width: 45%;
    float: right;
    padding: 0;
}
#contents ul li {
	text-decoration: none;
	list-style-image: url(../img3/list-icon.gif);
	line-height: 1.8em;
	margin-left: 25px;
}
#contents ol li {
	text-decoration: none;
	margin-left: 30px;
	line-height: 1.8em;
}
#infobox {
    margin-bottom: 0px;
    padding-bottom: 30px;
    padding-top: 15px;
    padding-left: 20px;
    margin-top: 20px;
    padding-right: 20px;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #c09d59;
}
#block1 {
    background-color: #f8f3e9;
    margin-top: 60px;
    background-image: url(../img3/block1-bg.jpg);
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: auto 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 2.2em;
    margin-bottom: 60px;
}
#block1-inner {
    width: 660px;
    margin-right: auto;
    background-image: url(../img3/block1-photo.png);
    background-repeat: no-repeat;
    margin-left: auto;
    padding-left: 300px;
    background-size: 230px auto;
}
#block1-inner2 {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
}
#block1 ul li {
    list-style: none;
    margin-left: 0px;
}
#block2 {
    background-color: #f8f3e9;
    margin-top: 60px;
    background-image: url(../img3/block2-bg3.jpg);
    background-repeat: no-repeat;
    background-position: left 0%;
    background-size: auto 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 2.2em;
    margin-bottom: 60px;
}
#block2 ul li {
    list-style: none;
    margin-left: 0px;
}
.block2-inner {
    width: 75%;
    margin-right: 0px;
    margin-left: auto;
}
#block3 {
    background-color: #f8f3e9;
    margin-top: 60px;
    background-image: url(../img3/block3-bg.jpg);
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: auto 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 2.2em;
    margin-bottom: 60px;
}
#block3-inner {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
}
#block3 ul li {
    list-style: none;
    margin-left: 0px;
}
#block4 {
    background-color: #f8f3e9;
    margin-top: 60px;
    background-image: url(../img3/block4-bg.jpg);
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: auto 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 2.2em;
    margin-bottom: 60px;
}
#block4-inner {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
}
#block4 ul li {
    list-style: none;
    margin-left: 0px;
}
.block-inner {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.block990 {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}
#box-3 ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
    width: 300px;
    margin-left: 15px;
    margin-right: 15px;
}
#box-3 li {
	float: left;
	width: 300px;
	list-style: none;
	text-align: left;
}
#box-3:after {
	content: "";
	display: block;
	clear: both;
}
#box-3 img {
	max-width: 100%;
	height: auto;
}
#box-3t ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
    width: 300px;
    margin-left: 15px;
    margin-right: 15px;
}
#box-3t li {
	float: left;
	width: 300px;
	list-style: none;
	text-align: left;
}
#box-3t:after {
	content: "";
	display: block;
	clear: both;
}
#box-3t img {
	max-width: 100%;
	height: auto;
}
.graph-box-3a {
    height: 190px;
    margin-top: 70px;
}
.graph-box-3b {
    height: 190px;
    margin-top: 70px;
}
.button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #FFFFFF;
    color: #8F8F8F;
    padding-top: 15px;
    padding-bottom: 13px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 1em;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #c09d59;
    float: right;
    margin-left: 30px;
}
.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: #FFEEDF;
    color: #363636;
}
.setsubibox {
    width: 300px;
    float: left;
    margin-top: 0;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 5px;
    padding: 0;
    line-height: 1.3em;
}
a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}






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

#footerinfo {
    text-align: left;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
#footerinfo-1 {
    width: 40%;
    float: left;
}
#footerinfo-2 {
    float: right;
    width: 55%;
    border: 1px solid #62482f;
}
#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: #f0ebe4;
}
#footerbox {
    vertical-align: top;
    order-right-style: solid;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 960px;
    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-image: url(../img3/footertext-bg.jpg);
    background-size: 100% 100%;
}
#floating-menu {
	display: none;
}


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

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


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

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

}
