@charset "utf-8";
/* CSS Document */
/*タブ*/
.blk_tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;}
.tab_item {
  width: 30%;
  border-bottom: 2px solid #9F9F9F;
  padding-bottom: 0.8em;
  margin-bottom: 5em;
  color: #9F9F9F;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s;
  order: -1;}
.tab_content {
  display: none;
  width: 100%;}
input[name="tab_item"] {
  display: none;}
input[name="tab_item"]:checked + .tab_item {
  color: #000;
  border-bottom-color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;}
input[name="tab_item"]:checked + .tab_item + .tab_content {
  display: block;}
#sec_kurakengaku .bgc_gray {
    padding: 6em 0 5em;}
.blk_kurakengaku{
  width: 90%;
  max-width: 750px;
  margin: 0 auto;}
.blk_kurakengaku .ttl_blk{
  font-size: 1.111em;
  text-align: center;
  margin-bottom: 2.5em;}
.blk_kurakengaku .ttl_blk span{
  border-bottom: 2px solid #000;
  display: inline-block;}
.blk_kurakengaku .ttl_info{
  font-size: 16px;}
.blk_kurakengaku .lnk_btn{
  padding: 0.8em 2em 0.8em 2em;
  margin-bottom: 4em;}
.blk_kurakengaku li{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.8em;}
.blk_kurakengaku .area_img{
  width: 50%;}
.blk_kurakengaku .area_img img{
  width: 90%;}
.blk_kurakengaku .area_txt{
  width: 50%;
  line-height: 1.5;}
.blk_food dd{
	padding-bottom: 0.5em;
    border-bottom: 1px solid #C7C7C7;
    margin-bottom: 1.5em;}
#blk_map #map-canvas{
  aspect-ratio: 351 / 153;}
#sec_access .blk_access{
    margin-bottom: 1.5em;}
#sec_access .blk_access h3{
	font-size: 16px;}
#sec_access .blk_access hr{
  margin: 0.5em 0;
  max-width: 480px;}
@media screen and (max-width: 767px) {
	#sec_kurakengaku .bgc_gray{
		padding: 1em 0 0.1em;}
	.blk_kurakengaku .ttl_blk{
		font-size: 1em;}
	.blk_kurakengaku .lnk_btn{
		margin-bottom: 1em;}
	.blk_kurakengaku li{
		margin-bottom: 1.5em;}
	.blk_kurakengaku .area_img{
		order: 2;}
	.blk_kurakengaku .area_txt{
		order: 1;}
	.blk_kurakengaku .area_img,
	.blk_kurakengaku .area_txt,
	.blk_kurakengaku .area_img img{
		width: 100%;}
	.blk_kurakengaku .area_txt span:last-of-type {
		width: calc(100% - 46px);
		padding-left: 0.5em;
		padding-top: 1em;
		padding-bottom: 0.5em;
		vertical-align: top;
	}
}