@charset "utf-8";
/* CSS Document */


/*--------------------------------------------------------------------------
 reset
---------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6,p,span,small,dl,dt,dd,ol,ul,li {
 margin: 0;
 font-size: 100%;
}
ul {
 margin: 0;
 padding: 0;
 vertical-align: baseline;
}
img { vertical-align: top; }
li {
 list-style-type: none;
 vertical-align: baseline;
}
input,button,textarea,select {
 margin: 0;
 padding: 0;
 background: none;
 border: none;
 border-radius: 0;
 outline: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
html { font-size: 62.5%; }


/*--------------------------------------
　Base
---------------------------------------*/
*{
box-sizing: border-box;
}
img{
-webkit-backface-visibility: hidden;
}


body {
 color: #444;
 font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
 font-weight: 500;
 font-size: 14px;
 font-size: 1.4rem;
 line-height: 1.8;
 min-width: 1000px;
}

img {
 max-width: 100%;
 height: auto;
}
a {
 color: #444;
 text-decoration: none;
}
a:hover { opacity: 0.7; }
p { margin: 1rem 0; }
.fl { float: left; }
.fr { float: right; }
.strong { font-weight: bold; }
.f90 { font-size: 90%; }
.f110 { font-size: 110%; }
.f120 { font-size: 120%; }
.f130 { font-size: 130%; }
.f150 { font-size: 150%; }
.f200 { font-size: 200%; }
.f300 { font-size: 300%; }
.wi1000 {
 width: 1000px;
 margin: 0 auto;
}
.auto { margin: 0 auto; }
.dashed { border: 1px dashed #444; }
.bgbd { background: url("img/bg_bd_gray.gif"); }
.sp { display: none; }
.sp_br { display: none; }
.ind {
 padding-left: 1em;
 text-indent: -1em;
}


h1,h2,h3,h4,h5,h6{
padding: 0;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
line-height: 1.3;
letter-spacing: 0.1em;
color: #333;
}

.sttl{
margin: 0 0 16px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size:20px;
font-size:2.0rem;
letter-spacing: 0.1em;
line-height: 1.5;
color: #333;
}
.catch{
margin: 0 0 16px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size:18px;
font-size:1.8rem;
letter-spacing: 0.1em;
line-height: 1.6;
color: #333;
}
.fontNS{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
line-height: 1.3;
}
.fontEng{
margin: 0 0 20px;
font-family: 'Abel', 'arial narrow', sans-serif;
font-size:18px;
font-size:1.8rem;
line-height: 1.3;
letter-spacing: 1px;
color: #ff9900;
}

.fontBold{
font-weight: 700;
}

.fontGr{
color: #58891e;
}


/*--------------------------------------
Slider　カルーセルつきスライドショー
---------------------------------------*/
.slick-list {
 position: relative;
 display: block;
 overflow: hidden;
 margin: 0;
 padding: 0;
}
.slick-list:focus { outline: none; }
.slick-list.dragging {
 cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
.slick-track {
 position: relative;
 top: 0;
 left: 0;
 display: block;
}
.slick-track:before,
.slick-track:after {
 display: table;
 content: '';
}
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide {
 display: none;
 float: left;
 min-height: 1px;
}
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: inline-block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: inline-block; }
.slick-initialized .slick-slide p {
 display: block;
 margin: 20px 0 0 0;
 line-height: 1.4;
 padding: 0 10px;
 box-sizing: border-box;
 text-align: center;
 font-size: 12px;
 font-size: 1.2rem;
}
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide {
 display: block;
 box-sizing: border-box;
 height: auto;
}
.slider .slider-nav-wrap .slick-arrow.slick-hidden { display: none; }
.slider {
 position: relative;
 max-width: 90%;
 margin: 2rem auto;
}
.slider img {
 max-width: 100%;
 height: auto;
 line-height: 0;
}
.slider .slider-nav-wrap { position: relative; }
.slider .slider-nav-wrap .slider-nav .slick-list { padding: 0 !important; }
.slider .slider-nav-wrap .slider-nav .slick-track {
 left: 0;
 width: 100%;
 opacity: 1;
}
.slider .slider-nav-wrap .slider-nav .slick-slide {
 -webkit-transition: opacity .3s ease;
 transition: opacity .3s ease;
 opacity: 1;
 padding: 8px;
}
.slider .slider-nav-wrap .slider-nav .slick-slide:hover { opacity: .5; }
.slider .slider-nav-wrap .slider-nav .slick-slide:focus { outline: none; }


.slider .slider-for {
 display: none;
 float: left;
 width: 600px;
 text-align: center;
 position: relative;
}
.slider-for.slick-initialized {
display: block;
}
.slider .slider-for button.slick-prev {
 display: block;
 position: absolute;
 top: 46%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 right: -2%;
 z-index: 5;
 background: url(img/arrow01_gr.svg) no-repeat #fff;
 background-size: 28px auto;
 width: 30px;
 height: 30px;
	border-radius:50%;
	font-size: 0;
}
.slider .slider-for button.slick-next {
 display: block;
 position: absolute;
 top: 46%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 left: -2%;
 z-index: 5;
 background: url(img/arrow01_gr_rv.svg) no-repeat #fff;
 background-size: 28px auto;
 width: 30px;
 height: 30px;
		border-radius:50%;
 font-size: 0;
}

.slider .slider-nav-wrap {
 box-sizing: border-box;
 width: 24%;
 float: right;
}
.slider .slider-nav-wrap .slider-nav {
display: none;
}
.slider .slider-nav-wrap .slider-nav.slick-initialized {
display: inline-block;
}
.slider .slider-nav-wrap .slider-nav img {
 width: 100%;
 height: auto;
 line-height: 0;
}


/* サムネイルのnextprev */
.slider .slider-nav-wrap .slick-arrow {
 display: block;
 position: absolute;
	height: 100%;
 /*top: 0;*/
/* width: 0;
 height: 0;
 border-style: solid;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);*/
}
.slider .slider-nav-wrap .slick-prev {
position: absolute;
z-index: 1000;
top:0;
 left: 0;
/* border-width: 0;
 border-color: transparent transparent transparent #444444;*/
background: url("img/arrow01_gr_down.svg") 0 0 no-repeat;
background-size: 28px auto;
width: 28px;
height: 28px;
}
.slider .slider-nav-wrap .slick-next {
position: absolute;
 left: 0;
	bottom: 0;
/* border-width: 0;
 border-color: transparent #444444 transparent transparent;*/
background: url(img/arrow01_gr_up.svg) 0 0 no-repeat;
background-size: 28px auto;
width: 28px;
height: 28px;
}

 /* サムネイルのnextprev */
.slider .slider-nav-wrap .slick-arrow { 
 left: calc(50% - 14px);
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
}
.slider .slider-nav-wrap .slick-prev {
 top: auto;
 bottom: 0;
/* background: url(img/arrow_black_down.png) center center no-repeat;
 width: 30px;
 height: 18px;*/
}

.slider .slider-nav-wrap .slick-next {
 top: 0;
/* background: url(img/arrow_black_up.png) center center no-repeat;
 width: 30px;
 height: 18px;*/
}


/*--------------------------------------
header
---------------------------------------*/
header {
 position: relative;
	padding: 0 0 20px;
 border-top: #7aa44e solid 6px;
	border-bottom: 1px solid #e8e8e8;
}
#headNoteArea {
 width: 100%;
 padding: 20px 0 10px;
 font-size: 12px;
 font-size: 1.2rem;
}
#headNoteArea h1.sitename,
#headNoteArea .sitename a {
background: url(./img/logo.png) 0 0 no-repeat;
background-size: 80px auto;
display: table;
margin: 0 auto;
padding: 0 0 0 90px;
line-height: 1.2;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 2.2rem;
text-align: center;
letter-spacing: 0;
}
#headNoteArea .sitename .intro,
#headNoteArea .sitename a .intro {
display: block;
margin: 0 auto 4px;
padding: 0 0 6px;
background: url("./img/analog_line01.png") 0 100% no-repeat;
background-size: auto 3px;
font-size: 1.4rem;
}


