
h2{
	font-size: 33px;
	line-height: 36px;
}

h2 .allura{
	font-size: 30px
}
.kasou_main_title h1 {
    font-size: 30px;
}
.main_img_kasou{
	background-image: url("/bleda_kamisato/common/images/access/access_main_img.jpg");
	background-position: center;
}

.hour_area{
	margin: 110px 0;
}
.hour_area_img{
	width: 54%;
	margin-right: 6%;
	background-image: url("/bleda_kamisato/common/images/access/access_shisetu.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}
.chulip_title{
	    margin-bottom: 24px;
}
.hour_area_text table{
	border: solid 1px #f4d4d0;
	width: 460px;
	text-align: center;
}
.hour_area_text table tr{
	    border: solid 1px #f4d4d0;
	height: 60px;
	font-size: 18px;
}
.hour_area_text table tr td .pink {
    font-size: 11px;
}
.hour_area_text p.pink{
	
	margin-top: 16px;
}
.hour_area_text table th:first-of-type{
	width: 220px;
}
.hour_area_text table th:last-of-type{
	width: 240px;
}
.hour_area_text table tr:first-of-type{
	background: #f4d4d0;
}
.hour_area_text table tr td {
	    line-height: 20px;
}
.hour_area_text p{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.access_area{
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.map_img{
	margin: 0 0 0 6%;
	width: 52%;
}

.howto_access{
	text-align: center;
}
.howto_access ul li:first-of-type{
	margin-right: 100px;
}
.howto_access dt p{
	color: #77626b;
	font-size: 20px;
	margin-bottom: 5px;
}
.howto_access dt{
	margin-bottom: 25px;
}
.howto_access dd p{
	margin-bottom: 40px;
	    font-weight: normal;
}
.howto_access li:last-of-type dd p:last-of-type {
    font-weight: bold;
	font-size: 18px;
}
.howto_access li:last-of-type dd p:last-of-type span{
    font-weight: normal;
	font-size: 14px;	
}
.howto_access dd p span {
    font-weight: bold;
    font-size: 14px;
}
.pink_usu{
	color:  #f4d4d0;
}
.map_img_outer{
	display: contents;
}
.map_img_outer:hover{
	opacity: 0.8;
}


.access_area{
	display: flex;
}
.access_area p{
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}
.ina_pink{
	background: #c41289;
	color: white;
	text-align: center;
	font-weight: bold;
	width: 95px;
	margin: 0 auto 34px;
}
.access-img{
	width: 100%;
}
.info_area{
	    width: 53%;
}
.address{
	width: 455px;
	margin: auto;
	margin-top: 80px;
	border: 1px solid #b58c60;
	text-align: center;
}
.address p:first-of-type{
	font-size: 22px;
	font-weight: bold;
	margin: 23px auto 10px;
	
}
.address p:last-of-type{
	font-weight: normal;
	font-style: 18px;
	margin-bottom: 23px;
}

info{
	background: #ede7e7;
	height: 396px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    padding: 1%;
}
.info div img{
	display: block;
	margin:  89px auto 23px;
}
.info dl{
	margin-top: 12px;
}
.info dt{
	text-align: center;
	color: #b58c60;
	font-size: 20px;
	margin-bottom: 2px;
}
.info dd div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 3px;
}
.info dl:first-of-type {
    margin-bottom: 10px;
}
.info dl:last-of-type dt{
	line-height: 22px;
	font-size: 16px;
}
.info dl:last-of-type dt span{
	font-size: 12px;
}
.info dl:last-of-type dt dd p{
	font-size: 12px;
}

.info_l{
	margin-right: 54px;
}
.font-pink{
	color: #c41289;
}
.map_area{
	width: 47%;
}
.eigyo_comment{
	font-size: 12px !important;
}
.info .day{
	width: 112px;
}
.info .hour{
	width: 200px;
}
.hour_area_text .info:last-of-type dt{
	font-size: 14px;
	margin-top: 20px;
}


/******************************************SP*********************************************/

@media screen and (max-width: 1120px) {
	
	.chulip_title {
		margin-bottom: 40px;
	}
	.access_area{
		display: block;
	}
	.map_img {
    height: 370px;
	margin: auto;	
	}
	.howto_access {	
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
	}
	
	
	
	
}
@media screen and (max-width: 768px) {
.kasou_main_title h1 {
    font-size: 25px;
}
	h2 {
		font-size: 25px;
	}
	h2 .allura {
    font-size: 22px;
}
	.hour_area {
    margin: 40px 0 70px;
}
	.hour_area{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	
	.hour_area_img {
    width: 90%;
    height: 200px;
    margin: auto;
    margin-top: 40px;
}
	.hour_area_text table {
    width: 90%;
    margin: auto;
		text-align: center;
}
	
	.hour_area_text table th:first-of-type {
    width: 50%;
}
	
	.howto_access .flex{
		display: block;
	}
	.howto_access ul li:first-of-type {
    margin-right: 0px;
		margin-bottom: 80px;
}
	.howto_access dd p {
    margin-bottom: 20px;
}
	.howto_access dt p {
    font-size: 21px;
    margin-bottom: 12px;
}
	
	.map_img {
    width: 90%;
    background-image: url(/bleda_kamisato/common/images/access/map_sp.png);
		    background-size: contain;
}
	
	
	.address {
    width: 90%;
		    margin-top: 40px;
	}
		.kasou_main_title h1 {
    padding: 39px 0;
}
	
	
}




