<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.pp {
	margin-left: 20px;
}

.pp ol{
	list-style: none;
	counter-reset: item;
}
.pp ol li {
    display: block;
    line-height: 2em;
	margin-bottom: 0;
	text-indent: -2em;
	padding-left: 2em;
}

.pp ol li::before {
  counter-increment: item;
  content:'('counter(item)')' ;
  font-size: 16px;
    font-family: 'auxin';
    margin-right: 10px;
}
.pp ol li ol{
	list-style: none;
	counter-reset: item;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:768px) {
	.wrap{
		width: 95%;
	}
	
	.kanko_dtl{
		width: 95%;
		margin: 20px auto 0;
	}
	.kanko_t {
    width: 95%;
    margin: 0 auto 10px;
	}
		.kanko_t .banner {
    width: 49%;
    height: 300px;
    margin-right: 2%;
    margin-bottom: 20px;
}
	

	.kanko_w ul li {
    width: 33%;
    margin-bottom: 15px;
}
	.kanko_w2 ul li {
    width: 33%;
    margin-bottom: 15px;
}
	.kanko_w2 ul li:nth-child(3) {
    width: 33%;
    margin-bottom: 15px;
}
	.contents_pic{
	width: 600px;
}

.contents_pic p{
	height: 450px;

}

.contents_pic p img {
	height: 450px;
}

.contents_pic ul {
	width: 600px;
}
	.contents_pic li img {
    height: 100px;
}
	
	.tp_pic{
		width: 95%;
		margin: 30px auto 0;
	}
	
	.t_date{
		width: 95%;
		margin: 0 auto 30px;
	}
	
	.rt_btn{
		width: 95%;
		margin: 0 auto;
	}
	
	}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:640px) {
	.wrap{
		padding: 10px;
	}
	
	.formBtnK{
	width: 95%;
		margin: 0 auto 30px auto;
		float: none;
	}
	.formBtnK2{
	width: 95%;
		margin: 0;
	}
	
	.kanko_w ul li {
    width: 100%;
    margin-bottom: 15px;
}
	.kanko_w2 ul li {
    width: 100%;
    margin-bottom: 15px;
}
	.kanko_w2 ul li:nth-child(3) {
    width: 100%;
    margin-bottom: 15px;
}
	.kanko_dtl div {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
		margin-right: 0;
}
	.kanko_dtl div:nth-child(3n) {
    margin-right: 0;
}
	.kanko_dtl div:nth-child(2n) {
    margin-right: 0;
}
	.contents_pic{
	width: 98%;
}

.contents_pic p{
	height: 300px;

}

.contents_pic p img {
	height:300px;
}

.contents_pic ul {
	width: 100%;
	margin: 10px auto 0;
}
.contents_pic li img {

    height: 80px;
}
	.gourm{
		width: 35%!important;
	}
	
	.menu3 ul li {
    width: 46%;
    margin-right: 3%;
    margin-bottom: 20px;
    font-size: 16px;
}

	.tp_list{
		max-height: initial;
		max-height: auto;
		padding: 20px 10px;
		align-items: flex-start;
	}
	
	.date{
		margin-bottom: 5px;
	}
	
	.tag{
		display: block;
	}
	
	.kyokai::after ,.kaiin::after{
		margin-left: 0;
	}
	
	.tp_dtl{
		display: inline-block;
		width: 65%;
	}
	
	.tp_img{
		width: 30%;
	}
	
	.text{
		display: none;
	}
	
	.tp_picD{
		width: 49%;
	}
	
	.tp_picD img{
		height: 180px;
	}
	

	
}
</pre></body></html>