/*--------------------------------------
#g-nav
---------------------------------------*/
#g-nav {
 width: 100%;
 position: relative;
 margin: 0 0 10px;
}
#g-nav ul {
 width: 1000px;
 margin: 0 auto;
 display: -webkit-flex;
 display: flex;
 -webkit-justify-content: flex-start;
 justify-content: flex-start;
 align-items: center;
}
#g-nav ul li {
 -webkit-flex-grow: 1;
 flex-grow: 1;
 width: 20%;
 position: relative;
 background-size: 104px, auto;
}
#g-nav ul li:after {
 content: "";
 width: 1px;
 height: 20px;
 display: inline-block;
 border-left: 1px dashed #444;
 position: absolute;
 top: calc(50% - 10px);
 left: 0;
}
#g-nav ul li:first-child:after { display: none; }
#g-nav li a {
color: #444;
display: block;
text-align: center;
font-size: 1.5rem;
padding: 16px 20px;
box-sizing: border-box;
line-height: 1.8rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
}


/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
 font-size: 12px;
 font-size: 1.2rem;
 margin: 0 auto;
 padding: 14px 0 40px;
 width: 1000px;
}
#pankuzu a:hover { text-decoration: underline; }


/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
 margin: 0 auto;
 padding: 0;
}
#index,
#category,
#page {
 margin: 0;
 padding: 0;
}
#category,
#page {
 width: 1000px;
 margin: 0 auto;
}
#category .baseBox,
#page .baseBox {
 width: 760px;
 float: left;
}


/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
 position: fixed;
 bottom: 20px;
 right: 20px;
 z-index: 2;
 width: 60px;
}
#page-top:hover { opacity: 0.7; }


/*--------------------------------------
　Side
---------------------------------------*/
#side {
 box-sizing: border-box;
 width: 220px;
 float: right;
 margin: 0 0 60px;
}


#side .sideTopBox {
 background: #7aa44e;
 margin: 0 0 30px;
	padding: 0 0 10px;
 position: relative;
 color: #fff;
}
#side .sideTopBox:before {
 content: '';
 width: calc(100% - 6px);
 height: calc(100% - 6px);
 border: 1px dashed #fff;
 position: absolute;
 top: 2px;
 left: 2px;
 z-index: 1;
}
#side .sideTopBox .catch {
 position: relative;
 z-index: 2;
 margin: 0 0 20px;
 padding: 20px 10px 0;
 font-size: 1.4rem;
 text-align: center;
	color: #fff;
}
#side .sideTopBox .catch span{
display: block;
background: none;
color: #fff;
 font-size: 2.0rem;
}


#side .sideTopBox .imgBox {
 width: 180px;
 height: 140px;
 text-align: center;
 margin: 0 auto 20px;
 overflow: hidden;
 position: relative;
 z-index: 2;
}
#side .sideTopBox .imgBox img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
#side .sideTopBox p {
 line-height: 1.6;
 padding: 0 13px;
 position: relative;
 z-index: 2;
}
#side .sideTopBox .dtlBtn {
 padding: 0 13px 13px;
 position: relative;
 z-index: 2;
}
#side .sideTopBox .dtlBtn a {
 display: block;
background: url(./img/arrow01_gr.svg) 96% 50% no-repeat #fff;
background-size: 14px auto;
 padding: 14px 25px 16px 20px;
 border-radius: 10px;
	box-shadow: 0px 4px 0px 0px #ccc;
 color: #444;
 text-align: center;
	letter-spacing: 0.1em;
}



#side .sideBox {
 box-sizing: border-box;
 margin: 0 0 20px;
 padding: 10px;
 background: #f3f1ea;
 overflow: hidden;
}
#side .sideBox a { line-height: 1.6; }
#side .sideBox .sttl {
 box-sizing: border-box;
 position: relative;
 overflow: hidden;
	margin: 0;
}
#side .sideBox .sttl a {position: relative;z-index: 2;display: block;padding: 16px 25px 18px 10px;background: url(./img/arrow01_gr.svg) 98% 50% no-repeat;background-size: 18px auto;height: 100%;font-size: 14px;font-size: 1.4rem;line-height: 1.4;text-decoration: none;font-family: 'Noto Sans JP', sans-serif;font-weight: 700;}



#side .sideBox .sttl a:hover { opacity: 0.7; }



/*--------------------------------------
Footer
---------------------------------------*/
footer {
 margin: 100px 0 0;
 padding: 0;
background: url("./img/pt01.jpg") 0 0 repeat;
background-size: auto 200px;
}
footer .areaInner {
 width: 1000px;
 margin: 0 auto;
 padding: 40px 0 0 0;
}
footer a {
 color: #444;
 text-decoration: none;
}
footer a:hover { text-decoration: underline; }
footer .areaInner .footBox { margin: 0 0 30px 0; }
footer .areaInner .footBox .sttl {
 border-bottom: 1px solid #444;
 padding: 0 0 6px 0;
 margin: 0 0 14px 0;
}
footer .areaInner .footBox .sttl a {
background: url(./img/arrow01_gr.svg) 4px 50% no-repeat;
background-size: 18px auto;
 display: inline-block;
 font-size: 16px;
 font-size: 1.6rem;
 padding: 3px 0 3px 30px;
}
footer .footBox ul { padding: 0 20px; }
footer .areaInner .footBox .accChild {
 padding: 0 0 0 12px;
 box-sizing: border-box;
}
footer .areaInner .footBox .accChild li { background: none; }
footer .areaInner .footBox .accChild li.subCat {
 margin: 0 30px 0 0;
 padding: 0;
}
footer .areaInner .footBox .accChild li.subCat::after { }
footer .areaInner .footBox .accChild .sp + li::before {
 letter-spacing: 0;
 color: #a3b9b7;
}
footer .areaInner .footBox .accChild .sp + li::before {
 letter-spacing: 0;
 color: #a3b9b7;
}
footer .areaInner .footBox .accChild .sp + li.subCat::before { content: ""; }
footer .areaInner .footBox .accChild .subList li::after {
 content: "　/　";
 letter-spacing: 0;
 color: #444;
}
footer .areaInner .footBox .accChild .subList li:last-child:after { content: none; }
footer .areaInner .footBox .accChild li {
 display: inline-block;
 margin: 0 20px 0 0;
}
footer .areaInner .footBox .accChild li a {
 background: url("img/arrow_bk.svg") 0 50% no-repeat;
 background-size: 6px;
 font-size: 13px;
 font-size: 1.3rem;
 font-weight: normal;
 color: #444;
 padding: 0 0 0 16px;
}
footer .areaInner .footBox .accChild .subList li:first-child:before {
 content: "　/　";
 letter-spacing: 0;
 color: #444;
}
footer .areaInner .footBox .accChild .subList {
 display: inline-block;
 padding: 0;
 margin: 0 0 0 20px;
}
footer .areaInner .footBox .accChild .subList li {
 padding: 0;
 display: inline-block;
 margin: 0;
}
footer .areaInner .footBox .accChild .subList li a {
 padding: 0 8px;
 font-size: 13px;
 font-size: 1.3rem;
 background: none;
}
footer .areaInner .noticeArea {
 box-sizing: border-box;
 width: 71%;
 color: #444;
 margin: 60px auto 35px;
}
footer .areaInner .noticeArea p {
 padding: 20px 30px;
 background: #FFF;
 font-size: 12px;
 font-size: 1.2rem;
 margin: 0;
}
footer .areaInner .noticeArea .botPrg {
 font-size: 12px;
 font-size: 1.2rem;
 background: transparent;
 text-align: center;
 padding: 10px 0 0;
}
footer .botArea {
 background: #7aa44e;
 padding: 13px 0;
}
footer .botArea .botInner {
 width: 1000px;
 margin: 0 auto;
 position: relative;
}
footer .botArea .botInner .smap { float: right; }
footer .botArea .botInner .smap a {
background: url(./img/arrow_wt.svg) 4px 50% no-repeat;
background-size: 6px auto;
 font-size: 12px;
 font-size: 1.2rem;
 color: #fff;
 padding: 0 0 0 20px;
}
footer .botArea .botInner .smap a:hover { text-decoration: underline; }
footer p.copy {
 font-size: 12px;
 font-size: 1.2rem;
 color: #fff;
 float: left;
 margin: 0;
}
footer p.copy a { color: #fff; }
footer .areaInner .footBox .accChild .sp { display: none; }







/*--------------------------------------
メインコンテンツ
---------------------------------------*/
/* 見出し
---------------------------------------*/
#index .ttlArea,
#category .ttlArea,
#page .ttlArea {
 margin: 40px auto 50px;
 padding: 23px 0 0;
 position: relative;
}
#category .ttlArea,
#page .ttlArea { margin: 0 auto 50px; }
#index .ttlArea:before,
#category .ttlArea:before,
#page .ttlArea:before {
 content: "";
 display: block;
 width: 85px;
 height: 54px;
 position: absolute;
 top: 0;
 left: 0;
}
#index .ttlArea:after,
#category .ttlArea:after,
#page .ttlArea:after {
 content: "";
 display: block;
 width: 85px;
 height: 54px;
 position: absolute;
 top: 0;
 right: 0;
}


