@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}
.smpnone{display: none;}
.search_kokunaiBar .serchBox > ul{border: none !important;}
article{overflow: hidden;}
main img {
	height:auto;
}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 10px;
	margin: 0 1%;
}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*h2*/
h2 {
    text-align: center;
    margin: 0 0 1%;
    color: #00a603;
    padding: 0.5% 0;
	position:relative;
	font-size: 18px;
	font-weight: bold;
}

h2.ume_ic:before{
	content:" ";
	width:25px;
	height:25px;
background: url(../images/ume.png) no-repeat;
background-size:80%;
position:absolute;
top:6%;
left:8%;
}
h2.ume_ic:after{
	content:" ";
	width:25px;
	height:25px;
background: url(../images/ume.png) no-repeat;
background-size:80%;
position:absolute;
top:6%;
right:8%;
}
	
	h3{
		font-size: 14px;
		font-weight: bold;
	}

/*mainimage*/
#title {
	max-height: 130px;
    background: url(../images/bg_main.jpg) no-repeat 50% 0;
    background-size: cover;
}
#title p {
	text-align: center;
    margin: 0 auto 0;
}
#title p img {
	height: 130px;
}
#titleNavi {
/*    width: 100%;
    margin: -12% auto 0;
    text-align: center;*/
	display: none;
}
/*#titleNavi li {
    width: 348px;
    height: 69px;
	position:absolute;
	top:300px;
	right:0;
}
#titleNavi li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}*/
#kokunai {
    background: url(../images/bt_kokunai.png) no-repeat;
}
.catche {
	font-size: 12px;
    padding: 5px;
    line-height: 1.5;
    text-align: center;
    background: #D9FCBE;
}

p.title_txt {
    font-size: 12px;
    padding: 0 10px;
	text-align:center;
}

/*nav*/
nav {margin: 0 0 15px;}
nav .naviDept{
	text-align:center;
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
/*ChromeとOperaのみだけに適用されるCSSハック*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	nav .naviDept{text-align:center;}
}
nav .naviDept li{
	width: calc(94% / 6);
	margin: 0 0.5% 1%;
}
nav .naviDept li a{
    width: 100%;
	font-size: 14px;
    cursor: pointer;
    margin: 1%;
    padding: 5px 0 20px;
    display: block;
    color: #00a603;
    position: relative;
    border: 1px solid #00a603;
    box-sizing: border-box;
}
nav .naviDept li a:after{
	content:"▼";
	position:absolute;
	left: 38%;
	bottom:1%;
}
.naviDept_img{margin:1% 0;}
.naviDept_img li {
	width: 19%;
    margin: 1% 0.5%;
    float: left;
    display: block;
}
.naviDept:after{
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/*btn*/
p.orangeBtn2,
p.orangeBtn {margin-bottom: 10%;}
.orangeBtn2 a,
.orangeBtn a {
	display: block;
    width: 90%;
    margin: 0px auto 15px;
    padding: 12px 0;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    background: #FF9326 url(/shared2015/common/images/im_arrow.png) no-repeat scroll 5% center;
    font-size: 16px;
    text-decoration: none !important;
}
.orangeBtn2 a:hover,
.orangeBtn a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*ancer*/
#anchorLinkBlock {
    width: 98%;
    margin: 3% auto !important;
    display: block;
    font-size: 11px;
}

/*banner*/
.bnr {
    margin-bottom: 1%;
}
.bnr a {
    width: 48%;
    float: left;
    display: block;
    margin: 1%;
    text-align: center;
	font-size:14px;
}
	
	.bnr img{
		width: 100%;
	}

/**/
ul.gw_itemList li {
	width: 48%;
	height: 250px;
    float: left;
    position: relative;
    margin: 1%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f2f2f2;
}
ul.gw_itemList li dl {
    padding: 15px 10px;
}
ul.gw_itemList li dl dd {
    font-size: 13px;
}
ul.gw_itemList li .thumb img{
	width:100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

/*タイトル・コメント*/
.area_title_p {
    width: 100%;
    font-size: 12px;
    text-align: left;
    padding: 5px 0;
    color: #222;
}
p.att_t{
text-align:center;
margin:1% 0;
font-size: 12px;
}
h3{color:#00a603;clear: both;}
/**/
ul.area_link{padding-left:2%;}
ul.area_link li{
	width: 80px;
    float: left;
    display: inline-block;
}
.area_search_yado {
    border: 1px solid #00a603;
    margin-bottom: 5%;
}

/*宿スクロール*/
.sp-scroll {
	padding: 5px 0;
    overflow-x: scroll;
}
.sp-scroll::-webkit-scrollbar {height: 5px;}
.sp-scroll::-webkit-scrollbar-track {
      border-radius: 5px;
      background: #eee;
}
.sp-scroll::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #cdcdcd;
}
p.swipescroll {
    width: 100% !important;
    float: none !important;
    margin: 0 0 20px 0 !important;
    font-size: 12px;
    text-align: center;
}

#wrapper .search_kokunaiBar .serchBox.kokunaiS ul li {
    background: #D9FCBE;
	color: #00a603;
}
#wrapper .search_kokunaiBar .serchBox.kokunaiS ul li.select {
    background: #00a603;
	color: #FFF;
}
#wrapper .search_kokunaiBar .serchBox.kokunaiS .content_wrap.serchBox {
    border: 8px solid #00a603;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
