@charset "UTF-8";

img{
	max-width:100%;
	height:auto;
}


/*デバイス表示関係
.sp_only {
  display: none !important;
}
.pc_only {
	display: none !important;
}
.sp-tab_only {
	display: block !important;
}

.sp-tab_none {
	display: none !important;
}

.tab_none {
	display: none !important;
}
*/

/*tabのみ*/
.tab_only {
	display: block !important;
}
.sp-tab_w90 {
	width:90% !important;
	margin-left:auto !important;
	margin-right:auto !important;
}



/*リンクテキスト*/


/*topへ戻る*/

#pagetop {
	position: fixed;
	right: 4%;
	bottom: 2%;
	zoom: 1;
	z-index: 9999;
}
#pagetop a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#pagetop a:hover {
	display: block;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}
/*topへ戻る*/



/* =====================
	　    全ページ共通 
===================== */
a {
  color: #333333;
  text-decoration: none;
}
#wrap{
	height: inherit;
}
.content-area{
	width: 100%;
	max-width: 2560px;
	height:inherit;
}
#content {
	max-width: 2560px;
	margin: 0 auto 0 auto;
	height:inherit;
} /*変更*/
main{
	width: 100%;
	margin: 0 auto;
    height: initial;
}
#page {
	width: 100%;
	max-width: 2560px;
	height:auto;
	background:#FFF;	
}

/* ボタン */
.buttonA{
    width: 100%;
    height: auto;
    padding: 12px 10px;
    line-height: 16px;
    color: #FFF;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    border: 1px solid #FFF;
    border-radius:8px;
}

/* 見出し 
h2 {font-size:36px;font-weight:bold;}
h3 {font-size:36px;font-weight:bold;color:#004e2b;}
h4 {font-size:30px;font-weight:bold;color:#000;}
h5 {font-size:16px;font-weight:bold;color:#004e2b;padding-bottom:10px;line-height: 1.6;}
.midashi-36{
	font-size: 36px;
    font-weight: bold;
}
*/
/* =====================
	　   パンくず 
===================== */




/* =====================
	　　　 TOPページ 
===================== */

#topSlider_container{
	width:100%;
	float:none;
}
.topSlider{
	height:calc(100vh - 230px) !important;
}
.topSlide p.slide_on_p2{
    height: 90px;
}

.top_use ul{
    width: 100%;
    margin: 0 auto 90px;
    display: inline-block;
    text-align: center;
}
.top_use ul li{
    float: none;
    max-width: 456px;
    width: auto;
	margin:0 auto 20px;
    box-sizing: content-box;
    border: 1px solid #DB5A4D;
}
.top_use ul li:nth-child(odd){
	margin:0 auto 20px;
}
.top_village_intro p {
    height: 280px;
    max-width: 65%;
    margin: 30px auto 0;
}
.top_village_intro .inner {
    width: 230px;
    float: left;
    margin-left: 70px;
    padding: 53px 0 54px;
}
.top_village .fixed-bg {
    background-position: left center;
}
.top_village_intro h2 {
    font-size: 32px;
    margin-bottom: 38px;
    text-align: center;
}

/* =====================
	　 カテゴリ一覧 
===================== */
#cat_main{
	padding:0 40px;
}
.cat_list {
    width: 47%;
}


/* =====================
	　 固定ページ共通 
===================== */
.entry-content{
	width: 100%;
	max-width: 100%;
	padding: 0 30px;
}

/* =====================
	プライバシーポリシ
===================== */
.privacy_policy li {
    width: auto;
    float: none;
}
.privacy_policy ul.inpagelink {
    padding-left: 0px;
    text-align: center;
}

/* =====================
  ヘッダー
===================== */
.header_intro{
    margin-top: 21px;
}

/* =====================
  フッター
===================== */

footer {
	width: 100%;
	height: auto;
	position: relative;
}