#index .ttlArea h2,
#category .ttlArea h1,
#page .ttlArea h1 {
background: url(./img/icon_home.png) 10px 10px no-repeat;
background-size: 64px auto;
padding: 20px 20px 20px 100px;
border-bottom: 3px solid #e0bd87;
font-size: 3.4rem;
}

#index h3,
#category h2,
#page h2 {
 position: relative;
 margin: 35px 0 20px;
 padding: 14px 30px 16px;
	background: #f3f1ea;
 border: 3px solid #e6e6e6;
 font-size: 2.6rem;
}

#index h4,
#category h3,
#page h3 {
background: url(./img/icon_tree.png) 0 10px no-repeat;
background-size: 47px auto;	
border-bottom: solid 2px #e6e6e6;
 margin: 35px 0 20px;
 padding: 14px 10px 14px 60px;
 font-size: 2.4rem;
 line-height: 1.6;
}
#index h5,
#category h6,
#category h4,
#category h5,
#category h6,
#page h4,
#page h5,
#page h6 {
 margin: 35px 0 20px;
 padding: 0 10px 12px;
border-bottom: solid 2px #e6e6e6;
 font-size: 2rem;
 line-height: 1.6;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
 display: inline-block;
 padding-right: 3rem;
 background: url(img/arrow_bk.svg) no-repeat 100% 52%;
 background-size: 8px auto;
}
#contents .rank_wrap h2.rank,
#contents .rank_wrap h3.rank,
#contents .rank_wrap h4.rank,
#contents .rank_wrap h5.rank,
#contents .rank_wrap h6.rank,
#contents .rank_wrap2 h2.recommend,
#contents .rank_wrap2 h3.recommend,
#contents .rank_wrap2 h4.recommend,
#contents .rank_wrap2 h5.recommend,
#contents .rank_wrap2 h6.recommend,
#contents .rank_wrap3 h2.check,
#contents .rank_wrap3 h3.check,
#contents .rank_wrap3 h4.check,
#contents .rank_wrap3 h5.check,
#contents .rank_wrap3 h6.check,
#contents .rank_wrap4 h2.point,
#contents .rank_wrap4 h3.point,
#contents .rank_wrap4 h4.point,
#contents .rank_wrap4 h5.point,
#contents .rank_wrap4 h6.point,
#contents .noCount h2.recommend,
#contents .noCount h3.recommend,
#contents .noCount h4.recommend,
#contents .noCount h5.recommend,
#contents .noCount h6.recommend,
#contents .noCount h2.check,
#contents .noCount h3.check,
#contents .noCount h4.check,
#contents .noCount h5.check,
#contents .noCount h6.check,
#contents .noCount h2.point,
#contents .noCount h3.point,
#contents .noCount h4.point,
#contents .noCount h5.point,
#contents .noCount h6.point {
 background: none;
 border: none;
 border-bottom: solid 3px #eeeeee; 
}

#contents .noCount .check {
 display: block;
 position: relative;
 margin: 40px 0 20px;
 padding: 18px 20px 20px 80px;
 border-bottom: solid 2px #eee;
 font-size: 26px;
 font-size: 2.6rem;
 font-weight: bold;
 line-height: 1.3;
	letter-spacing: 0.1em;
}
#contents .noCount .check:before {
 content: "CHECK";
 position: absolute;
 display: block;
 border-radius: 50%;
	background: #83b457;
	box-sizing: border-box;
 width: 60px;
 height: 60px;
 padding: 24px 0 0 0;
 top: 0;
 left: 0;
 margin: 0;
 color: #fff;
 font-size: 11px;
 font-size: 1.1rem;
 font-weight: 700;
 text-align: center;
	letter-spacing: 1px;
}
#contents .noCount .check:after {
 content: "";
 position: absolute;
 display: block;
 border-radius: 50%;
	border: 2px solid #fff;
	box-sizing: border-box;
 width: 54px;
 height: 54px;
 top: 3px;
 left: 3px;
}



#contents .noCount .point {
 display: block;
 position: relative;
 margin: 40px 0 20px;
 padding: 18px 20px 20px 80px;
 border-bottom: solid 2px #eee;
 font-size: 26px;
 font-size: 2.6rem;
 font-weight: bold;
 line-height: 1.3;
	letter-spacing: 0.1em;
}
#contents .noCount .point:before {
 content: "POINT";
 position: absolute;
 display: block;
 border-radius: 50%;
	background: #eacb43;
	box-sizing: border-box;
 width: 60px;
 height: 60px;
 padding: 24px 0 0 0;
 top: 0;
 left: 0;
 margin: 0;
 color: #58891e;
 font-size: 11px;
 font-size: 1.1rem;
 font-weight: 700;
 text-align: center;
	letter-spacing: 1px;
}
#contents .noCount .point:after {
 content: "";
 position: absolute;
 display: block;
 border-radius: 50%;
	border: 2px solid #fff;
	box-sizing: border-box;
 width: 54px;
 height: 54px;
 top: 3px;
 left: 3px;
}



/* list
---------------------------------------*/
#contents ul {
 margin: 20px 0 20px;
 padding: 10px 10px 0;
}
#contents ul li {
 padding: 0 0 6px 22px;
 background: url(img/icon_bird.png) no-repeat 0 4px;
	background-size: 18px auto;
}
#contents .dashed {
 margin: 20px 0;
 position: relative;
}
#contents .dashed ul {
 margin: 0;
 padding: 15px 15px 13px 20px;
}
#contents .dashed ul li {
 padding: 0 0 3px 25px;
 font-size: 13px;
 font-size: 1.3rem;
}
#contents ol {
 margin: 20px 0 20px;
 padding: 10px 10px 0;
 counter-reset: number;
}
#contents ol li {
 padding: 2px 0 2px 30px;
 list-style: none;
 position: relative;
 counter-increment: number;
}
#contents ol li::before {
 display: block;
 background-color: #83cdc0;
 width: 20px;
 height: 20px;
 position: absolute;
 top: 3px;
 left: 0;
 color: #fff;
 text-align: center;
 line-height: 1.7;
 font-weight: bold;
 font-size: 12px;
 font-size: 1.2rem;
}
#contents ol li:nth-child(-n + 9):before { content: counter(number); }
#contents ol li:nth-child(n + 10):before { content: counter(number); }