main img {
	width:100%;
	height:auto;
}
.search_kokunaiBar .serchBox > ul{
	border: none !important;
}
	
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
    width: auto;
	max-width:1080px;
	min-width:760px;
    margin: 0 auto 5px;
}
/*h2*/
h2 {
    text-align: center;
    margin: 0 0 3%;
    color: #00a603;
    padding: 0.5% 0;
	position:relative;
	font-size: 25px;
	font-weight: bold;
}

h2.ume_ic:before{
	content:" ";
	width:50px;
	height:50px;
background: url(../images/ume.png) no-repeat;
position:absolute;
top:-16%;
left:18%;
}
h2.ume_ic:after{
	content:" ";
	width:50px;
	height:50px;
background: url(../images/ume.png) no-repeat;
position:absolute;
top:-16%;
right:18%;
}

h3{
		font-size: 20px;
		font-weight: bold;
	}

.inner{
	width: 96%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}

/*mainimage*/
#title {
    background: url(../images/bg_main.jpg) no-repeat 50% 0;
    background-size: cover;
    height: 288px;
	position: relative;
}
#title p {
	margin: 0 auto 0;
    width: 450px;
}
#title p img {
    width: 100%;
    height: auto;
}
#titleNavi {
    width: 950px;
    margin: 0 auto;
    position: relative;
}
#titleNavi li {
    width: 348px;
    height: 69px;
	position:absolute;
    top: -60px;
    right: -94px;
}
#titleNavi li a {
    display: block;
    width: 74%;
    height: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}
#kokunai {
    background: url(../images/bt_kokunai.png) no-repeat;
	background-size: 75%;
}
.catche {
	font-size: 16px;
    padding: 10px;
    line-height: 1.5;
    text-align: center;
    background: #D9FCBE;
}

p.title_txt {
    font-size: 12px;
    padding: 0 10px;
	text-align:center;
}

/*nav*/
nav .naviDept{
	text-align:center;
	width:100%;
	display: flex;
	margin: 0 0 5%;
}

nav .naviDept li{
	width: 20%;
	text-align:center;
	display:inline-block;
	color:#FFF;
	font-size:1.1rem;
	cursor:pointer;
}
nav .naviDept li a{
	background: url(../images/im_bt_arrow.png) no-repeat #FFF 50% 92%;
    background-size: 15px auto;
    color: #00a603;
    padding: 15px 5px 25px;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 2px;
    border: 2px solid #00a603;
}
nav .naviDept li a:hover{
	text-decoration:none!important;
	transition: 0.2s ;
	position:relative;
	background:url(../images/im_bt_arrow.png) no-repeat #FFF 50% 92%;
	background-size:15px auto;
}
.naviDept_img{
	margin: 1% 0 5%;
}
.naviDept_img li {
	width: 19%;
    margin: 1% 0.5%;
    float: left;
    display: block;
}

.naviDept_img li:hover {
	opacity:0.6;
}

/*btn*/
.entry{margin:50px 0;}
p.orangeBtn,
p.orangeBtn2{margin-bottom: 5%;}
.orangeBtn a {
	display: block;
    width: 90%;
    margin: 0 auto 15px;
    padding: 12px 0;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    background: #FF9326 url(/shared2015/common/images/im_arrow.png) no-repeat scroll 2% center;
    font-size: 18px;
    text-decoration: none !important;
}
.orangeBtn2 a {
	display: block;
	width: 60%;
	margin: 0 auto 15px;
    padding: 12px 0;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    background: #FF9326 url(/shared2015/common/images/im_arrow.png) no-repeat scroll 2% center;
    font-size: 18px;
    text-decoration: none !important;
}

#title > a:hover,
.orangeBtn a:hover,
.orangeBtn2 a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*ancer*/
#anchorLinkBlock {
    width: 1080px;
    margin: 0 auto !important;
    display: block;
}

/*banner*/
.bnr {
	width: 750px;
	margin: 0 auto 1%;
}
.bnr a{
    width: 350px;
	height:auto;
	float:left;
	display:block;
    margin: 0 12.5px;
	text-align:center;
	font-size: 16px;
	line-height: 1.8;
}
.bnr p{text-align:center;}

/*osusume*/
ul.gw_itemList li {
	width: 18%;
	height: 250px;
	float: left;
	position: relative;
	margin: 0 1% 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f2f2f2;
}
ul.gw_itemList li:hover {
	cursor: pointer;
	opacity:0.8;
}
ul.gw_itemList li dl {
    padding: 15px 10px;
}
ul.gw_itemList li dl dd {
    font-size: 13px;
}
ul.gw_itemList li .thumb img{
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

/*タイトル・コメント*/
.area_title_p {
	font-size: 12px;
    text-align: right;
    display: block;
    width: 100%;
}
p.att_t{
text-align:center;
margin:1% 0;
	font-size: 16px;
}
h3{color:#00a603;}
/**/
ul.area_link{padding-left:2%;}
ul.area_link li{
	display: inline-block;
    margin: 10px;
	font-size: 16px
}
.area_search_yado {
    border: 1px solid #00a603;
    margin-bottom: 5%;
}

/*宿調整*/
.sp-scroll {
margin-bottom: 2%;
}

#wrapper .search_kokunaiBar .serchBox.kokunaiS ul li {
    background: #D9FCBE;
	color: #00a603;
}
#wrapper .search_kokunaiBar .serchBox.kokunaiS ul li.select {
    background: #00a603;
	color: #FFF;
}
#wrapper .search_kokunaiBar .serchBox.kokunaiS .content_wrap.serchBox {
    border: 8px solid #00a603;
}
}