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


body {
	min-width: 300px;
}

@media(max-width:650px){
	body{
		font-size: 85%;
		letter-spacing: 0;
	}
}

.pc{
	display: none;
}

/*#####################################################################################
　ヘッダー 
#####################################################################################*/

#header{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#header .logo{
	/*width: 100%;*/
}

#header .logo img{
	padding-top: 10px;
	/*height: auto;*/
	height: 60px;
	width: auto;
	padding-bottom: 0;
}

#header .pch_logo{
	margin-top: 0;
}

#header .navi{
	width: 100%;
	text-align: center;
	margin: 10px auto 0px;
}

#header table {
	margin:0px auto;
}

#header .textwidget strong {
	font-size: 1.5em;
}

#header .textwidget table td.tel{
	font-size: 2em;
	
}

/* 検索フォーム */
#search{
	padding-bottom: 10px;
	overflow: hidden;
	width: 220px;
	margin: auto;
}

#search input#s{
	width:176px;
	float: left;
}

#search input#searchsubmit{
	float: left;
	width: 32px;
}

/***** メインメニュー *****/


/***** メニューボタン装飾 *****/



/*#####################################################################################
　表示エリア 
#####################################################################################*/

#wrap{
	overflow:hidden;
	margin: 20px 0;
	padding: 0 20px;
}



/*#####################################################################################
　トップページ 
#####################################################################################*/

#wrap .block,
#wrap .carousel_slider{
	margin-top: 0px;
	padding: 0px 20px 20px;
	border-radius: 30px;
}

#wrap .block li,
#wrap .carousel_slider li{
	list-style: none;
	padding: 5px;
}

#wrap .block li{
	border-bottom: dashed 1px;
	padding: 5px;
}

#wrap .block li .date{
	color: #555;
	font-size: 80%;
	display: block;
}


#wrap .carousel_slider .slider{
	margin: 10px 10px;
}

#wrap .carousel_slider .slider p.date{
	text-align: center;
	font-size: 80%;
	color: #777;
}

.slick-dots{
	display: none !important;
}

#wrap #top_cont h2,
#wrap #top_cont2 h2{
	font-size: 140%;
	margin: 30px 0 30px;
}



/* 新着情報 */
.news_text ul li{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
}


/*#####################################################################################
　下層ページ 
#####################################################################################*/

.menu_wrap {
    background: url(../../../contents_images/main_bg.jpg) right -200px top;
	background-size: 1000px;
    padding-bottom: 30px;
}

/***** 本文エリア *****/

#content{
	margin: 10px 0;
	border-radius: 30px;
}

.post{
	padding: 0px 10px 20px;
}

.h1_wrap {
	background-size: cover;
}

#content h1{
	font-size: 160%;
	border-radius: 30px 30px 0 0;
	margin: 0 -20px 0;
	padding-top: 0;
}

#content .post h2 {
    font-size: 140%;
	padding: 10px 15px;
}

#content .post h3 {
	font-size: 120%;
}

#content .post h4 {
	font-size: 110%;
}

#content .table_ul ul li {
	margin-bottom: 20px;
}

#content .post h2{
	margin-top:50px 
}

table[border="1"] > tbody > tr > th,table[border="1"] > thead > tr > th,table[border="1"] > tbody > tr > td{
	padding: 3px;
}


/***** サイドバーエリア *****/

#column{
	margin: 10px 0;
	border-radius: 30px;
	padding-bottom: 20px;
}

#column li{
	list-style: none;
}

#column .categorytitle{
	padding: 10px 20px 13px;
	font-size: 140%;
	margin: 0 -20px;
}

#column .categorytitle a{
	color: #fff;
}

#column .categorymenu li{
	border-bottom: dashed 1px;
	margin: 0 15px ;
	padding: 5px;
}

#column .categorytitle a,
#column .categorymenu li a{
	display: block;
}

#column .categorymenu li a{
	text-decoration: none;	
}




/***** ページネーション *****/

.navPage{
	display: table;
	width: 100%;
	padding-bottom: 20px;
}

.navPage div{
	display: table-cell;
}

.navPage div a{
	background-color: #F3F3F3;
	font-size: 80%;
}

.navPage .prev{
	text-align: left;
	width: 35%;
}

.navPage .prev a{
	border: solid 2px;
	padding: 10px 15px;
	border-radius: 30px;
	display: block;
	margin-right: 10px;
}

.navPage .news_list{
	text-align: center;
	width: 30%;
}

.navPage .news_list a{
	border: solid 2px;
	padding: 10px 15px;
	border-radius: 30px;
	display: block;
}

.navPage .next{
	text-align: right;
	width: 35%;
}

.navPage .next a{
	border: solid 2px;
	padding: 10px 15px;
	border-radius: 30px;
	display: block;
	margin-left: 10px;
}


.navPage .prev a:before,
.navPage .news_list a:after{
content: "<< ";
}

.navPage .next a:after,
.navPage .news_list a:before{
content: " >>";
}

/***** 新着情報一覧 *****/
.list_cont h3 .date{
	font-size: 70%;
	color: #555;
	display: block;
	font-weight: normal;
}


/***** フォーム *****/
#content input,
#content textarea{
	border-radius: 5px;
}

#content .submit_box input{
	border-radius: 30px;
	display: block;
	margin: auto;
	cursor: pointer;
	background-color: #0077A2;
	color: #FFF;
	border: none;
	padding: 15px 20px;
}

#content .submit_box input:hover{
	background-color: #B50003;
}



/*#####################################################################################
　フッター 
#####################################################################################*/