/* 強調
---------------------------------------*/
p span {
background: linear-gradient(transparent 60%, #f4e5a1 0%) no-repeat top 2px left;
padding: 0 0.4rem;
 font-weight: bold;
}



/* table
---------------------------------------*/
#contents table {
 width: 100%;
 table-layout: fixed;
 margin: 30px auto 30px;
}
#contents table th {
 width: 20%;
 padding: 14px 16px;
 background: #f2f2f2;
 border: 1px solid #ddd;
 line-height: 2.2rem;
 text-align: center;
 font-size: 15px;
 font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
letter-spacing: 0.1em;
}
#contents table td {
 line-height: 2.2rem;
 padding: 14px 20px;
 border: 1px solid #ddd;
 font-size: 13px;
 font-size: 1.3rem;
 text-align: left;
 word-wrap: break-word;
}
#contents table td:first-of-type { border-left: none; }


/* float img
---------------------------------------*/
#contents .float-wrap {
 margin: 30px 0;
 box-sizing: border-box;
}
#contents .float-wrap img { width: 100%; }
#contents.float-wrap p {
 margin: 0;
 padding: 0;
}
#contents .float-wrap .fl {
 width: 448px;
 padding: 0 40px 10px 0;
 text-align: center;
}
#contents #category .float-wrap .fl,
#contents #page .float-wrap .fl { width: 280px; }
#contents .float-wrap .fr {
 width: 448px;
 padding: 0 0 10px 40px;
 text-align: center;
}
#contents #category .float-wrap .fr,
#contents #page .float-wrap .fr { width: 280px; }
#contents .float-wrap .center {
 width: 340px;
 margin: 0 auto;
 padding: 0 0 20px;
 text-align: center;
}
#contents #category .float-wrap .center,
#contents #page .float-wrap .center { width: 280px; }
/* caption
---------------------------------------*/
.caption {
 margin: 8px 0 0;
 font-size: 10px;
 font-size: 1.0rem;
 line-height: 1.3;
 word-break: break-all;
 color: #999;
 text-align: center;
}


/* btn
---------------------------------------*/

.btn-internal a,
.btn-web a, 
.btn-tel a,
.btn-acc a{ 
box-sizing: border-box; 
letter-spacing: 0.1em;
}

.btn-internal,
.btn-web,
.btn-tel,
.btn-acc{
 width: 465px;
 margin: 30px auto 50px;
}
.btn-acc a {
position: relative;
padding: 20px 40px;
display: block;
border-radius: 10px;
background: url(./img/plus.png) 97% 50% no-repeat #a5c97f;
background-size: 20px auto;
box-shadow: 0px 4px 0px 0px #7c965f;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
color: #fff;
font-size: 1.6rem;
line-height: 1.4;
text-align: center;
cursor: pointer;
}
.btn-acc.minus a {
background: url(./img/minus.png) 97% 50% no-repeat #a5c97f;
background-size: 20px auto;
}
.btn-acc a:hover {
 transform: translate3d(0, 3px, 0);
 box-shadow:0px 1px 0px 0px #7c965f;
}



.btn-internal a {
position: relative;
padding: 20px 40px;
display: block;
border-radius: 10px;
background: url(./img/arrow01_white.svg) 97% 50% no-repeat #eacb43;
background-size: 18px auto;
box-shadow: 0px 4px 0px 0px #b8a035;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
color: #444;
font-size: 1.6rem;
line-height: 1.4;
text-align: center;
}
.btn-internal a:hover {
 transform: translate3d(0, 3px, 0);
 box-shadow:0px 0px 0px 0px #4db9a9;
}

.btn-web a {
position: relative;
padding: 20px 40px;
display: block;
border-radius: 10px;
background: url(./img/arrow01_white.svg) 97% 50% no-repeat #f78501;
background-size: 18px auto;
box-shadow: 0px 4px 0px 0px #c46a02;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
color: #fff;
font-size: 1.6rem;
line-height: 1.4;
text-align: center;
}
.btn-web a:hover {
 transform: translate3d(0, 3px, 0);
 box-shadow:0px 0px 0px 0px #ca5e3d;
}


.btn-tel a {
position: relative;
padding: 20px 40px;
display: block;
border-radius: 10px;
background: url(./img/ico_tel.svg) 20px 50% no-repeat #26a2e2;
background-size: 24px auto;
box-shadow: 0px 4px 0px 0px #1e7fb0;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
color: #fff;
font-size: 1.6rem;
line-height: 1.4;
text-align: center;
}
.btn-tel a:hover {
 transform: translate3d(0, 3px, 0);
 box-shadow:0px 0px 0px 0px #ca5e3d;
}









.btn-link {
 margin: 20px 0;
 text-align: right;
}
.btn-link a {
background: url(./img/arrow01_gr.svg) 4px 50% no-repeat;
background-size: 18px auto;
 padding: 4px 0 4px 26px;
 line-height: 1.3;
 font-size: 1.5rem;
	font-weight: bold;
 text-decoration: underline;
}
.btn-link a:hover { text-decoration: none; }



/* box-wrap(2box)
---------------------------------------*/
#contents .box-wrap {
 margin: 50px 0;
 padding: 0;
 box-sizing: border-box;
}
#contents .box-wrap .box {
 position: relative;
 width: 48.7%;
 margin: 0 0 20px;
 box-sizing: border-box;
 border: solid 3px #e6e6e6;
 padding: 20px 20px 30px;
 float: left;
}
#contents .box-wrap .box:nth-child(2n) { float: right; }
#contents .box-wrap .box .flame { margin: 0 0 10px; }

#contents .box-wrap .box .box-head {
 margin: 0 0 16px;
 border-bottom: solid 2px #e6e6e6;
 padding: 0 0 16px;
 display: flex;
 align-items: center;
}
#contents .box-wrap .box .box-head .sttl {
 display: block;
 border: none;
 outline: none;
 background: none;
	width: 100%;
 padding: 0;
 margin: 0;
 font-size: 2.0rem;
 line-height: 1.4;
}
#contents .box-wrap .box .box-head .sttl:before,
#contents .box-wrap .box .box-head .sttl:after { content: none; }

#contents .box .sttl a {
 display: block;
 padding: 0 1rem 0 0;
background: url(img/arrow_bk.svg) no-repeat 98% 52%;
background-size: 8px auto;
}
#contents .box-wrap .box .caption{
margin: 14px 0 0;
text-align:left;
}

#contents .box-wrap .box .box-body *:last-child { margin-bottom: 0; }





/* frame-wrap(3box)
---------------------------------------*/
#contents .frame-wrap {
 margin: 30px 0 20px;
 box-sizing: border-box;
}
#contents .frame-wrap .frame {
 width: 31.6%;
 margin: 0 2.6% 20px 0;
 float: left;
 box-sizing: border-box;
 border: #e6e6e6 solid 3px;
 background-color: #fff;
 padding: 0 20px 30px;
}
#contents .frame-wrap .frame:nth-child(3n) { margin: 0 0 20px; }
#contents .frame .frame-head {
 margin: 0 0 20px;
 border-bottom: solid 2px #e6e6e6;
 padding: 0 0 10px;
 display: flex;
 align-items: center;
 justify-content: center;
}
#contents .frame .frame-head .frame-ttl {
 display: block;
 border: none;
 outline: none;
 background: none;
 padding: 10px 0 0;
 margin: 0;
 font-size: 1.9rem;
 line-height: 1.4;
 font-weight: 700;
	letter-spacing: 0;
}
#contents .frame .frame-head .frame-ttl a {
 display: block;
 padding: 10px 3rem 10px 0;
background: url(./img/arrow01_gr.svg) 98% 50% no-repeat;
background-size: 18px auto;
 font-weight: 700;
}
#contents .frame .frame-head .frame-ttl::before,
#contents .frame .frame-head .frame-ttl::after { display: none; }
#contents .frame .frame-body *:last-child { margin-bottom: 0; }
#contents .frame .flame { margin: 0 auto 10px; }





/*--------------------------------------
#page.sitemap
---------------------------------------*/
#page.sitemap {
 width: 1000px;
 margin: 0 auto;
}
#page.sitemap h2 a { color: #444; }
#page.sitemap li a:hover { text-decoration: underline; }
	





/*--------------------------------------
lower-bottom
---------------------------------------*/
.select3 .sectTtlArea{margin: 60px 0 60px;padding: 30px 0 0;background: url(./img/icon_3tree.png) 50% 0 no-repeat;background-size: auto 20px;text-align: center;}
.select3 .sectTtl{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size:36px;
font-size:3.6rem;
letter-spacing: 0.1em;
line-height: 1.4;
}
.select3 .sectTtl .fontS{
display: block;
margin: 0 0 4px;
font-size:22px;
font-size:2.2rem;
}

.select3 .ulBox{
display: flex;
flex-wrap: wrap;
}
.select3 .liBox{
position: relative;
width: calc((100% - 40px) / 3);
margin: 0 20px 0 0;
padding: 30px 20px;
background: #f4f1ec;
}
.select3 .liBox:nth-child(3n){
margin: 0;
}
.select3 .liBox::before{
content: "";
position: absolute;
top: -32px;
left: -6px;
width: 50px;
height: 100px;
background: url(./img/icon_birdtree.png) 0 0 no-repeat;
background-size: 50px auto;
}
.select3 .catch{
margin: 0 0 8px;
letter-spacing: 0;
text-align: center;
font-size:14px;
font-size:1.4rem;
}
.select3 .sttl{
margin: 0 0 14px;
padding: 0 0 14px;
border-bottom: 4px solid #fff;
letter-spacing: 0;
text-align: center;
}

.select3 .ssttl{
padding: 16px 0 10px;
border-bottom: 2px solid #e0c08d;
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
}
.select3 .flame{
height: 132px;
}
.select3 .flame img{
width: auto;
height: 100%;
margin: 0 auto;
display: block;
}
#contents .select3 table{
margin: 0;
border-bottom: 1px solid #d3d2d2;
}
#contents .select3 th{
width: 1.8em;
padding: 12px 4px;
background: none;
border: none;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
word-break: break-all;
line-height: 1;
font-size:14px;
font-size:1.4rem;
}
#contents .select3 th span{
display: block;
}
#contents .select3 td{
margin: 0;
padding: 0;
border: none;
}
#contents .select3 td.none{
padding: 10px 15px;
}
#contents .select3 ul{
margin: 0;
padding: 8px 0;
display: flex;
flex-wrap: wrap;
}
#contents .select3 li{position: relative;width: calc(50% - 10px);margin: 5px 5px;padding: 4px 4px 4px 56px;background: #fff;border-radius:4px;text-align: center;font-size:12px;font-size:1.2rem;color: #222;}
#contents .select3 li::before{content: "";position: absolute;top: 0;left: 0;width: 50px;height: 100%;border-radius:4px 0 0 4px;}
#page .select3 li{padding: 4px 4px 4px 34px;}
#page .select3 li::before{width: 30px;}
#contents .select3 li.sugi::before{
background: url(./img/wood_sugi.jpg) 0 0 no-repeat;
background-size: cover;
}
#contents .select3 li.hinoki::before{
background: url(./img/wood_hinoki.jpg) 0 0 no-repeat;
background-size: cover;
}
#contents .select3 li.hiba::before{
background: url(./img/wood_hiba.jpg) 0 0 no-repeat;
background-size: cover;
}
#contents .select3 li.yonematsu::before{
background: url(./img/wood_yonematsu.jpg) 0 0 no-repeat;
background-size: cover;
}
#contents .select3 li.akamatsu::before{
background: url(./img/wood_akamatsu.jpg) 0 0 no-repeat;
background-size: cover;
}
#contents .select3 li.kiri::before{
background: url(./img/wood_kiri.jpg) 0 0 no-repeat;
background-size: cover;
}
#contents .select3 li.tamo::before{
background: url(./img/wood_tamo.jpg) 0 0 no-repeat;
background-size: cover;
}
#contents .select3 li.pine::before{
background: url(./img/wood_pine.jpg) 0 0 no-repeat;
background-size: cover;
}
#contents .select3 li.sakura::before{
background: url(./img/wood_sakura.jpg) 0 0 no-repeat;
background-size: cover;
}
#contents .select3 li.oak::before{
background: url(./img/wood_oak.jpg) 0 0 no-repeat;
background-size: cover;
}
#contents .select3 li.bamboo::before{
background: url(./img/wood_bamboo.jpg) 0 0 no-repeat;
background-size: cover;
}



.select3 .btn-internal, .select3 .btn-web {
width: 90%;
margin: 20px auto 0;
}
.select3 .btn-internal a,.select3 .btn-web a {
padding: 12px 30px;
background-position: 95% 50%;
font-size:15px;
font-size:1.5rem;
}
.select3 .btn-internal a{
background-color: #a5c97f;
box-shadow: 0px 4px 0px 0px #7c965f;
color: #fff;
}
.select3 .btn-internal a:hover {
 transform: translate3d(0, 3px, 0);
 box-shadow:0px 0px 0px 0px #7c965f;
}

.select3 .noteCom{
position: relative;
width: 720px;
margin: 40px auto 0;
padding: 20px 30px 20px calc(30px + 1em);
background: url(./img/pt02.jpg) 0 0 repeat-y;
background-size: 100% auto;
text-indent: -1em;
}
.select3 .noteCom::before,
.select3 .noteCom::after{
content: "";
position: absolute;
top: 10px;
left: 10px;
width: 14px;
height: 14px;
background: #fff;
border-radius:50%;
}
.select3 .noteCom::after{
left: auto;
right: 10px;
}



/* end_PC */











@media screen and (max-width: 599px) {
 body {
  line-height: 1.8;
  width: 100%;
  min-width: 100%;
  font-size: 1.3rem;
 font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
 }
 .pc { display: none; }
 .pc_br { display: none; }
 .sp { display: block; }
 img { max-width: 100%; }
 a {
  color: #444;
  text-decoration: none;
 }
 a:hover { opacity: 1; }
 .sp { display: block; }
 .sp_br { display: block; }
 .wi1000 {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
 }
 .baseBox { padding: 0 10px; }

 #category,
 #page {
  width: 100%;
  margin: 0 auto;
 }
 #category .baseBox,
 #page .baseBox {
  width: 100%;
  float: none;
  box-sizing: border-box;
 }
 /*--------------------------------------
 Slider　カルーセルつきスライドショー
 ---------------------------------------*/
 #slideArea { margin: 0 auto 30px; }
 #slideArea .slideinner {
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
 }
 .slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
 }
 .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
 }
 .slick-list:focus { outline: none; }
 .slick-list.dragging {
  cursor: pointer;
 }
 .slick-slider .slick-track,
 .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
 .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
 }
 .slick-track:before,
 .slick-track:after {
  display: table;
  content: '';
 }
 .slick-track:after { clear: both; }
 .slick-loading .slick-track { visibility: hidden; }
 .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
 }
 [dir='rtl'] .slick-slide { float: right; }
 .slick-slide img { display: block; }
 .slick-slide.slick-loading img { display: none; }
 .slick-slide.dragging img { pointer-events: none; }
 .slick-initialized .slick-slide { display: block; }
 .slick-initialized .slick-slide p {
  display: block;
  margin: 10px 0 5px 0;
  line-height: 1.4;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
 }
 .slick-loading .slick-slide { visibility: hidden; }
 .slick-vertical .slick-slide {
  display: block;
  height: 68px;
  box-sizing: border-box;/*border: 2px solid transparent;*/
 }
 .slick-arrow.slick-hidden { display: none; }
 .slider {
  position: relative;
  max-width: 100%;
 }
 .slider img {
  max-width: 100%;
  height: auto;
 }
 .slider .slider-nav-wrap { position: relative; }
 .slider .slider-nav-wrap .slider-nav .slick-list { padding: 0 !important; }
 .slider .slider-nav-wrap .slider-nav .slick-track {
  left: 0;
  width: 100%;
  opacity: 1;
  position: relative;
 }
 .slider .slider-nav-wrap .slider-nav .slick-slide {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1;
  padding: 7px;
 }
 .slider .slider-nav-wrap .slider-nav .slick-slide:hover { opacity: .5; }
 .slider .slider-nav-wrap .slick-arrow {
  position: absolute;
  top: 50%;
  left: inherit;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
 }
 .slider .slider-nav-wrap .slick-prev {
  right: 0;
  border-width: 0;
  border-color: transparent transparent transparent #444444;
 }
 .slider .slider-nav-wrap .slick-next {
  left: 0;
  border-width: 0;
  border-color: transparent #444444 transparent transparent;
 }
 .slider .slider-for {
  float: none;
  width: 100%;
  margin: 0 0 10px;
 }
 .slider .slider-for button.slick-prev {
  right: -3%;
  width: 26px;
  height: 26px;
 }
 .slider .slider-for button.slick-next {
  left: -3%;
  width: 26px;
  height: 26px;
 }
 .slider .slider-nav-wrap {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
 }
 .slider .slider-nav-wrap .slider-nav.slick-initialized { display: block; }
 /* サムネイルのnextprev
 .slider .slider-nav-wrap .slick-next {
  top: 50%;
  left: -5%;
  background: url(img/arrow_black_right.png) center center no-repeat;
  background-size: 100%;
  width: 10px;
  height: 17px;
 }
 .slider .slider-nav-wrap .slick-prev {
  top: 50%;
  right: -5%;
  background: url(img/arrow_black.png) center center no-repeat;
  background-size: 100%;
  width: 10px;
  height: 17px;
 }*/
 #slideArea .caption { margin: 8px 0 10px !important; }


 /*--------------------------------------
 header
 ---------------------------------------*/
 header { 
	position: relative; 
	padding: 0 0;
	}
 #headNoteArea {
  width: 100%;
  padding: 16px 0;
  font-size: 12px;
  font-size: 1.2rem;
  box-sizing: border-box;
  display: table;
 }
 #headNoteArea h1.sitename,
 #headNoteArea .sitename a {
	margin: 0 auto;
	padding: 0 0 0 60px;
 background-size: 50px auto;
	background-position: 0 50%;
	font-size: 2.0rem;
 }
 #headNoteArea .sitename span,
 #headNoteArea .sitename a span {
/*  background-size: auto 100% , auto 100%;
  margin-bottom: 0.2rem;*/
 }
 

 /*--------------------------------------
 ハンバーガーメニュー
 ---------------------------------------*/
 .out-frame {
  position: relative;
  width: 100%;
 }
 .out-frame.black:after {
  background: #FFF;
  opacity: 0.6;
  content: '';
  height: 10000px;
  right: 0;
  top: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transform: all .5s ease;
 }
 .out-frame:after {
  background: #FFF;
  opacity: 0;
  content: '';
  right: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transform: all .5s ease;
 }
 .header-frame {
  position: relative;
  width: 100%;
  height: 64px;
 }
 .menu-btn {
  background: url(./img/sp-btn-menu_on.png) 0 0 no-repeat;
  background-size: 35px;
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 35px;
  z-index: 10;
 }
 .navOpenOut {
  background: rgba(255,255,255,0.5);
  padding: 30px 12px 14px;
  box-sizing: border-box;
 }
 .navOpen {
  background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
  background-size: 35px;
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 35px;
  z-index: 10;
 }
 #sp_titArea .is-fixed {
  position: fixed;
  z-index: 2;
 }
 .fixed {
  position: fixed;
  width: 100%;
  height: 100%;
 }
 .menu-btn img { opacity: 1; }
 .black .menu-btn img { opacity: 0; }
 .header-menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  overflow-y: scroll;
 }
 .header-menu ul li a {
  display: block;
  padding: 15px 35px 15px 10px;
  background: #83cdc0 url("img/arrow_green_left.png") 97% 50% no-repeat;
  background-size: 16px auto;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  line-height: 1.3;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
 }
 .header-menu ul.accordion li ul li:first-child a { padding: 12px 35px 12px 10px; }
 .header-menu ul li.delete {
	background: #a5c97f;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
 }
 .header-menu ul.accordion { 
	/*border-top: 1px solid #FFF;*/
	
 }
.header-menu ul.accordion ul {
display: none;
}
.header-menu .tglMenu + ul {
border-bottom: 1px solid #cfcfcf;
}
 .header-menu ul.accordion .subCat ul.subList { display: block; }
 .header-menu ul.accordion .tglMenu {
  display: block;
  padding: 15px 35px 15px 10px;
  background: url(img/arrow01_gr_down.svg) 97% 50% no-repeat #f3f1ea;
  background-size: 18px auto;
  border-bottom: 1px solid #cfcfcf;
  text-decoration: none;
  line-height: 1.3;
  font-size: 14px;
  font-size: 1.4rem;
 }
 .header-menu ul.accordion .open {
  background: url(img/arrow01_gr_up.svg) 97% 50% no-repeat #f3f1ea;;
  background-size: 18px auto;
 }
 .header-menu ul.accordion ul li a {
  font-family: inherit;
  padding: 12px 30px 12px 20px;
  background: url(img/arrow01_gr.svg) 97% 50% no-repeat #f3f1ea;
  background-size: 18px auto;
  color: #444;
  border-bottom: 1px solid #cfcfcf;
 }

 .header-menu ul.accordion ul li.subCat a { padding: 12px 30px 12px 20px; }
 .header-menu ul.accordion .subCat ul.subList li a {
  border-bottom: 1px solid #cfcfcf;
  padding: 12px 30px 12px 30px;
 }
 .header-menu ul.accordion li ul li:last-child a { border-bottom: none; }
 
 
 /*--------------------------------------
 pankuzu
 ---------------------------------------*/
 #pankuzuWrap {
  overflow: auto;
  white-space: nowrap;
 }
 #pankuzu {
  box-sizing: border-box;
  width: 100%;
  padding: 6px 10px 8px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #838383;
 }
 #pankuzu a { color: #838383; }
 
 
 /*--------------------------------------
 Footer
 ---------------------------------------*/
 footer {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 40px 0 0;
  background-color: #f3f3f3;
 }
 footer a:hover { text-decoration: none; }
 footer .areaInner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
 }
 footer .areaInner .footBox { margin: 0; }
 footer .areaInner .footBox .sttl a {
  display: block;
  box-sizing: border-box;
  font-size: 1.4rem;
background: url(img/arrow01_gr.svg) 97% 50% no-repeat;
background-size: 18px auto;
  padding: 10px 40px 10px 4%;
 }
 footer .areaInner .footBox .sttl.tglMenu a {
background: url(img/arrow01_gr_down.svg) 97% 50% no-repeat;
background-size: 18px auto;
 }
 footer .areaInner .footBox .sttl.open a {
background: url(img/arrow01_gr_up.svg) 97% 50% no-repeat;
background-size: 18px auto;
 }
 footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #999;
  padding: 0;
  margin: 0;
 }
 footer .areaInner .footBox .accChild {
  display: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
 }
 footer .areaInner .footBox .accChild li {
  float: none;
  padding: 0;
  margin: 0;
  background: none;
  display: block;
 }
 footer .areaInner .footBox .accChild li.sp a { /*background-color: #FFF;*/
 }
 footer .areaInner .footBox .accChild li a {
  display: block;
  box-sizing: border-box;
background: url(img/arrow01_gr.svg) 97% 50% no-repeat;
background-size: 18px auto;
  color: #444;
  border-bottom: 1px dotted #444;
  padding: 10px 40px 10px 4%;
  font-size: 13px;
  font-size: 1.3rem;
 }
 footer .areaInner .footBox .accChild li.subCat { margin: 0; }
 footer .areaInner .footBox .accChild li.subCat a {
  display: block;
  box-sizing: border-box;
background: url(img/arrow01_gr.svg) 97% 50% no-repeat;
background-size: 18px auto;
  color: #444;
  border-bottom: 1px dotted #444;
  padding: 10px 40px 10px 8%;
 }
 footer .areaInner .footBox .accChild li.subCat:last-child li:last-child a { border: none; }
 footer .areaInner .footBox .accChild .subList {
  padding: 0;
  margin: 0;
  display: block;
 }
 footer .areaInner .footBox .accChild .subList li { display: block; }
 footer .areaInner .footBox .accChild .subList li:first-child:before { content: ""; }
 footer .areaInner .footBox .accChild .subList li:after { content: ""; }
 footer .areaInner .footBox .accChild li.subCat:after { content: ""; }
 footer .areaInner .footBox .accChild .subList li a {
  padding: 10px 40px 10px 14%;
  background: url("img/arrow_bk.svg") right 12px center no-repeat;
  background-size: 6px;
 }
 footer .areaInner .footBox .accChild li:after { content: ""; }
 footer .areaInner .footBox .accChild li:last-child:after { content: ""; }
 footer .areaInner .noticeArea {
  box-sizing: border-box;
  width: 90%;
  margin: 30px auto 30px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8em;
  color: #444;
 }
 footer .areaInner .noticeArea p {
  background: #FFF;
  padding: 20px;
  font-size: 12px;
  font-size: 1.2rem;
 }
 footer .areaInner .noticeArea .botPrg {
  text-align: center;
  background: transparent;
  padding: 0;
  font-size: 10px;
  font-size: 1.0rem;
  margin: 10px 0 0;
 }
 footer .botArea {
  background: #7aa44e;
  padding: 0;
 }
 footer .botArea .botInner { width: 100%; }
 footer p.copy {
  margin: 0;
  padding: 14px 15px 12px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  color: #fff;
 }
 footer a {
  text-decoration: none;
 }
 footer .botArea .botInner .smap { display: none; }
 footer .areaInner .footBox .accChild .sp { display: block; }
 
 
 /*--------------------------------------
  PageTop
 ---------------------------------------*/
 #page-top {
  position: fixed;
  bottom: 6%;
  right: 3%;
  z-index: 2;
  width: 40px;
 }
 #page-top:hover { opacity: 1; }
 
 


 /*--------------------------------------
 メインコンテンツ
 ---------------------------------------*/
 /* 見出し
 ---------------------------------------*/
#index .ttlArea,
#category .ttlArea,
#page .ttlArea {
margin: 0 auto 20px;
padding: 10px 0 0;
}

#index .ttlArea:before,
#category .ttlArea:before,
#page .ttlArea:before,
#index .ttlArea:after,
#category .ttlArea:after,
#page .ttlArea:after {
width: 50px;
height: 38px;
}

#index .ttlArea h2,
#category .ttlArea h1,
#page .ttlArea h1 {background: url(./img/icon_home.png) 10px 10px no-repeat;background-size: 42px auto;font-size: 2.2rem;padding: 20px 20px 20px 67px;}

		
 #index h3,
 #category h2,
 #page h2 {
  margin: 30px 0 20px;
  padding: 14px 2rem 14px;
  font-size: 2rem;
  background-position: 14px center;
  background-size: 34px auto;
}
 #index h4,
 #category h3,
 #page h3 {
  margin: 30px 0 20px;
  font-size: 1.7rem;
  padding: 14px 2rem 14px 6rem;
 }
 #index h5,
 #category h6,
 #category h4,
 #category h5,
 #category h6,
 #page h4,
 #page h5,
 #page h6 {
  margin: 30px 0 20px;
  font-size: 1.6rem;
  padding: 0 10px 10px 10px;
 }
 h2 a,
 h3 a,
 h4 a,
 h5 a,
 h6 a { background-size: 6px auto; }
 #contents .rank_wrap {
  margin: 20px 0;
  counter-reset: div;
  list-style: none;
 }
 #contents .rank {
  position: relative;
  border-bottom: solid 3px #e4e4e4;
  margin: 20px 0 20px 0;
  padding: 16px 10px 20px 65px;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
 }
 #contents .rank:before {
  content: "";
  content: counter(div);
  counter-increment: div;
  position: absolute;
  left: 0;
  top: 45%;
  border: 2px solid #444;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 13px 0 0;
  line-height: 1.1;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #444;
  font-weight: bold;
  box-sizing: border-box;
  background: url(img/rank_dashed.png) no-repeat bottom 11px center;
  -webkit-transform: translate(0%, -50%);
  transform: translate(-0%, -50%);
 }
 #contents .noCount .recommend {
  display: block;
  position: relative;
  margin: 20px 0 20px 0;
  padding: 16px 10px 20px 65px;
  border-bottom: solid 3px #e4e4e4;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
 }
 #contents .noCount .recommend:before {
  content: "おすすめ";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid #de6974;
  border-radius: 50%;
  padding: 16px 0 0 0;
  top: 45%;
  left: 0;
  margin: 0;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #de6974;
  background: url(img/recommend_dashed.png) no-repeat bottom 14px center;
  -webkit-transform: translate(0%, -50%);
  transform: translate(-0%, -50%);
 }
 #contents .noCount .check {
  margin: 20px 0;
  padding: 16px 2rem 24px 7rem;
  font-size: 1.8rem;
 }
 #contents .noCount .point {
  margin: 20px 0;
  padding: 16px 2rem 24px 7rem;
  font-size: 1.8rem;
 }

	
	
 #contents .rank_wrap2 { counter-reset: div; }
 #contents .rank_wrap2 .recommend {
  display: block;
  position: relative;
  margin: 20px 0 20px 0;
  padding: 16px 10px 20px 65px;
  border-bottom: solid 3px #e4e4e4;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
 }
 #contents .rank_wrap2 .recommend:before {
  content: "おすすめ";
  position: absolute;
  display: block;
  border: 2px solid #de6974;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 11px 0 0 0;
  top: 45%;
  left: 0;
  margin: 0;
  color: #de6974;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  -webkit-transform: translate(0%, -50%);
  transform: translate(-0%, -50%);
 }
 #contents .rank_wrap2 .recommend:after {
  content: "";
  content: counter(div);
  counter-increment: div;
  position: absolute;
  left: 0;
  top: 45%;
  width: 50px;
  height: 16px;
  padding: 1px 0 0;
  line-height: 1.1;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #de6974;
  font-weight: bold;
 }
 #contents .rank_wrap3 { counter-reset: div; }
 #contents .rank_wrap3 .check {
  display: block;
  position: relative;
  margin: 20px 0 20px 0;
  padding: 16px 10px 20px 65px;
  border-bottom: solid 3px #e4e4e4;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
 }
 #contents .rank_wrap3 .check:before {
  content: "CHECK";
  position: absolute;
  display: block;
  border: 2px solid #38b9b5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 11px 0 0 0;
  top: 45%;
  left: 0;
  margin: 0;
  color: #38b9b5;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  -webkit-transform: translate(0%, -50%);
  transform: translate(-0%, -50%);
 }
 #contents .rank_wrap3 .check:after {
  content: "";
  content: counter(div);
  counter-increment: div;
  position: absolute;
  left: 0;
  top: 45%;
  width: 50px;
  height: 16px;
  padding: 1px 0 0;
  line-height: 1.1;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #38b9b5;
  font-weight: bold;
 }
 #contents .rank_wrap4 { counter-reset: div; }
 #contents .rank_wrap4 .point {
  display: block;
  position: relative;
  margin: 20px 0 20px 0;
  padding: 16px 10px 20px 65px;
  border-bottom: solid 3px #e4e4e4;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
 }
 #contents .rank_wrap4 .point:before {
  content: "POINT";
  position: absolute;
  display: block;
  border: 2px solid #77b8e0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 11px 0 0 0;
  top: 45%;
  left: 0;
  margin: 0;
  color: #77b8e0;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  -webkit-transform: translate(0%, -50%);
  transform: translate(-0%, -50%);
 }
 #contents .rank_wrap4 .point:after {
  content: "";
  content: counter(div);
  counter-increment: div;
  position: absolute;
  left: 0;
  top: 45%;
  width: 50px;
  height: 16px;
  padding: 1px 0 0;
  line-height: 1.1;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #77b8e0;
  font-weight: bold;
 }
 /* list
 ---------------------------------------*/
 #contents ul {
  margin: 20px 0 20px;
  padding: 10px 10px 0;
 }
 #contents ul li {
  padding: 0 0 4px 2rem;
  background-size: 16px auto;
  background-position: 0 6px;
  font-size: 1.3rem;
 }
 #contents ol {
  margin: 20px 0 20px;
  padding: 10px 10px 0;
 }
 #contents ol li {
  padding: 0 0 4px 22px;
  list-style: none;
  position: relative;
  counter-increment: number;
  font-size: 13px;
  font-size: 1.3rem;
 }
 #contents ol li::before {
  display: block;
  background-color: #83cdc0;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 2px;
  left: 0;
  color: #fff;
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  font-size: 13px;
  font-size: 1.3rem;
 }
 #contents ol li:nth-child(-n + 9):before { content: counter(number); }
 #contents ol li:nth-child(n + 10):before { content: counter(number); } 
 /*　table
 ---------------------------------------*/
#contents table {
width: 100%;
table-layout: fixed;
margin: 30px auto 30px;
}
#contents table {
border-collapse: collapse;
width: 100%;
border: none;
}
#contents table tr {
display: block;
margin: 0 0;
}
#contents table tr:last-child { margin: 0; }
#contents table th {
text-align: center;
font-size: 1.5rem;
}
#contents table td {
border-top: none;
font-size: 1.3rem;
}
#contents table th,
#contents table td {
padding: 10px 2rem;
display: block;
width: 100%;
}
#contents table td:first-of-type {
border-left: 1px solid #ddd;
}
	
	
 /*　float img
 ---------------------------------------*/
 #contents .float-wrap {
  margin: 20px 0;
  padding: 0;
 }
 #contents .float-wrap .float-img {
  margin: 0 0 12px 0;
  padding: 0;
  width: 100%;
 }
 #contents .float-wrap .fr {
  width: 100%;
  padding: 0;
  text-align: left;
 }
 #contents .float-wrap img { width: 100%; }
 #contents .caption {
  margin: 8px 0 0;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.3;
  word-break: break-all;
  color: #999;
  text-align: center;
 }
 #contents #category .float-wrap .fl,
 #contents #page .float-wrap .fl { width: 100%; }
 #contents #category .float-wrap .fr,
 #contents #page .float-wrap .fr { width: 100%; }
 #contents #category .float-wrap .center,
 #contents #page .float-wrap .center { width: 100%; }
 #contents .floatBox01 .float-wrap {
  margin: 20px 0;
  padding: 0;
 }
 #contents .floatBox01 .float-wrap img { width: 100%; }
 #contents .floatBox01 .float-wrap p {
  margin: 0;
  padding: 0;
 }
 #contents .floatBox01 .float-wrap .fl.t_small,
 #contents #category .floatBox01 .float-wrap .fl.t_small,
 #contents #page .floatBox01 .float-wrap .fl.t_small {
  width: 40%;
  padding: 0 20px 0 0;
  text-align: center;
  float: left;
 }
 #contents .floatBox01 .float-wrap .fr.t_small,
 #contents #category .floatBox01 .float-wrap .fr.t_small,
 #contents #page .floatBox01 .float-wrap .fr.t_small {
  width: 40%;
  padding: 0 0 0 20px;
  margin: 0;
  text-align: center;
  float: right;
 }
 #contents .floatBox01 .float-wrap .ct {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
 }
 /*　btn
 ---------------------------------------*/
 .btn-internal a,
 .btn-web a,
 .btn-tel a,
 .btn-link a,
	.btn-acc a{
  box-sizing: border-box;
 }
 .btn-internal,
 .btn-web,
 .btn-link,
 .btn-tel,
	.btn-acc{
  width: 90%;
  margin: 20px auto;
 }
 .btn-internal a,
 .btn-web a,
 .btn-tel a,
 .btn-link a,
	.btn-acc a{
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 14px 40px;
 } 
 .btn-tel a {
background: url(./img/ico_tel.svg) 20px 50% no-repeat #26a2e2;
background-size: 20px auto; 
}
 .btn-internal a:hover,
 .btn-web a:hover,
	.btn-acc a:hover{
	opacity: 1;
	}
	
.btn-acc a {
  padding: 14px 40px;
  background: url(./img/plus.png) 97% 50% no-repeat #a5c97f;
  background-size: 16px auto;
}
.btn-acc.minus a {
  padding: 14px 40px;
  background: url(./img/minus.png) 97% 50% no-repeat #a5c97f;
  background-size: 16px auto;
}
 .btn-link a {
  font-weight: bold;
  border-radius: 10px;
background: url(./img/arrow01_gr.svg) 97% 50% no-repeat #fff;
background-size: 18px auto;
  text-align: center;
  display: block;
  border: solid 2px #7aa44e;
  text-decoration: none;
 }
	
	
	
	
 /*　box-wrap
 ---------------------------------------*/
 #contents .box-wrap { margin: 0; }
 #contents .box-wrap .box,
 #contents .box-wrap .box:nth-child(2n) {
  position: relative;
  margin: 20px 0 0;
  width: 100%;
  float: none;
 }
 #contents .box-wrap .box .box-head .sttl { font-size: 1.8rem; }
 #contents .box-wrap .box .btn-link { margin:1rem auto 0; }
 /*　frame-wrap
 ---------------------------------------*/
 #contents .frame-wrap { margin: 0; }
 #contents .frame-wrap .frame,
 #contents .frame-wrap .frame:nth-child(2n) {
  margin: 20px 0 0;
  width: 100%;
  float: none;
 }
#contents .frame .frame-head .frame-ttl { font-size: 1.8rem; }


 /*--------------------------------------
 #page.sitemap
 ---------------------------------------*/
 #contents .sitemap {
  padding: 0 10px;
  box-sizing: border-box;
 }
 #contents .sitemap h1 { width: 100%; }
 .sitemap h2 a { color: #444; }
	
	
/*--------------------------------------
lower-bottom
---------------------------------------*/
.select3 .sectTtlArea{
margin: 30px 0 30px;
padding: 30px 0 0;
}
.select3 .sectTtl{
font-size:2.2rem;
}
.select3 .sectTtl .fontS{
margin: 0 0 6px;
font-size:1.6rem;
}
.select3 .ulBox{
display: block;
}
.select3 .liBox{
width: 100%;
margin: 0 0 30px;
}
.select3 .liBox::before{
top: -20px;
left: 0;
width: 40px;
height: 100px;
background: url(./img/icon_birdtree.png) 0 0 no-repeat;
background-size: 40px auto;
}
.select3 .flame{
    height: auto;
}
.select3 .flame img {
    width: 100%;
    height: auto;
}
#contents .select3 th,
#contents .select3 td{
display: table-cell;
}
#contents .select3 td{
border-left: none;
}
#contents .select3 table td:first-of-type {
border-left: none;
}
#contents .select3 ul{
padding: 10px 0;
}
#contents .select3 li{
margin: 5px 5px;
}

.select3 .noteCom {
    width: auto;
    margin: 30px 0 0;
}
.select3 .catch { font-size:1.8rem; }
.select3 .sttl { padding: 2rem 0; }
#page .select3 li{padding: 4px 4px 4px 68px;}
#page .select3 li::before{ width:60px; }
}/* end_all */
